Skip to content

Commit

Permalink
set gateway as default value
Browse files Browse the repository at this point in the history
  • Loading branch information
cboudereau committed Mar 29, 2024
1 parent d8ad005 commit 2a25e9e
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3398,8 +3398,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -3799,9 +3798,9 @@
},
{
"current": {
"selected": false,
"text": "otelcol-contrib/traces-collector",
"value": "otelcol-contrib/traces-collector"
"selected": true,
"text": "otelcol-contrib/gateway",
"value": "otelcol-contrib/gateway"
},
"datasource": {
"type": "prometheus",
Expand Down

0 comments on commit 2a25e9e

Please sign in to comment.