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

Support InfluxDB line protocol in scrapers #25919

Open
maximal opened this issue Jan 27, 2025 · 1 comment
Open

Support InfluxDB line protocol in scrapers #25919

maximal opened this issue Jan 27, 2025 · 1 comment

Comments

@maximal
Copy link

maximal commented Jan 27, 2025

I like InfluxDB line protocol very much for its simplicity and consistency. So, I usually push data from my services to InfluxDB in this protocol.
Recently, I wanted to switch to the pull-scheme and surprisingly found out that Influx own scrapers do not support Influx’s own protocol :-(

I can write my own scraper, of course, but it would sound logical if InfluxDB supported its own protocol in its scraper.

Proposal:
Let scrapers support not only Prometheus protocol, but InfluxDB line protocol as well.

Current behaviour:
Currently the line protocol isn’t supported.

@maximal
Copy link
Author

maximal commented Feb 2, 2025

Meanwhile, I created a command-line scraper to have this functionality.

https://github.com/maximal/influx-scraper

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

No branches or pull requests

1 participant