alteryx / locust-grasshopper

a load testing tool extended from locust
Apache License 2.0
176 stars 8 forks source link

Inno: Add global tagging for all db metrics #25

Closed jmfiola closed 1 year ago

jmfiola commented 1 year ago

This MR adds the ability to add tags to all metrics that are reported to the influxDB. In the journey class, just use self.update_tags(tags={}) and those new key-value pairs will be added to influxDB metrics.