userver: userver/utils/statistics/fmt.hpp Source File
Loading...
Searching...
No Matches
fmt.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/utils/statistics/fmt.hpp
4/// @brief deprecated header, fmt formatters now reside near the types.
5/// @ingroup userver_universal
6
7#include <variant>
8
9#include <fmt/format.h>
10
11#include <userver/utils/statistics/labels.hpp>
12#include <userver/utils/statistics/metric_value.hpp>