fix config issue with tags (#8419)

This commit is contained in:
Steven Soroka 2020-11-16 16:57:50 -05:00 committed by GitHub
parent 0c15569174
commit 6b3f653088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1426,7 +1426,7 @@ func (c *Config) missingTomlField(typ reflect.Type, key string) error {
"name_suffix", "namedrop", "namepass", "order", "pass", "period", "precision",
"prefix", "prometheus_export_timestamp", "prometheus_sort_metrics", "prometheus_string_as_label",
"separator", "splunkmetric_hec_routing", "splunkmetric_multimetric", "tag_keys",
"tagdrop", "tagexclude", "taginclude", "tagpass", "template", "templates",
"tagdrop", "tagexclude", "taginclude", "tagpass", "tags", "template", "templates",
"wavefront_source_override", "wavefront_use_strict":
// ignore fields that are common to all plugins.