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 325d3ed commit 8c37f47Copy full SHA for 8c37f47
examples/7-InternalBenchamrk.cxx
@@ -31,7 +31,8 @@ int main()
31
static constexpr std::array<std::string_view, 4> backends = {
32
"no-op://",
33
"influxdb-udp://localhost:1234",
34
- "stdout://"};
+ "stdout://",
35
+ "influxdb-stdout://"};
36
std::cout << "| " << std::setw(30) << "Backend"
37
<< " |"
38
<< std::setw(10) << "no tags"
0 commit comments