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
We want use this project with a several applications.
We currently can use a different influxdb databases , one for each application.
We think could be useful add a label to some metric, I think in labels such as "appname" and "version". In this way, we can join differents measurements in grafana more easily.
Do you know if we can do it with this project ? How can we do it?
Best,
Marc
The text was updated successfully, but these errors were encountered:
dmuravov
pushed a commit
to dmuravov/JMeter-InfluxDB-Writer
that referenced
this issue
Dec 4, 2018
…ment point using an generic argument "optionalTags" containing a list of key-value pairs delimited by coma, colon or semicolon. Whereas key is a tag and value is its value. For ex. "optionalTags" set to "appVersion=4.1.11;testdataVersion=3.0" means that the InfluxDB gets two tags "appVersion" and "testdataVersion" with values "4.1.11", "3.0" correspondingly. In addition: README was updated.
Hi,
We want use this project with a several applications.
We currently can use a different influxdb databases , one for each application.
We think could be useful add a label to some metric, I think in labels such as "appname" and "version". In this way, we can join differents measurements in grafana more easily.
Do you know if we can do it with this project ? How can we do it?
Best,
Marc
The text was updated successfully, but these errors were encountered: