#include "cartographer/cloud/metrics/prometheus/family_factory.h"
#include "absl/container/flat_hash_map.h"
#include "absl/memory/memory.h"
#include "prometheus/counter.h"
#include "prometheus/family.h"
#include "prometheus/gauge.h"
#include "prometheus/histogram.h"
Go to the source code of this file.
Namespaces | |
namespace | cartographer |
namespace | cartographer::cloud |
namespace | cartographer::cloud::metrics |
namespace | cartographer::cloud::metrics::prometheus |
const BucketBoundaries boundaries_ |
Definition at line 141 of file family_factory.cc.
::prometheus::Family<::prometheus::Histogram>* prometheus_ |
Definition at line 60 of file family_factory.cc.
absl::flat_hash_map<::prometheus::Histogram*, std::unique_ptr<Histogram> > wrappers_ |
Definition at line 79 of file family_factory.cc.
std::mutex wrappers_mutex_ |
Definition at line 77 of file family_factory.cc.