Skip to content

Commit

Permalink
Update grafana.json (#6531)
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia authored Feb 18, 2024
1 parent 0f6c3c6 commit ce27c2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions grafana.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
{
"expr": "sum([[app_name]]_event_num{instance=~'$instance'})",
"format": "time_series",
"instant": true,
"instant": false,
"intervalFactor": 1,
"refId": "A"
}
Expand Down Expand Up @@ -484,7 +484,7 @@
{
"expr": "sum([[app_name]]_coroutine_num{instance=~'$instance'})",
"format": "time_series",
"instant": true,
"instant": false,
"intervalFactor": 1,
"refId": "A"
}
Expand Down Expand Up @@ -567,7 +567,7 @@
{
"expr": "sum([[app_name]]_connection_num{instance=~'$instance'})",
"format": "time_series",
"instant": true,
"instant": false,
"intervalFactor": 1,
"refId": "A"
}
Expand Down Expand Up @@ -729,7 +729,7 @@
{
"expr": "sum([[app_name]]_tasking_num{instance=~'$instance'})",
"format": "time_series",
"instant": true,
"instant": false,
"intervalFactor": 1,
"refId": "A"
}
Expand Down Expand Up @@ -895,7 +895,7 @@
{
"expr": "sum([[app_name]]_timer_num{instance=~'$instance'})",
"format": "time_series",
"instant": true,
"instant": false,
"intervalFactor": 1,
"refId": "A"
}
Expand Down

0 comments on commit ce27c2a

Please sign in to comment.