forked from open-telemetry/opentelemetry-collector-contrib
-
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.
Build receivers based on new configuration (#25)
- Build receivers and plug them into pipelines. - Added tests to verify that single pipeline and multiple pipeline (fan out) per receiver work correctly. - Disable -v flag in go test to reduce unnecessary noise in output, we have too many tests to use -v flag. Errors are still properly printed. This makes finding the cause of test failures easier. - Add logging to various application startup steps. - Changed logging from %q to %s in multiple places to make it more human readable when output in json format. Testing done: 1. make && all unit tests pass. 2. make otelsvc and produce otelsvc_linux executable. 3. Manually verify that otelsvc_linux runs and correctly forwards trace data received via jaeger receiver and exported via opencensus exporter. This is the first successful run of unified OpenTelemetry Service.
- Loading branch information
1 parent
2a40f54
commit 3aac7c1
Showing
16 changed files
with
765 additions
and
42 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
Oops, something went wrong.