UNPKG

@grafana/faro-transport-otlp-http

Version:

Faro transport which converts the Faro data model to the Otlp data model.

26 lines (25 loc) 1.69 kB
"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_USER_ROLES = exports.ATTR_USER_NAME = exports.ATTR_USER_ID = exports.ATTR_USER_HASH = exports.ATTR_USER_FULL_NAME = exports.ATTR_USER_EMAIL = exports.ATTR_USER_ATTRIBUTES = exports.ATTR_SESSION_ID = exports.ATTR_SERVICE_NAMESPACE = exports.ATTR_DEPLOYMENT_ENVIRONMENT_NAME = exports.ATTR_BROWSER_PLATFORM = exports.ATTR_BROWSER_MOBILE = exports.ATTR_BROWSER_LANGUAGE = exports.ATTR_BROWSER_BRANDS = void 0; exports.ATTR_BROWSER_BRANDS = 'browser.brands'; exports.ATTR_BROWSER_LANGUAGE = 'browser.language'; exports.ATTR_BROWSER_MOBILE = 'browser.mobile'; exports.ATTR_BROWSER_PLATFORM = 'browser.platform'; exports.ATTR_DEPLOYMENT_ENVIRONMENT_NAME = 'deployment.environment.name'; exports.ATTR_SERVICE_NAMESPACE = 'service.namespace'; exports.ATTR_SESSION_ID = 'session.id'; exports.ATTR_USER_ATTRIBUTES = 'user.attributes'; exports.ATTR_USER_EMAIL = 'user.email'; exports.ATTR_USER_FULL_NAME = 'user.full_name'; exports.ATTR_USER_HASH = 'user.hash'; exports.ATTR_USER_ID = 'user.id'; exports.ATTR_USER_NAME = 'user.name'; exports.ATTR_USER_ROLES = 'user.roles'; //# sourceMappingURL=semconv.js.map