We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f862141 commit 98c4cbeCopy full SHA for 98c4cbe
pkg/pyroscope/feature_flags.go
@@ -12,7 +12,7 @@ func (c *Config) getFeatureFlags() map[string]bool {
12
featureflags.V2StorageLayer: c.V2,
13
featureflags.PyroscopeRuler: rulerEnabled,
14
featureflags.PyroscopeRulerFunctions: rulerEnabled,
15
- featureflags.UTF8LabelNames: false, // not supported yet
+ featureflags.UTF8LabelNames: c.ClientCapability.AllowUtf8LabelNames,
16
}
17
18
0 commit comments