https://authzed.com logo
#spicedb
Title
# spicedb
y

yetitwo

07/21/2022, 8:35 PM
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
?)