Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No influxdb.conf file #3

Open
livrennie opened this issue Jul 22, 2021 · 0 comments
Open

No influxdb.conf file #3

livrennie opened this issue Jul 22, 2021 · 0 comments

Comments

@livrennie
Copy link

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 = "."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants