Skip to content

Commit b666b2e

Browse files
authored
[Geneva Metrics Exporter] Fix stress test for abstract socket. (#287)
1 parent 5a6bcfd commit b666b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporters/geneva/example/stress_test_linux.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ namespace {
4747
std::cout << " Init metrics : " <<account_name << "-" << ns <<"-"<< socket_path << "-"<< is_uds << "-"<<metrics_collection_time_secs << "\n";
4848
std::string conn_string = "Account=" + account_name + ";Namespace=" + ns;
4949
if (!is_uds){
50-
std::string null_string(1, '#');
50+
std::string null_string(1, '@');
5151
socket_path = null_string + socket_path;
5252
}
5353
conn_string = "Endpoint=unix://" + socket_path + ";" + conn_string;

0 commit comments

Comments
 (0)