29 static constexpr std::chrono::seconds kDefaultDuration{120};
31 explicit Source(
const std::string& name);
34 void FireAlert(
utils::statistics::MetricsStorage& storage, std::chrono::seconds duration = kDefaultDuration);
40 utils::statistics::MetricTag<impl::SourceData> tag_;