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 c0060ec commit 0c95674Copy full SHA for 0c95674
2 files changed
src/v/features/feature_table.cc
@@ -386,7 +386,9 @@ feature_table::feature_table() {
386
}
387
388
389
+}
390
391
+void feature_table::setup_metrics() {
392
_probe = std::make_unique<probe>(*this);
393
_probe->setup_metrics();
394
src/v/features/feature_table.h
@@ -669,7 +669,7 @@ class feature_table {
669
std::optional<feature> resolve_name(std::string_view feature_name) const;
670
671
void set_license(security::license license);
672
-
+ void setup_metrics();
673
/// Sets the builtin trial license based on the cluster creation time
674
void set_builtin_trial_license(model::timestamp cluster_creation_timestamp);
675
0 commit comments