@grafana/faro-web-tracing
Version:
Faro web tracing implementation.
12 lines (10 loc) • 708 B
TypeScript
/**
Unstable SemConv
Because the "incubating" entry-point may include breaking changes in minor versions,
it is recommended that instrumentation libraries not import @opentelemetry/semantic-conventions/incubating in runtime code,
but instead copy relevant definitions into their own code base. (This is the same recommendation as for other languages.)
See: https://www.npmjs.com/package/@opentelemetry/semantic-conventions#:~:text=%7D)%3B-,Unstable%20SemConv,-Because%20the%20%22incubating
*/
export declare const ATTR_SESSION_ID = "session.id";
export declare const ATTR_DEPLOYMENT_ENVIRONMENT_NAME = "deployment.environment.name";
export declare const ATTR_SERVICE_NAMESPACE = "service.namespace";