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
This is particularly a problem for external and browser probes where we don't control label values. We should do this in prometheus surfacer. From official documentation:
label_value can be any sequence of UTF-8 characters, but the backslash (\), double-quote ("), and line feed (\n) characters have to be escaped as \\, \", and \n, respectively.
This is particularly a problem for
externalandbrowserprobes where we don't control label values. We should do this in prometheus surfacer. From official documentation:https://github.com/prometheus/docs/blob/main/content/docs/instrumenting/exposition_formats.md