summaryrefslogtreecommitdiff
path: root/scripts/local_telemetry.js
diff options
context:
space:
mode:
authorJerop Kipruto <[email protected]>2025-06-23 01:10:26 -0400
committerGitHub <[email protected]>2025-06-23 06:10:26 +0100
commit64e1c7df75366bccc268dcfeff367a715462f5b2 (patch)
tree7b24e7e7ae6a96741b1e10ecd320c5b07207c407 /scripts/local_telemetry.js
parentda128e725dadbba5bb031b98036a267dc70a9e35 (diff)
docs: update telemetry documentation and scripts (#1318)
Diffstat (limited to 'scripts/local_telemetry.js')
-rwxr-xr-xscripts/local_telemetry.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/local_telemetry.js b/scripts/local_telemetry.js
index 561ce5f8..d7ff6941 100755
--- a/scripts/local_telemetry.js
+++ b/scripts/local_telemetry.js
@@ -207,6 +207,11 @@ async function main() {
`
🔎 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.`);
}