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();
|
this.flushIfNeeded();
|
||||||
}
|
}
|
||||||
|
|
||||||
logApiRequestEvent(event: ApiRequestEvent): void {
|
logApiRequestEvent(_event: ApiRequestEvent): void {
|
||||||
// ignore for now
|
// ignore for now
|
||||||
console.log('logApiRequestEvent', event);
|
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// const rumEvent = this.createResourceEvent('api', 'api_request', {
|
// const rumEvent = this.createResourceEvent('api', 'api_request', {
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@ import { HttpInstrumentation } from '@opentelemetry/instrumentation-http';
|
||||||
import { Config } from '../config/config.js';
|
import { Config } from '../config/config.js';
|
||||||
import { SERVICE_NAME } from './constants.js';
|
import { SERVICE_NAME } from './constants.js';
|
||||||
import { initializeMetrics } from './metrics.js';
|
import { initializeMetrics } from './metrics.js';
|
||||||
import { QwenLogger } from './qwen-logger/qwen-logger.js';
|
|
||||||
import {
|
import {
|
||||||
FileLogExporter,
|
FileLogExporter,
|
||||||
FileMetricExporter,
|
FileMetricExporter,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue