-
Notifications
You must be signed in to change notification settings - Fork 299
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
What is the purpose of telegraf ? #7
Comments
Purpose of Telegraf is the scheduling of data collectors - standard and custom that you can write. I found the free tutorial by Mark Takacs to be a great way to understand the Docker world. By default, a containerized Telegraf would only see data inside the container it is running in. However, Docker allows the mapping of ports and volumes from the host to the container - this is also how data persistency is achieved. I think you are right that the way
Depending on one's particular monitoring needs, the mapping will have to be extended. |
Thank you, that makes sense. |
Feel free to close the issue |
I'm a bit new to the docker world and I'm trying to wrap my head around it:
Wouldn't this stack only colect metrics from inside the telegraf container?
Thanks!
The text was updated successfully, but these errors were encountered: