Skip to content

Commit eb0e184

Browse files
jdolledotansimhagemini-code-assist[bot]
authored
Fix performance dashboard graph metric for schema checks (#8068)
Co-authored-by: Dotan Simha <dotansimha@gmail.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 19d3822 commit eb0e184

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deployment/grafana-dashboards/Performance-Traces.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,14 +213,14 @@
213213
}
214214
],
215215
"limit": 100,
216-
"query": "{name=~\"SchemaPublisher.check\" && duration>$schemaCheckThreshold}",
216+
"query": "{name=\"SchemaPublisher.internalCheck\" && duration>$schemaCheckThreshold}",
217217
"queryType": "traceql",
218218
"refId": "A",
219219
"spss": 20,
220220
"tableType": "traces"
221221
}
222222
],
223-
"title": "Slow SchemaPublisher.check",
223+
"title": "Slow SchemaPublisher.internalCheck",
224224
"type": "table"
225225
},
226226
{

0 commit comments

Comments
 (0)