Skip to content

Commit

Permalink
feat(grafana): fix tracing dashboard due to updates in metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurzydym committed Oct 11, 2023
1 parent 67800dc commit 4b32cdf
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions deployment/base/observability/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ data:
"showThresholdLabels": false,
"showThresholdMarkers": true
},
"pluginVersion": "10.1.1",
"pluginVersion": "10.1.4",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"expr": "sum(rate(setAddressRequestDurations_sum[5m])) / sum(rate(setAddressRequestDurations_count[5m]))\n\n ",
"expr": "sum(rate(setAddressRequestDurations_Milliseconds_sum[5m])) / sum(rate(setAddressRequestDurations_Milliseconds_count[5m]))\n\n ",
"instant": false,
"legendFormat": "__auto",
"range": true,
Expand Down Expand Up @@ -148,15 +148,15 @@ data:
"showThresholdLabels": false,
"showThresholdMarkers": true
},
"pluginVersion": "10.1.1",
"pluginVersion": "10.1.4",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"expr": "sum(rate(setAddressRequestDurations_bucket{le=\"100\"}[5m])) by (job)/sum(rate(setAddressRequestDurations_count[5m])) by (job)\n\n ",
"expr": "sum(rate(setAddressRequestDurations_Milliseconds_bucket{le=\"100\"}[5m])) by (job)/sum(rate(setAddressRequestDurations_Milliseconds_count[5m])) by (job)\n\n ",
"instant": false,
"legendFormat": "__auto",
"range": true,
Expand Down Expand Up @@ -255,15 +255,15 @@ data:
"unit": "ms"
}
},
"pluginVersion": "10.1.1",
"pluginVersion": "10.1.4",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"expr": "sum(rate(setAddressRequestDurations_bucket[5m])) by (le)",
"expr": "sum(rate(setAddressRequestDurations_Milliseconds_bucket[5m])) by (le)",
"format": "heatmap",
"instant": false,
"legendFormat": "__auto",
Expand Down Expand Up @@ -339,7 +339,7 @@ data:
}
]
},
"pluginVersion": "10.1.1",
"pluginVersion": "10.1.4",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -413,7 +413,7 @@ data:
},
"showHeader": true
},
"pluginVersion": "10.1.1",
"pluginVersion": "10.1.4",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -487,7 +487,7 @@ data:
},
"showHeader": true
},
"pluginVersion": "10.1.1",
"pluginVersion": "10.1.4",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -561,7 +561,7 @@ data:
},
"showHeader": true
},
"pluginVersion": "10.1.1",
"pluginVersion": "10.1.4",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -623,8 +623,8 @@ data:
{
"current": {
"selected": false,
"text": "235f7137e6e7e618232cdc477966d90a",
"value": "235f7137e6e7e618232cdc477966d90a"
"text": "993175a7b3a92066a73656658df0c085",
"value": "993175a7b3a92066a73656658df0c085"
},
"hide": 0,
"includeAll": false,
Expand All @@ -640,13 +640,13 @@ data:
]
},
"time": {
"from": "now-5m",
"to": "now"
"from": "2023-10-11T19:41:23.520Z",
"to": "2023-10-11T19:46:23.520Z"
},
"timepicker": {},
"timezone": "",
"title": "Tracing",
"uid": "d97c5f92-6e5e-4464-a613-996f9a833b93",
"version": 4,
"version": 1,
"weekStart": ""
}

0 comments on commit 4b32cdf

Please sign in to comment.