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.
2 parents 29dd0e3 + c2498e7 commit a1b2540Copy full SHA for a1b2540
pkg/server/status/recorder.go
@@ -116,7 +116,7 @@ var bugfix149481Enabled = settings.RegisterBoolSetting(
116
// This setting enables debugging of changefeeds and should not be considered functionality
117
// to expand support for.
118
var ChildMetricsStorageEnabled = settings.RegisterBoolSetting(
119
- settings.ApplicationLevel, "timeseries.child_metrics.enabled",
+ settings.ApplicationLevel, "timeseries.persist_child_metrics.enabled",
120
"enables the collection of high-cardinality child metrics into the time series database",
121
false,
122
settings.WithVisibility(settings.Reserved))
0 commit comments