Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
minimAluminiumalism authored and wilsonxscai committed Jan 6, 2025
1 parent 9b7f238 commit 459e07c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
- Support `google.golang.org/grpc` `1.69.2`. ([#1467](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1467))
- Support `golang.org/x/net` `0.33.0`. ([#1471](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1471))

### Fixed

- Fix typo in `service.name` of `kafka-go` demo. ([#1546](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1546))

## [v0.19.0-alpha] - 2024-12-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion examples/kafka-go/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ services:
environment:
- OTEL_EXPORTER_OTLP_ENDPOINT=http://jaeger:4318
- OTEL_GO_AUTO_TARGET_EXE=/app/consumer
- OTEL_SERVICE_NAME=kkafkaconsumer
- OTEL_SERVICE_NAME=kafkaconsumer
- OTEL_PROPAGATORS=tracecontext,baggage
- OTEL_GO_AUTO_SHOW_VERIFIER_LOG=true
volumes:
Expand Down

0 comments on commit 459e07c

Please sign in to comment.