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
Currently, if a label is not valid, the following error is displayed:
"error":"\"\" is not a valid label name","level":"error","msg":"error in OpenCensus prometheus exporter","time":"2018-11-20T00:21:07.776067366Z"}
It would be better if fqName as included. For example:
"error":"\"\" is not a valid label name for metric FQNAME","level":"error","msg":"error in OpenCensus prometheus exporter","time":"2018-11-20T00:21:07.776067366Z"}
The text was updated successfully, but these errors were encountered:
peterj
pushed a commit
to peterj/client_golang
that referenced
this issue
Nov 20, 2018
Currently, if a label is not valid, the following error is displayed:
It would be better if
fqName
as included. For example:The text was updated successfully, but these errors were encountered: