Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dao-jun committed Oct 13, 2021
1 parent 9da489c commit e40f9d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file added README.md
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ public void start(Listener<RespT> responseListener, final Metadata headers) {
}

public static SpanExporter of() {
String host = "tracing-analysis-dc-us-east-1.aliyuncs.com";
String host = "xxxx";
int port = 1883;
String auth = "1j8swcnon5p@06aafcaa5ecd1ef_1j8swcnon5p@53df7ad2afe8301";
String auth = "xxx";
return new HermesSpanExporter(host, port, auth);
}
}

0 comments on commit e40f9d8

Please sign in to comment.