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
Update PROM_APP_LABEL_REGEX from "mp_app=\"[-/A-Za-z0-9]+\"" to something that appropriately reflects the possible tag values.
Either updates regex or use logic for parsing.
Perhaps using mp_app=".*(?<!\\\\)", may work.
Tag values are any character that is UTF-8.
This current regex was an artifact from Metrics 2.0 when the (mp)_app value was supposed to be (optionally) resolved from the context-root of the application.
The text was updated successfully, but these errors were encountered:
Update
PROM_APP_LABEL_REGEX
from"mp_app=\"[-/A-Za-z0-9]+\""
to something that appropriately reflects the possible tag values.Either updates regex or use logic for parsing.
Perhaps using
mp_app=".*(?<!\\\\)",
may work.Tag values are any character that is UTF-8.
This current regex was an artifact from Metrics 2.0 when the
(mp)_app
value was supposed to be (optionally) resolved from the context-root of the application.The text was updated successfully, but these errors were encountered: