mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
docs: update telemetry documentation and scripts (#1318)
This commit is contained in:
@@ -206,6 +206,11 @@ async function main() {
|
||||
console.log(
|
||||
`
|
||||
🔎 View traces in the Jaeger UI: http://localhost:${JAEGER_PORT}`,
|
||||
);
|
||||
console.log(`📊 View metrics in the logs and metrics: ${OTEL_LOG_FILE}`);
|
||||
console.log(
|
||||
`
|
||||
📄 Tail logs and metrics in another terminal: tail -f ${OTEL_LOG_FILE}`,
|
||||
);
|
||||
console.log(`
|
||||
Press Ctrl+C to exit.`);
|
||||
|
||||
Reference in New Issue
Block a user