[Part 1/6] feat(telemetry): add rate limiter and high-water mark tracker with tests (#8110)

This commit is contained in:
Shelakh
2025-09-10 00:49:10 +02:00
committed by GitHub
parent ae20aee837
commit 7d77f0287d
5 changed files with 717 additions and 0 deletions
+2
View File
@@ -50,3 +50,5 @@ export type { TelemetryEvent } from './types.js';
export { SpanStatusCode, ValueType } from '@opentelemetry/api';
export { SemanticAttributes } from '@opentelemetry/semantic-conventions';
export * from './uiTelemetry.js';
export { HighWaterMarkTracker } from './high-water-mark-tracker.js';
export { RateLimiter } from './rate-limiter.js';