Skip to content

Instantly share code, notes, and snippets.

@dwdraju
Last active September 12, 2019 08:22
Show Gist options
  • Save dwdraju/e312e722845915aa79b72c825682b60c to your computer and use it in GitHub Desktop.
Save dwdraju/e312e722845915aa79b72c825682b60c to your computer and use it in GitHub Desktop.
prometheus influxdb storage
# Remote write configuration (for Graphite, OpenTSDB, or InfluxDB).
remote_write:
- url: "http://localhost:8086/api/v1/prom/write?u=paul&p=foo&db=prometheus"
# Remote read configuration (for InfluxDB only at the moment).
remote_read:
- url: "http://localhost:8086/api/v1/prom/read?u=paul&p=foo&db=prometheus"

Helm with jmeter

   graphite:
-    enabled: false
+    enabled: true
     bind_address: 2003
-    database: graphite
+    database: jmeter
     retention_policy: autogen
     protocol: tcp
     batch_size: 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment