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 3544d47 commit 76fa3feCopy full SHA for 76fa3fe
push/src/detail/label_encoder.h
@@ -3,11 +3,12 @@
3
#include <iosfwd>
4
5
#include "prometheus/labels.h"
6
+#include "prometheus/detail/push_export.h"
7
8
namespace prometheus {
9
namespace detail {
10
-void encodeLabel(std::ostream& os, const Label& label);
11
+PROMETHEUS_CPP_PUSH_EXPORT void encodeLabel(std::ostream& os, const Label& label);
12
13
}
14
} // namespace prometheus
0 commit comments