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
OTEL semantic conventions are updated.
Double check how it affects Faro and act accordingly.
Proposed solution
From a first look it seems that we may need to update conventions regarding stack frame attribute names
New conventions:
code: rename code.function, code.lineno, code.column and code.filepath (https://github.com/open-telemetry/semantic-conventions/issues/1377, https://github.com/open-telemetry/semantic-conventions/issues/1599)
code.function renamed to code.function.name
code.lineno renamed to code.line.number
code.column renamed to code.column.number
code.filepath renamed to code.file.path
The text was updated successfully, but these errors were encountered:
codecapitano
changed the title
Double check how semconf 1.3.0 release affects Faro and update if necessary
Double check how SemConv 1.3.0 release affects Faro and update if necessary
Jan 28, 2025
Description
OTEL semantic conventions are updated.
Double check how it affects Faro and act accordingly.
Proposed solution
From a first look it seems that we may need to update conventions regarding stack frame attribute names
New conventions:
Context
The text was updated successfully, but these errors were encountered: