Skip to content

Commit a740683

Browse files
committed
Install opentelemetry
1 parent 3b4594e commit a740683

File tree

3 files changed

+4279
-163
lines changed

3 files changed

+4279
-163
lines changed

.env.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,10 @@ BACKEND_HOST=http://localhost:3300
3131
# DOCKER_RESTART_POLICY=always
3232
# BACKEND_HOST=http://localhost:3300
3333

34+
# # OpenTelemetry Examples
35+
# OTEL_TRACES_EXPORTER="otlp"
36+
# OTEL_EXPORTER_OTLP_ENDPOINT="https://ingest.us.signoz.cloud:443"
37+
# OTEL_NODE_RESOURCE_DETECTORS="env,host,os"
38+
# OTEL_SERVICE_NAME="konzisite_api"
39+
# OTEL_EXPORTER_OTLP_HEADERS="signoz-ingestion-key=00000000-0000-0000-0000-000000000000"
40+
# NODE_OPTIONS="--require @opentelemetry/auto-instrumentations-node/register"

0 commit comments

Comments
 (0)