How can I disable per-endpoint metrics for Artillery cloud? #2814
Closed
diegolatorre16
started this conversation in
Artillery
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running my test locally with the following command:
command: ["run", "/scripts/test_go_mongo.yml", "--record", "--key", "abc123"]
When I go to see the metrics in my dashboard, metrics-by-endpoint appears by default.
The problem is that I am doing tests that are done on endpoints with different path params, so the number of endpoints grows too much... and the page simply collapses in my browser. Is there a way to disable these metrics per endpoint?
Beta Was this translation helpful? Give feedback.
All reactions