refactor: make log/event structure clear (#10467)

This commit is contained in:
Christie Warwick (Wilson)
2025-10-09 16:02:58 -07:00
committed by GitHub
parent cce245738e
commit 83075b2800
10 changed files with 831 additions and 517 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
import type { Attributes, Meter, Counter, Histogram } from '@opentelemetry/api';
import { diag, metrics, ValueType } from '@opentelemetry/api';
import { SERVICE_NAME, EVENT_CHAT_COMPRESSION } from './constants.js';
import { SERVICE_NAME } from './constants.js';
import { EVENT_CHAT_COMPRESSION } from './types.js';
import type { Config } from '../config/config.js';
import type {
ModelRoutingEvent,