Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run OTEL collector without configuration file #2148

Merged
merged 7 commits into from
Apr 6, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Run go mod tidy
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay committed Apr 3, 2020
commit bd9852a8437abe302bd69d77e31537680f8f90b3
2 changes: 0 additions & 2 deletions cmd/opentelemetry-collector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ replace github.com/jaegertracing/jaeger => ./../../
require (
github.com/Shopify/sarama v1.22.2-0.20190604114437-cd910a683f9f
github.com/census-instrumentation/opencensus-proto v0.2.1
github.com/crossdock/crossdock-go v0.0.0-20160816171116-049aabb0122b
github.com/gogo/protobuf v1.3.0
github.com/jaegertracing/jaeger v1.17.0
github.com/magiconair/properties v1.8.1
github.com/open-telemetry/opentelemetry-collector v0.2.8-0.20200323151927-794a2b689bd9
Expand Down
Loading