Merge pull request #22770 from fjudith/docs/dynatrace
Fixed Dynatrace proxy configuration
This commit is contained in:
@@ -62,10 +62,11 @@ This plugin requires a proxy endpoint for Dynatrace configured in `app-config.ya
|
||||
|
||||
```yaml
|
||||
proxy:
|
||||
'/dynatrace':
|
||||
target: 'https://example.dynatrace.com/api/v2'
|
||||
headers:
|
||||
Authorization: 'Api-Token ${DYNATRACE_ACCESS_TOKEN}'
|
||||
endpoints:
|
||||
'/dynatrace':
|
||||
target: 'https://example.dynatrace.com/api/v2'
|
||||
headers:
|
||||
Authorization: 'Api-Token ${DYNATRACE_ACCESS_TOKEN}'
|
||||
```
|
||||
|
||||
It also requires a `baseUrl` for rendering links to problems in the table like so:
|
||||
|
||||
Reference in New Issue
Block a user