You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Metrics reported via SQLExecutionReporter contain heading [ and trailing ] characters for dataSource dimension; which causes inconsistency in reporting dataSource names throughout all the metrics
Identified the issue in the following emitters; and will be able to be reproduce on other emitters as well
Prometheus Emitter
Kafka Emitter
Logging Emitter
Root Cause
We can see that in the following piece of code in SQLExecutionReporter, a List is being converted to String; which causes the [ and ']' to be added to the dataSource label
Affected Version
31.0.0
28.0.1
Description
SQLExecutionReporter
contain heading[
and trailing]
characters fordataSource
dimension; which causes inconsistency in reportingdataSource
names throughout all the metricsRoot Cause
[
and ']' to be added to thedataSource
labelThe text was updated successfully, but these errors were encountered: