fix config issue with tags (#8419)
This commit is contained in:
parent
0c15569174
commit
6b3f653088
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue