Replies: 1 comment 1 reply
-
@sebboh did you had a look at the $rewriteMetricName hook? It might help you there! Alternatively, try setting the metric with single quotes inside it like this, might be an issue with handling of special characters: plugins:
ensure:
thresholds:
- "'browser.page.FCP.https://example.com/my-url'": 1800 Let me know if that works for you. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have some metrics with
page_url
s in the name that I can't seem to get to work with theensure
plugin.the metric generated looks like:
plugin config:
the threshold check fails with this error:
I couldn't find anything in the documentation about this. My attempts at escaping the
:
character have not worked. Any ideas?Beta Was this translation helpful? Give feedback.
All reactions