Skip to content

Commit

Permalink
Merge branch 'master' into feature/support-start-script
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng committed Nov 20, 2017
2 parents 461672c + 33755f7 commit 4152fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -76,7 +76,7 @@ public static class Collector {
/**
* Collector service discovery REST service name
*/
public static String DISCOVERY_SERVICE_NAME = "/agentstream/grpc";
public static String DISCOVERY_SERVICE_NAME = "/agent/gRPC";
}

public static class Jvm {
Expand Down
2 changes: 1 addition & 1 deletion apm-sniffer/config/agent.config
Expand Up @@ -17,7 +17,7 @@ agent.application_code=Your_ApplicationName
# Examples:
# Single collector:SERVERS="127.0.0.1:8080"
# Collector cluster:SERVERS="10.2.45.126:8080,10.2.45.127:7600"
collector.servers=127.0.0.1:10800
collector.servers=127.0.0.1:12800

# Logging level
logging.level=DEBUG

0 comments on commit 4152fa2

Please sign in to comment.