You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Events pertaining to a container should be tagged with the same tags that metrics include. This would probably require keeping an internal mapping of container id -> tags for every container and pruning the list when containers die.
Having this feature would be great since it's currently not possible to filter docker events by image_name or container_name (or any docker labels if you're setting collect_labels_as_tags).
Despite the documentation, the docker agent module does not include tags when creating events:
The text was updated successfully, but these errors were encountered: