Skip to content

Commit

Permalink
Merge branch 'dsharifi/fix-test-dashboard' into 'master'
Browse files Browse the repository at this point in the history
chore(test-dashboards): Update the datasource for test dashboards.

The uid for the data source of our test dashboards must be set to `000000001`. 

See merge request dfinity-lab/public/ic!19753
  • Loading branch information
DSharifi committed Jun 10, 2024
2 parents 2b32d95 + 0449d77 commit e8a1c47
Show file tree
Hide file tree
Showing 3 changed files with 1,399 additions and 1,399 deletions.
8 changes: 4 additions & 4 deletions rs/tests/dashboards/IC/quic-transport.json
Original file line number Diff line number Diff line change
Expand Up @@ -2501,7 +2501,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
"uid": "000000001"
},
"editorMode": "code",
"exemplar": true,
Expand Down Expand Up @@ -2601,7 +2601,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
"uid": "000000001"
},
"editorMode": "code",
"exemplar": true,
Expand Down Expand Up @@ -2701,7 +2701,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
"uid": "000000001"
},
"editorMode": "code",
"exemplar": true,
Expand Down Expand Up @@ -2801,7 +2801,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
"uid": "000000001"
},
"editorMode": "code",
"exemplar": true,
Expand Down
Loading

0 comments on commit e8a1c47

Please sign in to comment.