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 91c2e47 commit 266adbcCopy full SHA for 266adbc
2 files changed
src/v/features/feature_table.cc
@@ -384,7 +384,9 @@ feature_table::feature_table() {
384
}
385
386
387
+}
388
389
+void feature_table::setup_metrics() {
390
_probe = std::make_unique<probe>(*this);
391
_probe->setup_metrics();
392
src/v/features/feature_table.h
@@ -662,7 +662,7 @@ class feature_table {
662
std::optional<feature> resolve_name(std::string_view feature_name) const;
663
664
void set_license(security::license license);
665
-
+ void setup_metrics();
666
/// Sets the builtin trial license based on the cluster creation time
667
void set_builtin_trial_license(model::timestamp cluster_creation_timestamp);
668
0 commit comments