We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b6c51 commit a18dd96Copy full SHA for a18dd96
core/include/prometheus/registry.h
@@ -6,8 +6,10 @@
6
7
#include "prometheus/client_metric.h"
8
#include "prometheus/collectable.h"
9
+#include "prometheus/counter.h"
10
#include "prometheus/counter_builder.h"
11
#include "prometheus/family.h"
12
+#include "prometheus/gauge.h"
13
#include "prometheus/gauge_builder.h"
14
#include "prometheus/histogram.h"
15
#include "prometheus/histogram_builder.h"
@@ -40,4 +42,4 @@ class Registry : public Collectable {
40
42
std::vector<std::unique_ptr<Collectable>> collectables_;
41
43
std::mutex mutex_;
44
};
-}
45
+} // namespace prometheus
0 commit comments