-
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
Add Docker labels as tags. #90
Comments
Sounds good, will investigate |
Will be usefull this feature because labels are really usefull in docker. Do you progress on this enhancement ? |
I haven't yet, as I've been working on merging PRs and other more basic stability issues with Telegraf. |
Hello, I will try to do it because I worked with the docker api few times ago. |
any progress on it ? |
I will be able to work on this soon, once I can get #180 merged (waiting on CLA) |
Cool the #180 is now close, hope the merge will come soon for unblock this issue/feature |
@JulienChampseix finally found some time to get to this, it's available if you build from source, and I'll hopefully get a nightly build system going soon to get features like this out to people sooner |
With telegraf it only supports tags in the form of id, name and command.
However doesn't import the actual labels associated to the container.
https://docs.docker.com/userguide/labels-custom-metadata/.
This is quite important with things like ECS.
The text was updated successfully, but these errors were encountered: