i'm working on getting opentelemetry stuff set up....
# spicedb
y
i'm working on getting opentelemetry stuff set up. I've added a
SPICEDB_OTEL_ENDPOINT=localhost:4317
and a
SPICEDB_OTEL_PROVIDER=otlphttp
environment variable, but it looks like it's trying to hit the sidecar with https, which doesn't work because it's expecting http. what's an example value for
ENDPOINT
? is it a full url? (e.g.
http://localhost:4317
?)
2 Views