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

fix(otelecho): comply with span naming semconv #6365

Merged
merged 19 commits into from
Nov 28, 2024

Conversation

flc1125
Copy link
Member

@flc1125 flc1125 commented Nov 24, 2024

from: #6363

This change adjusts the default span name and does not support backward compatibility.

@flc1125 flc1125 requested a review from a team as a code owner November 24, 2024 14:20
@flc1125 flc1125 changed the title feat(otelecho): add SpanNameFormatter config and tests feat(otelecho): add SpanNameFormatter config and tests Nov 24, 2024
@pellared
Copy link
Member

@scorpionknifes, PTAL as code owner.

Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.0%. Comparing base (ba2df8c) to head (c9a0fdf).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #6365   +/-   ##
=====================================
  Coverage   66.9%   67.0%           
=====================================
  Files        193     193           
  Lines      15647   15660   +13     
=====================================
+ Hits       10481   10494   +13     
  Misses      4876    4876           
  Partials     290     290           
Files with missing lines Coverage Δ
...entation/github.com/labstack/echo/otelecho/echo.go 100.0% <100.0%> (ø)

Copy link
Member

@scorpionknifes scorpionknifes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for picking this up. just one suggestion 🙏

@flc1125 flc1125 changed the title feat(otelecho): add SpanNameFormatter config and tests refactor(otelecho): comply with OTEL span naming specs Nov 26, 2024
CHANGELOG.md Outdated Show resolved Hide resolved
@pellared pellared changed the title refactor(otelecho): comply with OTEL span naming specs fix(otelecho): comply with OTEL span naming specs Nov 27, 2024
@pellared pellared changed the title fix(otelecho): comply with OTEL span naming specs fix(otelecho): comply with span naming semconv Nov 27, 2024
Co-authored-by: Damien Mathieu <[email protected]>
Copy link
Member

@pellared pellared left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Side note: Similar fixes needs to be done for all other HTTP instrumentation libraries.

@flc1125, do you plan to work on it?

@flc1125
Copy link
Member Author

flc1125 commented Nov 27, 2024

Side note: Similar fixes needs to be done for all other HTTP instrumentation libraries.

@flc1125, do you plan to work on it?

As stated here, I will handle it.

#6365 (comment)

@dmathieu dmathieu merged commit bf749b8 into open-telemetry:main Nov 28, 2024
26 checks passed
@flc1125 flc1125 deleted the otelecho-formatter branch November 28, 2024 08:37
@MrAlias MrAlias added this to the v1.33.0 milestone Dec 11, 2024
MrAlias added a commit that referenced this pull request Dec 12, 2024
### Added

- Added support for providing `endpoint`, `pollingIntervalMs` and
`initialSamplingRate` using environment variable
`OTEL_TRACES_SAMPLER_ARG` in
`go.opentelemetry.io/contrib/samples/jaegerremote`. (#6310)
- Added support exporting logs via OTLP over gRPC in
`go.opentelemetry.io/contrib/config`. (#6340)
- The `go.opentelemetry.io/contrib/bridges/otellogr` module.
This module provides an OpenTelemetry logging bridge for
`github.com/go-logr/logr`. (#6386)
- Added SNS instrumentation in
`go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws`.
(#6388)

### Changed

- Change the span name to be `GET /path` so it complies with the OTel
HTTP semantic conventions in
`go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho`.
(#6365)
- Record errors instead of setting the `gin.errors` attribute in
`go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin`.
(#6346)
- The `go.opentelemetry.io/contrib/config` now supports multiple schemas
in subdirectories (i.e. `go.opentelemetry.io/contrib/config/v0.3.0`) for
easier migration. (#6412)

### Fixed

- Fix broken AWS presigned URLs when using instrumentation in
`go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws`.
(#5975)
- Fixed the value for configuring the OTLP exporter to use `grpc`
instead of `grpc/protobuf` in `go.opentelemetry.io/contrib/config`.
(#6338)
- Allow marshaling types in `go.opentelemetry.io/contrib/config`.
(#6347)
- Removed the redundant handling of panic from the `HTML` function in
`go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin`.
(#6373)
- The `code.function` attribute emitted by
`go.opentelemetry.io/contrib/bridges/otelslog` now stores just the
function name instead the package path-qualified function name. The
`code.namespace` attribute now stores the package path. (#6415)
- The `code.function` attribute emitted by
`go.opentelemetry.io/contrib/bridges/otelzap` now stores just the
function name instead the package path-qualified function name. The
`code.namespace` attribute now stores the package path. (#6423)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants