Skip to content

Commit

Permalink
Merge pull request #504 from cfarquhar/TURTLES-795
Browse files Browse the repository at this point in the history
TURTLES-795: Tag maas_rally metrics with influxdb_database
  • Loading branch information
tonytan4ever authored May 1, 2018
2 parents d639c84 + 68ac2f9 commit 74e7036
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbooks/files/rax-maas/plugins/rally_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ def send_metrics_to_influxdb(plugin_config, logger):
influx_password = influx_config['password']
tags = influx_config['tags']

tags['influxdb_database'] = influx_database

client = InfluxDBClient(influx_host,
influx_port,
influx_user,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
features:
- |
maas_rally now adds an 'influxdb_database' tag to influxdb
datapoints, which allows for granular routing to different
backend influxdb databases using telegraf.

0 comments on commit 74e7036

Please sign in to comment.