Skip to content

Commit

Permalink
update links to Dynatrace docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pirgeo committed Dec 7, 2023
1 parent 812ce17 commit 6a84a46
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions plugins/outputs/dynatrace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ reported as gauges, unless they are specified to be delta counters using the
ingestion protocol documentation][proto-docs] for details on the types defined
there.

[api-v2]: https://www.dynatrace.com/support/help/dynatrace-api/environment-api/metric-v2/
[api-v2]: https://docs.dynatrace.com/docs/shortlink/api-metrics-v2

[docs]: https://www.dynatrace.com/support/help/how-to-use-dynatrace/metrics/metric-ingestion/ingestion-methods/telegraf/
[docs]: https://docs.dynatrace.com/docs/shortlink/telegraf

[proto-docs]: https://www.dynatrace.com/support/help/how-to-use-dynatrace/metrics/metric-ingestion/metric-ingestion-protocol
[proto-docs]: https://docs.dynatrace.com/docs/shortlink/metric-ingestion-protocol

## Requirements

Expand Down Expand Up @@ -87,9 +87,9 @@ The endpoint for the Dynatrace Metrics API v2 is
```

You can learn more about how to use the Dynatrace API
[here](https://www.dynatrace.com/support/help/dynatrace-api/).
[here](https://docs.dynatrace.com/docs/shortlink/section-api).

[api-auth]: https://www.dynatrace.com/support/help/dynatrace-api/basics/dynatrace-api-authentication/
[api-auth]: https://docs.dynatrace.com/docs/shortlink/api-authentication

## Global configuration options <!-- @/docs/includes/plugin_config.md -->

Expand Down Expand Up @@ -170,7 +170,7 @@ then an API token is required.
url = "https://{your-environment-id}.live.dynatrace.com/api/v2/metrics/ingest"
```

[post-ingest]: https://www.dynatrace.com/support/help/dynatrace-api/environment-api/metric-v2/post-ingest-metrics/
[post-ingest]: https://docs.dynatrace.com/docs/shortlink/api-metrics-v2-post-datapoints

### `api_token`

Expand Down

0 comments on commit 6a84a46

Please sign in to comment.