userver: userver/utils/statistics/by_label_storage.hpp File Reference
Loading...
Searching...
No Matches
by_label_storage.hpp File Reference

Detailed Description

Thread-safe monotonic storage of metrics indexed by label values.

Definition in file by_label_storage.hpp.

Go to the source code of this file.

#include <array>
#include <concepts>
#include <cstddef>
#include <functional>
#include <string>
#include <string_view>
#include <boost/container_hash/hash.hpp>
#include <boost/pfr/core.hpp>
#include <boost/pfr/core_name.hpp>
#include <boost/pfr/tuple_size.hpp>
#include <userver/concurrent/impl/monotonic_concurrent_set.hpp>
#include <userver/utils/assert.hpp>
#include <userver/utils/fixed_array.hpp>
#include <userver/utils/statistics/labels.hpp>
#include <userver/utils/statistics/writer.hpp>

Classes

class  utils::statistics::MonotonicByLabelStorage< Labels, Metric >
 Thread-safe monotonic storage of metrics indexed by label values. More...
 

Namespaces

namespace  utils
 Utilities.