Skip to content

Commit c2498e7

Browse files
committed
ts: rename cluster setting for child metrics collection
This change renames the new cluster setting for collection and persistance of child metrics into time series database. Epic: None Release note: None
1 parent 23669bd commit c2498e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/server/status/recorder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ var bugfix149481Enabled = settings.RegisterBoolSetting(
116116
// This setting enables debugging of changefeeds and should not be considered functionality
117117
// to expand support for.
118118
var ChildMetricsStorageEnabled = settings.RegisterBoolSetting(
119-
settings.ApplicationLevel, "timeseries.child_metrics.enabled",
119+
settings.ApplicationLevel, "timeseries.persist_child_metrics.enabled",
120120
"enables the collection of high-cardinality child metrics into the time series database",
121121
false,
122122
settings.WithVisibility(settings.Reserved))

0 commit comments

Comments
 (0)