UNPKG

@eventstore/opentelemetry

Version:

[![license][license-badge]][license-badge-url] [![Github action CI workflow][ci-badge]][ci-badge-url]

21 lines 787 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EventStoreDBAttributes = void 0; const esdb = "db.eventstoredb"; const db = "db"; const server = "server"; const streams = "streams"; exports.EventStoreDBAttributes = { DATABASE_USER: `${db}.user`, DATABASE_SYSTEM: `${db}.system`, DATABASE_OPERATION: `${db}.operation`, SERVER_ADDRESS: `${server}.address`, SERVER_PORT: `${server}.port`, STREAM_APPEND: `${streams}.append`, STREAM_SUBSCIBE: `${streams}.subscribe`, EVENT_STORE_STREAM: `${esdb}.stream`, EVENT_STORE_SUBSCRIPTION_ID: `${esdb}.subscription.id`, EVENT_STORE_EVENT_ID: `${esdb}.event.id`, EVENT_STORE_EVENT_TYPE: `${esdb}.event.type`, }; //# sourceMappingURL=attributes.js.map