This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OC exporter: new configuration settings and use first available worker (
#555) * Add new OC exporter configuration settings Adding the new configuration settings now exposed by the oc-agent exporter: - keepalive - reconnection delay Plus an option, secure, to use system cert pool (useful for https with well-known CAs). Improve error messages Using first available oc exporter instead of round robin Adding test covering stop Fix stop issue * Add comments to keepalive settings example * Add errAlreadyStopped if data reaches exporter after stop
- Loading branch information
Paulo Janotti
authored
May 24, 2019
1 parent
686dcf3
commit 2157469
Showing
5 changed files
with
278 additions
and
38 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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
receivers: | ||
opencensus: | ||
address: ":55678" | ||
reconnection-delay: 2s | ||
jaeger: | ||
collector_http_port: 14268 | ||
|
||
|
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.