-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce OpenTelemetry collector (#2086)
* Introduce OTEL collector as go submodule Signed-off-by: Pavol Loffay <[email protected]> * Remove binary Signed-off-by: Pavol Loffay <[email protected]> * Remove otel job from travis Signed-off-by: Pavol Loffay <[email protected]> * Fix typo Signed-off-by: Pavol Loffay <[email protected]>
- Loading branch information
1 parent
7304d86
commit 87c466d
Showing
5 changed files
with
1,082 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
module github.com/jaegertracing/jaeger/cmd/opentelemetry-collector | ||
|
||
go 1.13 | ||
|
||
replace k8s.io/client-go => k8s.io/client-go v0.0.0-20190620085101-78d2af792bab | ||
|
||
replace github.com/jaegertracing/jaeger => ./../../ | ||
|
||
require github.com/open-telemetry/opentelemetry-collector v0.2.8-0.20200318211436-c7a11d6181c1 // indirect |
Oops, something went wrong.