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

Question regarding MQTT #1210

Closed
markfink opened this Issue Nov 11, 2015 · 3 comments

Comments

Projects
None yet
2 participants
@markfink
Copy link

markfink commented Nov 11, 2015

hope you do not mind me asking a question in here.

I am looking at time series db solutions / monitoring / visualization tools in the open source space. I must say I like prometheus - awesome job so far! What I would like to learn about is the preferred solution to collect data from mosquitto (e.g. mqtt is used to collect temperature data from many hundreds or maybe thousands of tiny sensors).

As far as I understand you are not into push protocols. So is there a way to add an mqtt subscriber to prometheus maybe as a plugin? For example I know that InfluxDB has this feature built into telegraf. This approach probably scales better but also leads to long data chains …sensor -> mosquitto -> importer -> database. Do you think it would be possible to subscribe prometheus directly to mosquitto maybe as a plugin - without running an importer as a separate process?

For the purpose of learning this stuff... Is there a fork or some other information what it would mean to have a more push oriented prometheus? (I hope this question does not hurt any feelings)!

Best,
Mark

@brian-brazil

This comment has been minimized.

Copy link
Member

brian-brazil commented Nov 11, 2015

From a quick look, I think you'd be looking at a similar approach to the graphite/statsd/collectd exporters and creating an exporter that takes in mqtt and produces appropriate prometheus metrics on the other end.

@brian-brazil

This comment has been minimized.

Copy link
Member

brian-brazil commented Dec 16, 2015

Looks like this is answered.

@lock

This comment has been minimized.

Copy link

lock bot commented Mar 24, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 24, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.