Hi there, I'm trying to wire up spicedb deployed o...
# spicedb
t
Hi there, I'm trying to wire up spicedb deployed onto GKE with the telemetry collector, all in all: 1. SpiceDB config
Copy code
SPICEDB_OTEL_ENDPOINT:  localhost:4317
      SPICEDB_OTEL_PROVIDER:  otlpgrpc
2. collector sidecar
otel/opentelemetry-collector-contrib
3. receiver configured:
Copy code
receivers:
      otlp:
        protocols:
          grpc:
What I expect: Traces received and forwarded by the collector. What actually happens: the collector thinks the forwarded traces are bogus