Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/outputs/dynatrace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The endpoint for the Dynatrace Metrics API v2 is
url = "https://{your-environment-id}.live.dynatrace.com/api/v2/metrics/ingest"

## API token is required if a URL is specified and should be restricted to the 'Ingest metrics' scope
api_token = "your API token here" // hard-coded for illustration only, should be read from environment
api_token = "your API token here" # hard-coded for illustration only, should be read from environment
```

You can learn more about how to use the [Dynatrace API][api].
Expand Down
Loading