https://bz.apache.org/bugzilla/show_bug.cgi?id=61122
--- Comment #2 from Brahma <[email protected]> --- Thanks for the reply. With InfluxDB Client I am running into other road blocks. Granted, it might be that I have to learn a little more about Grafana to overcome those. Nevertheless, I will explain the problem. With the InfluxDB Client, they have changed the measurement name to a fixed property in the Client. With Graphite, the measurement name in the influx database would be something like "rootPrefix.SamplerName.a.ok" (we set rootPrefix to something like PE-1114). In Grafana, I can simply choose "Alias By = $1" to get the SamplreName in the legend. Switching to InfluxDB Client, the measurement name comes out as a static "measurement" (like, "PE-1114"). We end up with just one measurement in the database no matter how many samplers I have in the test. The actual sampler name is recorded in the tag value for the tag key = "transaction". Now, I am not sure how to read that transaction string and parse it with a period separator to pass it to the legend text in the plot. I hope this is clear. The other option is for me to wait until an example dashboard is created by Grafana or some other expert with InfluxDB Client / JMeter combination for a test. Thanks. -- You are receiving this mail because: You are the assignee for the bug.
