feat(server): cluster level event system (#9884)

This commit is contained in:
forehalo
2025-01-25 14:51:03 +00:00
parent 0d2c2ea21e
commit 6370f45928
43 changed files with 634 additions and 364 deletions

View File

@@ -37,7 +37,8 @@ export type KnownMetricScopes =
| 'doc'
| 'sse'
| 'mail'
| 'ai';
| 'ai'
| 'event';
const metricCreators: MetricCreators = {
counter(meter: Meter, name: string, opts?: MetricOptions) {