diff --git a/app-config.yaml b/app-config.yaml index 63181b091d..d95553f12d 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -118,7 +118,7 @@ proxy: '/dynatrace': target: https://your.dynatrace.instance.com/api/v2 headers: - Authorization: "Api-Token ${DYNATRACE_ACCESS_TOKEN}" + Authorization: 'Api-Token ${DYNATRACE_ACCESS_TOKEN}' organization: name: My Company diff --git a/microsite/data/plugins/dynatrace.yaml b/microsite/data/plugins/dynatrace.yaml index a9843ab1d8..3ab85ae1eb 100644 --- a/microsite/data/plugins/dynatrace.yaml +++ b/microsite/data/plugins/dynatrace.yaml @@ -1,12 +1,12 @@ --- title: Dynatrace -author: "TELUS" -authorUrl: "https://github.com/telus" +author: TELUS +authorUrl: https://github.com/telus category: Monitoring description: View monitoring info from dynatrace for services in your software catalog. documentation: https://github.com/backstage/backstage/tree/master/plugins/dynatrace iconUrl: img/dynatrace.svg -npmPackageName: "@backstage/plugin-dynatrace" +npmPackageName: '@backstage/plugin-dynatrace' tags: - dynatrace - monitoring diff --git a/plugins/dynatrace/README.md b/plugins/dynatrace/README.md index ea6f8e8a07..150c9768af 100644 --- a/plugins/dynatrace/README.md +++ b/plugins/dynatrace/README.md @@ -49,7 +49,7 @@ metadata: # [...] ``` -The `DYNATRACE_ENTITY_ID` can be found in Dynatrace by browsing to the entity (a service, synthetic, frontend, workload, etc.). It will be located in the browser address bar in the `id` paramater and has the format `ENTITY_TYPE-ENTITY_ID`, where `ENTITY_TYPE` will be one of `SERVICE`, `SYNTHETIC_TEST`, or other, and `ENTITY_ID` will be a string of characters containing uppercase letters and numbers. +The `DYNATRACE_ENTITY_ID` can be found in Dynatrace by browsing to the entity (a service, synthetic, frontend, workload, etc.). It will be located in the browser address bar in the `id` parameter and has the format `ENTITY_TYPE-ENTITY_ID`, where `ENTITY_TYPE` will be one of `SERVICE`, `SYNTHETIC_TEST`, or other, and `ENTITY_ID` will be a string of characters containing uppercase letters and numbers. ## Disclaimer