Skip to content

Commit

Permalink
Adapt "Upstream DNS Responses" panel
Browse files Browse the repository at this point in the history
Co-authored-by: Istvan Zoltan Ballok <[email protected]>
  • Loading branch information
vicwicker and istvanballok committed Jul 4, 2024
1 parent dd41d37 commit d598ae7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@
"targets": [
{
"exemplar": false,
"expr": "sum(rate(coredns_proxy_request_duration_seconds_count{job=~\"$job\", pod=~\"$pod\", proxy_name=\"forward\"}[$__rate_interval])) by (to, rcode)",
"expr": "sum(rate(coredns_proxy_request_duration_seconds_count{job=~\"$job\", pod=~\"$pod\", proxy_name=\"forward\"}[$__rate_interval]) or rate(coredns_forward_responses_total{job=~\"$pod\", pod=~\"$pod\"}[$__rate_interval])) by (to, rcode)",
"format": "time_series",
"interval": "",
"intervalFactor": 1,
Expand Down

0 comments on commit d598ae7

Please sign in to comment.