We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0efac5 commit 7f63d38Copy full SHA for 7f63d38
core/application/impl/kagome_application_impl.cpp
@@ -93,6 +93,7 @@ namespace kagome::application {
93
app_state_manager->atShutdown([watchdog] { watchdog->stop(); });
94
95
{ // Metrics
96
+ injector_.injectMetricsWatcher();
97
auto metrics_registry = metrics::createRegistry();
98
99
constexpr auto startTimeMetricName = "kagome_process_start_time_seconds";
0 commit comments