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 2a39067 commit e3e606fCopy full SHA for e3e606f
push/src/gateway.cc
@@ -53,7 +53,7 @@ void Gateway::RegisterCollectable(const std::weak_ptr<Collectable>& collectable,
53
54
if (labels) {
55
for (auto& label : *labels) {
56
- ss << "/" << label.first << "/" << label.second;
+ detail::encodeLabel(ss, label);
57
}
58
59
0 commit comments