Updating readme file
parent
7748371219
commit
52becacb1e
20
readme.md
20
readme.md
|
|
@ -68,6 +68,26 @@ File containing environments to execute --auto-upload
|
||||||
name: string #name ov environment
|
name: string #name ov environment
|
||||||
env-url: str #url of environment
|
env-url: str #url of environment
|
||||||
env-token-name: str #name of environment variable containing API token
|
env-token-name: str #name of environment variable containing API token
|
||||||
|
## config.yaml
|
||||||
|
File containing script configuration, like visual config, metadata etc.
|
||||||
|
|
||||||
|
## dataExplorerTile.py
|
||||||
|
Library containing tile object definition for JSON parse purposes
|
||||||
|
|
||||||
|
## remoteDashboard.py
|
||||||
|
Library containing functions used to interact with Dynatrace Dashboard API
|
||||||
|
|
||||||
|
## repoConfig.py
|
||||||
|
Library containing functions used to interact with git repo
|
||||||
|
|
||||||
|
## sloConfigLoader.py
|
||||||
|
Library containing functions used to parse SLO yaml definition into object
|
||||||
|
|
||||||
|
## sloHelper.py
|
||||||
|
Library containing functions used to parse interact with SLO definitions
|
||||||
|
|
||||||
|
## tileFactory.py
|
||||||
|
Library containing functions used to generate tiles JSON definitions
|
||||||
|
|
||||||
## requirements.txt
|
## requirements.txt
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue