| #include "log_monitoring.h" // IWYU pragma: keep, Needed for template instantiation | |
| #include "absl/strings/string_view.h" | |
| #include <source_location> | |
| #include "metric_instance.h" // IWYU pragma: keep, Needed for template instantiation | |
| #include "monitoring.h" | |
| const absl::string_view milotic::metrics::kImplementationName = | |
| std::source_location::current().file_name(); |