Skip to content

Latest commit

 

History

History
113 lines (87 loc) · 3.21 KB

README.md

File metadata and controls

113 lines (87 loc) · 3.21 KB

MD file format

Header of MD file

  • ID: The ID will define the folder that the tutorial contents will be generated and put into
    • Add -jp or language as suffix for translated lab. Eg. kubernetes-jp.md
  • Summary: Short summary of your tutorial. Text is used within overview page
  • Categories: The first item in the categories list defines the "icon" that you will attached to your lab in the tutorial overview screen.
    • You can add up to 3 icons. Icons will have to added within /app/view/categories.scss
    • Ending entries should include categories which lab will appear in. No limit to categories per lab
    • Options are:
      • infrastructure-monitoring
      • application-microservices-monitoring
      • cloud-automation
      • digital-experience
      • business-analytics
  • Tags: Other searchable elements from the lab.
    • End the list with level -
    • Options are:
      • Beginner
      • Intermediate
      • Advanced
  • Status: set it to Draft or Published (doesn't have any effect right now)
  • Authors: Please list yourself as an author
  • Feedback link: either the team email or defaults to SE central email

Example

id: my-first-tutorial-unique-id     
summary: Summary on the learning lab
categories: dynatrace, kubernetes, application-microservices-monitoring  
tags: kubernetes, beginner 
status: Draft 
authors: Brandon Neo 
Feedback Link: mailto:APAC-SE-Central@dynatrace.com 
Analytics Account: UA-175467274-1

My first lab

Introduction

Duration: 10:00

Background / Summary of the Labs.

Consider including the following subheadlines. Examples are provided below.

Prerequisites

  • Dynatrace SaaS/Managed Account. Get your free SaaS trial here.
  • AWS account, with the ability to create an EC2 instance from a public AMI. Signup to a free trial here.
  • Chrome Browser
  • SSH client such as mobaxterm.

Lab Setup

The following apps are used for this lab:

  • Sample Application

What You'll Learn

  • Install Dynatrace OneAgent
  • Learn Request Attributes for deep code level capture
  • Learn Session Properties for advanced dashboarding
  • Learn Metric Ingestion for automated baselines across all entities

In this tutorial we are going to ...

Step 2

  • item 1
  • item 2
  • item 3

Positive : We can also make use of highlight sections in green or orange.

Negative : We can also make use of highlight sections in green or orange.

Some other headline

  • with your bullet points
  • and more ...

Ok, enough.

  1. you can also have numbered lists
  2. pretty cool
  3. yeah

You can also include source code

hello world

Images should go in the assets/ folder. Be sure to upload the images within a folder directory under assets/ Reference them as you would normally in markdown. Dynatrace logo

Use the command below to include snippets

<< snippets/07/install/cluster-gke.md >>