-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move From OpenTracing To OpenTelemetry
Signed-off-by: rodneyosodo <[email protected]>
- Loading branch information
1 parent
fb596ab
commit e46a2f1
Showing
318 changed files
with
23,176 additions
and
22,516 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
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
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 |
---|---|---|
@@ -1,14 +1,21 @@ | ||
# Docker: Environment variables in Compose | ||
|
||
## Jaeger | ||
AGENT_JAEGER_PORT=6831 | ||
AGENT_JAEGER_FRONTEND=16686 | ||
AGENT_JAEGER_COLLECTOR=14268 | ||
AGENT_JAEGER_CONFIGS=5778 | ||
AGENT_JAEGER_URL=http://jaeger:14268/api/traces | ||
|
||
## Agent | ||
AGENT_LOG_LEVEL=info | ||
AGENT_SECRET=secret | ||
AGENT_JAEGER_URL= | ||
MF_AGENT_HTTP_HOST= | ||
MF_AGENT_HTTP_PORT=9031 | ||
MF_AGENT_HTTP_SERVER_CERT= | ||
MF_AGENT_HTTP_SERVER_KEY= | ||
MF_AGENT_GRPC_HOST= | ||
MF_AGENT_GRPC_PORT=7002 | ||
MF_AGENT_GRPC_SERVER_CERT= | ||
MF_AGENT_GRPC_SERVER_KEY= | ||
AGENT_HTTP_HOST= | ||
AGENT_HTTP_PORT=9031 | ||
AGENT_HTTP_SERVER_CERT= | ||
AGENT_HTTP_SERVER_KEY= | ||
AGENT_GRPC_HOST= | ||
AGENT_GRPC_PORT=7002 | ||
AGENT_GRPC_SERVER_CERT= | ||
AGENT_GRPC_SERVER_KEY= |
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.