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
First, huge thank you for this amazing plugin that helps me everyday !
I need to collect metrics for embedded resources in a HTTP Sampler, but the plugin does not seem to apply specific labels for each embedded resources, so I can't collect metrics specific to each resources, only for the top request.
Here here the configuration of my JMX file
And what Prometheus collects:
( I am running the test with two slaves and federating, that's why each sampler appears two times, but nothing to do with my subject here )
My goal is to have a different label for each sub request for embedded resources like:
First, huge thank you for this amazing plugin that helps me everyday !
I need to collect metrics for embedded resources in a HTTP Sampler, but the plugin does not seem to apply specific labels for each embedded resources, so I can't collect metrics specific to each resources, only for the top request.
Here here the configuration of my JMX file
And what Prometheus collects:
( I am running the test with two slaves and federating, that's why each sampler appears two times, but nothing to do with my subject here )
My goal is to have a different label for each sub request for embedded resources like:
{...label="Home"...}
{...label="Home_/css/home.css"...}
{...label="Home_/js/home.js"...}
{...label="Home_/img/welcome.png"...}
{...label="Billing"...}
{...label="Billing_/css/billing.css"...}
{...label="Billing_/js/billing.js"...}
and so on .. you get the idea.
Any idea on how to be able to do that ?
Thank you !
The text was updated successfully, but these errors were encountered: