Skip to content

Commit

Permalink
Merge eeddbf4 into ffdd1b8
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacd authored Dec 13, 2023
2 parents ffdd1b8 + eeddbf4 commit 0e219e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lightstep/sdk/metric/exporters/otlp/otelcol/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func NewExporter(ctx context.Context, cfg Config) (metric.PushExporter, error) {
}

bset := processor.CreateSettings{
ID: component.NewID("otel/sdk/batch"),
ID: component.NewID("otel/sdk/metric/batch"),
TelemetrySettings: c.settings.TelemetrySettings,
BuildInfo: c.settings.BuildInfo,
}
Expand Down
2 changes: 1 addition & 1 deletion lightstep/sdk/trace/exporters/otlp/otelcol/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func NewExporter(ctx context.Context, cfg Config) (trace.SpanExporter, error) {
}

bset := processor.CreateSettings{
ID: component.NewID("otel/sdk/batch"),
ID: component.NewID("otel/sdk/trace/batch"),
TelemetrySettings: c.settings.TelemetrySettings,
BuildInfo: c.settings.BuildInfo,
}
Expand Down

0 comments on commit 0e219e2

Please sign in to comment.