-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[[inputs.mongodb]] adding querys for mongodb? #4252
Comments
What sort of queries are you interested in? |
Hi Daniel,
Because on daily basis I track the performance of the database, but what is doing exactly and if is working ok for example for 1 client I don't have such a visibility, and if something is going wrog for a client then I could observe and check if is something general or isolated, single user case.
I want to have it all with telegraf not to use multiple tools for multiple cases, and if there is a way to have something like this in mongoDB it will be very nice. Kind Regards, |
What do you think about something similar to postgres_extensible where you specify custom queries? |
Hi Daniel. I think that is a very good idea to implement in case of MongoDB, I like the option and I found it very useful. Kind Regards, |
Hi i have quite a similar use where i actually store data in my mongodb. But i would like to use Telegraf to get the custom data out and put into influxdata to visualize and do time series related analysis.. Is this possible? thanks |
So at this point we're looking for someone to contribute a new plugin to do this, following the example of the postgres_extensible input plugin/ |
@fchiorascu It's been a long time since this was discussed. Do you still need this? There hasn't been much demand for it. Are you able to put together a PR to implement it? Thanks |
Hello! I am closing this issue due to inactivity. I hope you were able to resolve your problem, if not please try posting this question in our Community Slack or Community Page. Thank you! |
Feature Request
Proposal:
https://github.com/influxdata/telegraf/tree/master/plugins/inputs/mongodb
Is there a possibility to have 1 or 2 queries or something optimized for future releases in order to query also inside MongoDB?
Current behavior:
Nothing regarding queries in case of MongoDB.
Desired behavior:
To have some queries like for mysql: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/mysql
Use case: [Why is this important (helps with prioritizing requests)]
Because MongoDB is a DB very used nowadays and it is very good to have this implemented to track some behaviors. In addition to this it will offer more visibility to the users.
The text was updated successfully, but these errors were encountered: