发布

  • Add Metrics Module and Interceptor for OpenTelemetry Integration

    frostbyte_neo 发布于 2025-11-10 08:29:34 +00:00

    • Introduced a new MetricsModule to register MetricsInterceptor for automatic metrics collection.
    • Created Metered annotation to mark methods for metrics tracking, capturing operation count, duration, batch size, and error counts.
    • Updated OpikApplication to include MetricsModule.
    • Enhanced TracesResource with Metered annotations for various trace operations to enable metrics collection.

    This implementation facilitates better observability and performance monitoring of trace-related operations.

    下载附件