File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/reference/using-api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -457,12 +457,12 @@ string '(Deprecated from x.y)' and a warning log will be emitted during metric
457
457
registration. Like their stable undeprecated counterparts, deprecated metrics will
458
458
be automatically registered to the metrics endpoint and therefore visible.
459
459
460
- On a subsequent release (when the metric's deprecatedVersion is equal to
460
+ On a subsequent release (when the metric's ` deprecatedVersion ` is equal to
461
461
_ current_kubernetes_version - 3_ )), a deprecated metric will become a _ hidden_ metric.
462
462
** _ Unlike_ ** their deprecated counterparts, hidden metrics will _ no longer_ be
463
463
automatically registered to the metrics endpoint (hence hidden). However, they
464
464
can be explicitly enabled through a command line flag on the binary
465
- (i.e. ` --show-hidden-metrics-for-version= ` ). This provides cluster admins an
465
+ (` --show-hidden-metrics-for-version= ` ). This provides cluster admins an
466
466
escape hatch to properly migrate off of a deprecated metric, if they were not
467
467
able to react to the earlier deprecation warnings. Hidden metrics should be
468
468
deleted after one release.
You can’t perform that action at this time.
0 commit comments