Skip to content

Commit

Permalink
chore: fix CHANGELOG entry + sync changes
Browse files Browse the repository at this point in the history
Signed-off-by: hainenber <[email protected]>
  • Loading branch information
hainenber committed Nov 25, 2023
1 parent 038798e commit bbb86f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ v0.38.0 (2023-11-21)
- `loki.source.windowsevent` and `loki.source.*` changed to use a more robust positions file to prevent corruption on reboots when writing
the positions file. (@mattdurham)

- Fix CVE-2023-47108 by bumping `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` to v0.46.0 and correspondingly refactor. (hainenber)
- Fix CVE-2023-47108 by bumping `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` to v0.46.0 and correspondingly refactor. (@hainenber)

v0.37.4 (2023-11-06)
-----------------
Expand Down
3 changes: 1 addition & 2 deletions pkg/flow/tracing/tracing.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import (
tracesdk "go.opentelemetry.io/otel/sdk/trace"
semconv "go.opentelemetry.io/otel/semconv/v1.21.0"
"go.opentelemetry.io/otel/trace"
"go.opentelemetry.io/otel/trace/embedded"
)

const serviceName = "grafana-agent"
Expand Down Expand Up @@ -77,7 +76,7 @@ func (opts *JaegerRemoteSamplerOptions) SetToDefault() {
// [trace.TracerProvider] and can be used to forward internally generated
// traces to a OpenTelemetry Collector-compatible Flow component.
type Tracer struct {
embedded.TracerProvider
trace.TracerProvider
sampler *lazySampler
client *client
exp *otlptrace.Exporter
Expand Down

0 comments on commit bbb86f6

Please sign in to comment.