Skip to content

Instantly share code, notes, and snippets.

@ejholmes
Last active August 29, 2015 14:21
Show Gist options
  • Save ejholmes/458a4078d49af61a4fe5 to your computer and use it in GitHub Desktop.
Save ejholmes/458a4078d49af61a4fe5 to your computer and use it in GitHub Desktop.
Labels structured data
SYSLOG_STRUCTURED_DATA="{{ range $label, $value := .Container.Config.Labels }}{{ $label }}={{ $value }} {{ end }}image={{ .Container.Image }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment