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

influxdb_listener doesn't respect the db in the query string #6253

Closed
morfien101 opened this issue Aug 14, 2019 · 1 comment
Closed

influxdb_listener doesn't respect the db in the query string #6253

morfien101 opened this issue Aug 14, 2019 · 1 comment
Labels
feature request Requests for new plugin and for new features to existing plugins
Milestone

Comments

@morfien101
Copy link
Contributor

When sending metrics via the influxdb_listener allows you to send the database in the query string, however the plugin does not respect it.

Use case:
We would like to proxy our requests that our developers send directly to Influx to allow us to add and black list tags or fields.
We don't really want to have the development teams change how they send metrics. We control the location via environment variables.

Expected behaviour:
When a database is sent in the query it should be added as a database tag unless there is one already. This allows downstream outputs to send the metrics to the correct databases. Given this is a InfluxDB proxy, I would expect this to be the correct way or handling requests.

I'm happy to submit a PR for this feature/bug if it is accepted as a problem. If not can I be told what I should rather be doing to achieve this behaviour.

@danielnelson danielnelson added the feature request Requests for new plugin and for new features to existing plugins label Aug 14, 2019
@danielnelson danielnelson added this to the 1.12.0 milestone Aug 28, 2019
@danielnelson
Copy link
Contributor

Added in #6257

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

No branches or pull requests

2 participants