<https://vercel.com/docs/observability/otel-overview> Anyone have experience sending vercel telemetr...
h
https://vercel.com/docs/observability/otel-overview Anyone have experience sending vercel telemetry to signoz? Its kinda weird, they talk about otel, but then wants you to select either datadog or new-relic, like isnt there a generic way?
a
You should be able to send it to SigNoz using the env variables.
Copy code
OTEL_RESOURCE_ATTRIBUTES=service.name=<service_name> \
OTEL_EXPORTER_OTLP_ENDPOINT="<otel-collector endpoint>" \
OTEL_EXPORTER_OTLP_PROTOCOL=grpc \