chore: npm run format & lint
This commit is contained in:
parent
807844fb57
commit
2655af079a
2 changed files with 1 additions and 3 deletions
|
|
@ -322,9 +322,8 @@ export class QwenLogger {
|
|||
this.flushIfNeeded();
|
||||
}
|
||||
|
||||
logApiRequestEvent(event: ApiRequestEvent): void {
|
||||
logApiRequestEvent(_event: ApiRequestEvent): void {
|
||||
// ignore for now
|
||||
console.log('logApiRequestEvent', event);
|
||||
return;
|
||||
|
||||
// const rumEvent = this.createResourceEvent('api', 'api_request', {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ import { HttpInstrumentation } from '@opentelemetry/instrumentation-http';
|
|||
import { Config } from '../config/config.js';
|
||||
import { SERVICE_NAME } from './constants.js';
|
||||
import { initializeMetrics } from './metrics.js';
|
||||
import { QwenLogger } from './qwen-logger/qwen-logger.js';
|
||||
import {
|
||||
FileLogExporter,
|
||||
FileMetricExporter,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue