Merge pull request #22770 from fjudith/docs/dynatrace

Fixed Dynatrace proxy configuration
This commit is contained in:
Fredrik Adelöw
2024-02-13 11:35:35 +01:00
committed by GitHub
2 changed files with 10 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-dynatrace': patch
---
Fixed Dynatrace plugin proxy configuration
+5 -4
View File
@@ -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: