UNPKG

@grafana/faro-web-tracing

Version:
15 lines (14 loc) 891 B
"use strict"; /** 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 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ATTR_SERVICE_NAMESPACE = exports.ATTR_DEPLOYMENT_ENVIRONMENT_NAME = exports.ATTR_SESSION_ID = void 0; exports.ATTR_SESSION_ID = 'session.id'; exports.ATTR_DEPLOYMENT_ENVIRONMENT_NAME = 'deployment.environment.name'; exports.ATTR_SERVICE_NAMESPACE = 'service.namespace'; //# sourceMappingURL=semconv.js.map