mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 21:03:05 -07:00
refactor: make log/event structure clear (#10467)
This commit is contained in:
committed by
GitHub
parent
cce245738e
commit
83075b2800
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user