@eventstore/opentelemetry
Version:
[![license][license-badge]][license-badge-url] [![Github action CI workflow][ci-badge]][ci-badge-url]
14 lines (13 loc) • 403 B
TypeScript
export declare const EventStoreDBAttributes: {
DATABASE_USER: string;
DATABASE_SYSTEM: string;
DATABASE_OPERATION: string;
SERVER_ADDRESS: string;
SERVER_PORT: string;
STREAM_APPEND: string;
STREAM_SUBSCIBE: string;
EVENT_STORE_STREAM: string;
EVENT_STORE_SUBSCRIPTION_ID: string;
EVENT_STORE_EVENT_ID: string;
EVENT_STORE_EVENT_TYPE: string;
};