Skip to content

Commit

Permalink
Fix AnyCable query
Browse files Browse the repository at this point in the history
  • Loading branch information
vitobotta committed Oct 9, 2024
1 parent c7f07ac commit 088e178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
},
"disableTextWrap": false,
"editorMode": "code",
"expr": "avg(anycable_go_clients_uniq_num{service=\"$anycable_go_service\"})",
"expr": "sum(anycable_go_clients_uniq_num{service=\"$anycable_go_service\"})",
"fullMetaSearch": false,
"includeNullMetadata": true,
"interval": "",
Expand Down

0 comments on commit 088e178

Please sign in to comment.