Next.js Discord

Discord Forum

Jaeger and Next.JS

Unanswered
Bull Arab posted this in #help-forum
Open in Discord
Bull ArabOP
I'm trying to configure Jaeger with Next.JS and Opentel.

Does anyone know the correct settings?

OTEL_EXPORTER_OTLP_TRACES_ENDPOINT="http://<ip>:4318"
OTEL_EXPORTER_OTLP_TRACES_PROTOCOL="http/protobuf"
OTEL_EXPORTER_OTLP_METRICS_ENDPOINT="http://<ip>:4318"
OTEL_EXPORTER_OTLP_METRICS_PROTOCOL="http/protobuf"


The above does not work for me neither do many of the other ports or anything.

0 Replies