Skip to content

Commit

Permalink
Add Dynatrace topic (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored Nov 9, 2024
1 parent dc2e37f commit 44c69a8
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,13 @@ We cover a wide range of DevOps topics in our content library, explore them unde
<td>📖 <a href="https://www.virtualbox.org/wiki/Documentation">virtualbox.org/wiki/doc</a></td>
<td>⏩ <a href="./topics/virtualbox/basic/">Coming-soon</a></td>
</tr>
<tr>
<td><img height="28" src="https://avatars.githubusercontent.com/u/6412311?s=200&v=4" /></td>
<td>Dynatrace</td>
<td><a href="./topics/dynatrace/">dynatrace</a></td>
<td>📖 <a href="https://docs.dynatrace.com/docs">docs.dynatrace.com</a></td>
<td>⏩ <a href="./topics/dynatrace/basic/">Coming-soon</a></td>
</tr>
</table>

- And **more upcoming topics...⏩** you can star/follow this repository to get more up-to-dated content ⭐
Expand Down
56 changes: 56 additions & 0 deletions topics/dynatrace/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
## 1. What is Dynatrace?

### Overview

- Dynatrace is a revolutionary platform that delivers analytics and automation for unified observability and security.

- Source: https://docs.dynatrace.com/docs/get-started/what-is-dynatrace

### Official Website of Dynatrace

- https://www.dynatrace.com/

### Official Documentation of Dynatrace

- https://docs.dynatrace.com/docs

## 2. Prerequisites

- Basic knowledge of application and infrastructure monitoring.

## 3. Installation

### How to Install Dynatrace?

1. **Sign up for Dynatrace** if you don't already have an account, sign up for a free trial

- https://www.dynatrace.com/trial

2. **Install OneAgent** by following the official steps to enable monitoring for hosts, applications, and containers:
- [Dynatrace OneAgent Installation Guide](https://docs.dynatrace.com/docs/setup-and-configuration/dynatrace-oneagent/installation-and-operation)

## 4. Basics of Dynatrace

### Get started with Dynatrace

- https://docs.dynatrace.com/docs/get-started

### Dynatrace quick start guide

To start using Dynatrace, just create a free trial account, install OneAgent on a host, and see how Dynatrace immediately shows you the health and performance of that host.

- Follow this useful guide: https://docs.dynatrace.com/docs/get-started/get-started

### Dynatrace Hands-On

- See: [basic](./basic/)

## 5. More...

### Dynatrace Cheatsheet

- N/A

### Recommended Books

- N/A
3 changes: 3 additions & 0 deletions topics/dynatrace/basic/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# TODO

Coming soon...

0 comments on commit 44c69a8

Please sign in to comment.