charts/charts/stable/comcast/README_CONFIG.md.gotmpl
2021-03-18 13:11:24 +01:00

18 lines
311 B
Go Template

{{- define "custom.custom.configuration.header" -}}
## Custom configuration
{{- end -}}
{{- define "custom.custom.configuration" -}}
{{ template "custom.custom.configuration.header" . }}
### InfluxDB metrics
```
'measurement': 'comcast_data_usage',
'fields': {
'used',
'total',
'unit'
}
```
{{- end -}}