faro-web-sdk icon indicating copy to clipboard operation
faro-web-sdk copied to clipboard

Support OpenTelemetry session ids

Open cedricziel opened this issue 1 year ago • 1 comments

The conventions for sessions in Faro are slightly different than the opentelemetry semantic conventions.

It seems like a small lift to support the OpenTelemetry conventions and at some point fully transition to them.

https://opentelemetry.io/docs/specs/semconv/general/session/

cedricziel avatar Apr 10 '24 08:04 cedricziel

@cedricziel

Faro's session meta has: session.id and attributes.session.previousSession

So it's only about attributes.session.previousSession?

codecapitano avatar Apr 10 '24 09:04 codecapitano