fix: add missing entry json_transformation to missingTomlField (#11779)

This commit is contained in:
Fritz Reichwald 2022-09-09 15:26:12 +02:00 committed by GitHub
parent 3d2b7bd210
commit ca32cdc6e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1231,7 +1231,7 @@ func (c *Config) missingTomlField(_ reflect.Type, key string) error {
"csv_column_prefix", "csv_header", "csv_separator", "csv_timestamp_format",
"graphite_tag_sanitize_mode", "graphite_tag_support", "graphite_separator",
"influx_max_line_bytes", "influx_sort_fields", "influx_uint_support",
"json_timestamp_format", "json_timestamp_units",
"json_timestamp_format", "json_timestamp_units", "json_transformation",
"prometheus_export_timestamp", "prometheus_sort_metrics", "prometheus_string_as_label",
"prometheus_compact_encoding",
"splunkmetric_hec_routing", "splunkmetric_multimetric",