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
I've been using this set up with Gatling, to do this we need to have the graphite endpoint enabled and add some templates, which we were doing in the influxdb.conf file (sections I was adding below). With the latest commit upgrading to InfluxDB 2, this no longer exists. Can you advise on where I should be making these changes now?
I've been using this set up with Gatling, to do this we need to have the graphite endpoint enabled and add some templates, which we were doing in the influxdb.conf file (sections I was adding below). With the latest commit upgrading to InfluxDB 2, this no longer exists. Can you advise on where I should be making these changes now?
templates = [
"gatling..users..* measurement.simulation.measurement.request.field",
"gatling...... measurement.simulation.group1.group2.request.status.field group=2",
"gatling.....* measurement.simulation.group1.request.status.field group=1",
"gatling.... measurement.simulation.request.status.field group=0",
"v2.gatling....users..* .measurement.run.host.simulation.measurement.request.field",
"v2.gatling........ .measurement.run.host.simulation.group1.group2.request.status.field group=2",
"v2.gatling.......* .measurement.run.host.simulation.group1.request.status.field group=1",
"v2.gatling...... .measurement.run.host.simulation.request.status.field group=0"]`
[[graphite]]
enabled = true
database = "gatling"
bind-address = ":2003"
protocol = "tcp"
batch-size = 5000
batch-pending = 10
batch-timeout = "1s"
separator = "."
The text was updated successfully, but these errors were encountered: