docs-v2/telegraf-build/templates/plugin_list_entry.tmpl

14 lines
304 B
Cheetah

- name: {{ .Name }}
id: {{ .ID }}
description: |
{{ .Description }}
introduced: {{ .Introduced }}
{{- with .Deprecated }}
deprecated: {{ . }}
{{- end }}
{{- with .Removal }}
removal: {{ . }}
{{- end }}
os_support: [{{ .OSTags | join ", " }}]
tags: [{{ .Tags | join ", " }}]