From 5ad37d2cb12827ef0e96831cb631948b0d74707d Mon Sep 17 00:00:00 2001 From: Nicolas Takashi Date: Wed, 8 Jan 2025 10:56:22 +0000 Subject: [PATCH] Update cmd/thanos/receive.go Co-authored-by: Matej Gera <38492574+matej-g@users.noreply.github.com> Signed-off-by: Nicolas Takashi --- cmd/thanos/receive.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/thanos/receive.go b/cmd/thanos/receive.go index 18d1b24b1f..b262eea76e 100644 --- a/cmd/thanos/receive.go +++ b/cmd/thanos/receive.go @@ -1056,7 +1056,7 @@ func (rc *receiveConfig) registerFlag(cmd extkingpin.FlagClause) { cmd.Flag("receive.limits-config-reload-timer", "Minimum amount of time to pass for the limit configuration to be reloaded. Helps to avoid excessive reloads."). Default("1s").Hidden().DurationVar(&rc.limitsConfigReloadTimer) - cmd.Flag("receive.otlp-enable-target-info", "Disable target information OTLP metrics ingested by Receive. If enabled, converts the resource to the target info metric").Default("fakse").BoolVar(&rc.otlpEnableTargetInfo) + cmd.Flag("receive.otlp-enable-target-info", "Enables target information in OTLP metrics ingested by Receive. If enabled, it converts the resource to the target info metric").Default("true").BoolVar(&rc.otlpEnableTargetInfo) cmd.Flag("receive.otlp-promote-resource-attributes", "(Repeatable) Resource attributes to include in OTLP metrics ingested by Receive.").Default("").StringsVar(&rc.otlpResourceAttributes) rc.featureList = cmd.Flag("enable-feature", "Comma separated experimental feature names to enable. The current list of features is "+metricNamesFilter+".").Default("").Strings()