https://bz.apache.org/bugzilla/show_bug.cgi?id=61122
Bug ID: 61122
Summary: GraphiteBackendListenerClient hierarchical sampler
name
Product: JMeter
Version: 3.1
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
We are trying to use Grafana to show plots that cover multiple performance
tests we run using JMeter. We use the backend listener with
GraphiteBackendListenerClient to store the stats in an influxdb.
The sampler names we used earlier for all flat names. In order to show plots
across multiple tests, we would like to use hierarchical names for the
samplers. For example, before, say we used "API1" as teh sampler name, now we
want to use "Day1Mix.HappyScenario.API1". This should allow us to trim the name
to "API1" in the legend of the plots in Grafana (using Alias By = $1, etc.)
Grafana natively uses the period as the field separator. However, it seems the
period seems to have a special meaning in the GraphiteBackendListenerClient.
When I look at the measurement names in the influxdb the periods in the sampler
name are replaced with an underscore. This makes grafana unable to separate out
the fields in a sampler name.
The sampler name in the JTL file will be using the periods while the
measurement names in the influxdb will have underscores.
Do you have any ideas on how to overcome this issue?
Thanks.
--
You are receiving this mail because:
You are the assignee for the bug.