mirror of https://github.com/rancher/dartboard.git
test dashboard: use correct tags in legend
Signed-off-by: Silvio Moioli <silvio@moioli.net>
This commit is contained in:
parent
38c4423294
commit
2b6f2d2442
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue