Skip to content

Commit

Permalink
Made changes to configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Wise-Wizard <saransh.shankar@gmail.com>
  • Loading branch information
Wise-Wizard committed Jul 17, 2024
1 parent 29d0096 commit 153ae08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions cmd/jaeger/internal/all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ service:
schedule_delay: 1000
exporter:
otlp:
endpoint: http://localhost:4318/v1/traces
protocol: http/protobuf
headers:
Authorization: "Basic ..."
extensions:
jaeger_query:
trace_storage: some_storage
Expand Down
4 changes: 0 additions & 4 deletions cmd/jaeger/internal/extension/jaegerquery/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ func (s *server) Start(_ context.Context, host component.Host) error {
metricsQueryService, _ := disabled.NewMetricsReader()
tm := tenancy.NewManager(&s.config.Tenancy)

// TODO OTel-collector does not initialize the tracer currently
// https://github.com/open-telemetry/opentelemetry-collector/issues/7532
//nolint

telset := telemetery.Setting{
Logger: s.telset.Logger,
TracerProvider: s.telset.TracerProvider,
Expand Down

0 comments on commit 153ae08

Please sign in to comment.