Skip to content

Commit a1b2540

Browse files
authored
Merge pull request #159924 from jasonlmfong/blathers/backport-release-26.1-159909
release-26.1: ts: rename cluster setting for child metrics collection
2 parents 29dd0e3 + c2498e7 commit a1b2540

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)