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 5a6bcfd commit b666b2eCopy full SHA for b666b2e
exporters/geneva/example/stress_test_linux.cc
@@ -47,7 +47,7 @@ namespace {
47
std::cout << " Init metrics : " <<account_name << "-" << ns <<"-"<< socket_path << "-"<< is_uds << "-"<<metrics_collection_time_secs << "\n";
48
std::string conn_string = "Account=" + account_name + ";Namespace=" + ns;
49
if (!is_uds){
50
- std::string null_string(1, '#');
+ std::string null_string(1, '@');
51
socket_path = null_string + socket_path;
52
}
53
conn_string = "Endpoint=unix://" + socket_path + ";" + conn_string;
0 commit comments