You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(layer)!: use otel semantic conventions for code (#225)
## Motivation
The otel semantic conventions specify the names `code.file.path` and
`code.line.number` for these attributes. There is no equivalent for
module, but I extrapolated from `code.function.name`.
https://opentelemetry.io/docs/specs/semconv/code/
## Solution
Rename the current attributes.
0 commit comments