Reorganize OpenTelemetry demos, add top-level README

This commit is contained in:
Mark Backman
2025-05-20 23:29:16 -04:00
parent c4778e770e
commit 25115668a7
13 changed files with 235 additions and 521 deletions

View File

@@ -0,0 +1,10 @@
DEEPGRAM_API_KEY=your_deepgram_key
CARTESIA_API_KEY=your_cartesia_key
OPENAI_API_KEY=your_openai_key
# Set to any value to enable tracing
ENABLE_TRACING=true
# OTLP endpoint (defaults to localhost:4317 if not set)
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317
# Set to any value to enable console output for debugging
# OTEL_CONSOLE_EXPORT=true