-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config update, make outputServer appendType as top appendType config (#…
…244) * config update, make outputServer appendType as top appendType config * add user minimal config file description
- Loading branch information
Showing
17 changed files
with
347 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
## This a minimal configuration required to start the EaseAgent. | ||
## In most cases, this is all the configuration items that the normal user needs to be concerned about. | ||
## | ||
## When the user specifies a user configration file as this one, the items in user config file will override the default | ||
## configuration in agent.properties packaged in easeagent.jar | ||
## | ||
## -Deaseagent.config.path=/path/to/user-cfg-file | ||
|
||
name=demo-springweb | ||
system=demo-system | ||
|
||
### | ||
### report configuration | ||
### | ||
reporter.outputServer.bootstrapServer=http://127.0.0.1:9411 | ||
reporter.outputServer.appendType=console | ||
|
||
## | ||
## Global metric configuration | ||
## the appendType is same as outputServer, so comment out | ||
# plugin.observability.global.metric.appendType=console | ||
|
||
## | ||
## tracing sender | ||
|
||
## [http] send to http server | ||
## [kafka] send to kafka | ||
## [console] send to console | ||
# | ||
reporter.tracing.sender.appendType= | ||
# reporter.tracing.sender.url=http://tempo:9411/api/v2/spans | ||
reporter.tracing.sender.url=http://localhost:9411/api/v2/spans | ||
|
||
## access log sender | ||
## [http] send to http server | ||
## [kafka] send to kafka | ||
## [console] send to console | ||
## the appendType is same as outputServer, so comment out | ||
## reporter.log.sender.appendType=console | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.