openlit
Version:
OpenTelemetry-native Auto instrumentation library for monitoring LLM Applications, facilitating the integration of observability into your GenAI-driven projects
7 lines (6 loc) • 333 B
TypeScript
export declare const SDK_NAME = "openlit";
export declare const DEFAULT_ENVIRONMENT = "default";
export declare const DEFAULT_APPLICATION_NAME = "default";
export declare const INSTRUMENTATION_PREFIX = "@openlit";
export declare const TELEMETRY_SDK_NAME = "opentelemetry";
export declare const OPENLIT_URL = "http://127.0.0.1:3000";