fix: prettier, README capitalization

Signed-off-by: Isaiah Thiessen <isaiah.thiessen@telus.com>
This commit is contained in:
Isaiah Thiessen
2022-06-01 09:29:29 -07:00
parent dc9443195d
commit 4dcf3d05a5
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -114,6 +114,7 @@ proxy:
allowedHeaders: ['Authorization']
headers:
Authorization: Basic ${GOCD_AUTH_CREDENTIALS}
'/dynatrace':
target: https://your.dynatrace.instance.com/api/v2
headers:
+5 -5
View File
@@ -1,4 +1,4 @@
# dynatrace
# Dynatrace
Welcome to the Dynatrace plugin!
@@ -10,7 +10,7 @@ This plugin uses the Backstage proxy to communicate with Dynatrace's REST APIs.
#### Dynatrace API Key
The dynatrace plugin will require the following information, to be used in the configuration options detailed below:
The Dynatrace plugin will require the following information, to be used in the configuration options detailed below:
- Dynatrace API URL, e.g. `https://my-dynatrace-instance.dynatrace.com/api/v2`
- Dynatrace API access token (see [documentation](https://www.dynatrace.com/support/help/dynatrace-api/basics/dynatrace-api-authentication)), with the following permissions:
@@ -19,7 +19,7 @@ The dynatrace plugin will require the following information, to be used in the c
#### Plugin Configuration
This plugin requires a proxy endpoint for dynatrace configured in `app-config.yaml` like so:
This plugin requires a proxy endpoint for Dynatrace configured in `app-config.yaml` like so:
```yaml
proxy:
@@ -38,7 +38,7 @@ dynatrace:
#### Catalog Configuration
To show information from dynatrace for a catalog entity, add the following annotation to `catalog-info.yaml`:
To show information from Dynatrace for a catalog entity, add the following annotation to `catalog-info.yaml`:
```yaml
# catalog-info.yaml
@@ -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` 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.
## Disclaimer