Skip to content

Instantly share code, notes, and snippets.

@Jammink2
Last active July 19, 2016 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jammink2/0864fea7afcce4a5cfbac7070ec7d8ae to your computer and use it in GitHub Desktop.
Save Jammink2/0864fea7afcce4a5cfbac7070ec7d8ae to your computer and use it in GitHub Desktop.
<source>
@type forward
</source>
<source>
@type prometheus
</source>
<filter docker.**>
@type prometheus
<metric>
name docker_command_log
type counter
desc total docker commands
#key log
</metric>
</filter>
<match docker.**>
@type copy
<store>
@type stdout
</store>
</match>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment