From 3574a8679b523c88d427f389cb3b286a4be0c354 Mon Sep 17 00:00:00 2001 From: zachmares <93997918+zachmares@users.noreply.github.com> Date: Thu, 13 Jan 2022 16:46:18 -0600 Subject: [PATCH] fix: wavefront_disable_prefix_conversion case missing from missingTomlField func (#10442) --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 1a5557b5c..4c4a86abf 100644 --- a/config/config.go +++ b/config/config.go @@ -1785,7 +1785,7 @@ func (c *Config) missingTomlField(_ reflect.Type, key string) error { "prefix", "prometheus_export_timestamp", "prometheus_ignore_timestamp", "prometheus_sort_metrics", "prometheus_string_as_label", "separator", "splunkmetric_hec_routing", "splunkmetric_multimetric", "tag_keys", "tagdrop", "tagexclude", "taginclude", "tagpass", "tags", "template", "templates", - "value_field_name", "wavefront_source_override", "wavefront_use_strict", + "value_field_name", "wavefront_source_override", "wavefront_use_strict", "wavefront_disable_prefix_conversion", "xml", "xpath", "xpath_json", "xpath_msgpack", "xpath_protobuf", "xpath_print_document", "xpath_protobuf_file", "xpath_protobuf_type":