test dashboard: use correct tags in legend

Signed-off-by: Silvio Moioli <silvio@moioli.net>
This commit is contained in:
Silvio Moioli 2023-05-31 09:23:52 +02:00
parent 38c4423294
commit 2b6f2d2442
No known key found for this signature in database
2 changed files with 9 additions and 5 deletions

View File

@ -111,7 +111,7 @@
"instant": false,
"interval": "5s",
"key": "Q-2fb390c2-5716-4362-a18b-c7117f6664b1-1",
"legendFormat": "{{test}}, {{cluster}} cluster, {{tag}} image",
"legendFormat": "test commit {{commit}}, {{cluster}} cluster",
"range": true,
"refId": "B"
}
@ -359,8 +359,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
@ -467,8 +466,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",

View File

@ -57,6 +57,12 @@ It is expected that all scripts and their parts are idempotent.
It is expected that tests are fully reproducible given the same commit in this repo.
## Load outline
- all downstream clusters run Rancher Monitoring
- 1000 1k ConfigMaps per cluster
- more TBD
## Reproduction Instructions
```shell