Jake
07/24/2023, 2:43 PMdorien2806
07/24/2023, 2:56 PMyetitwo
07/24/2023, 3:09 PMyetitwo
07/24/2023, 3:10 PMyetitwo
07/24/2023, 3:11 PM// SpiceDB has OTEL tracing built into it; these values hook it up to
// our datadog sidecar.
{ "name" : "SPICEDB_OTEL_PROVIDER", "value" : "otlpgrpc" },
// Datadog uses a proprietary trace propagation format, but it also supports B3. This is what
// allows us to associate traces between our app and SpiceDB.
{ "name" : "SPICEDB_OTEL_TRACE_PROPAGATOR", "value" : "b3" },
{ "name" : "SPICEDB_OTEL_ENDPOINT", "value" : "localhost:4317" },
{ "name" : "OTEL_EXPORTER_OTLP_ENDPOINT", "value" : "http://localhost:4317" }
yetitwo
07/24/2023, 3:12 PMyetitwo
07/24/2023, 3:12 PMOTEL_ENDPOINT
and the EXPORTER_OTLP_ENDPOINT
to get things working for whatever reasondorien2806
07/25/2023, 11:41 AMyetitwo
07/25/2023, 1:44 PMyetitwo
07/25/2023, 1:45 PMyetitwo
07/25/2023, 1:45 PMdorien2806
07/25/2023, 3:00 PMyetitwo
07/25/2023, 9:48 PMdorien2806
07/26/2023, 12:24 PMdorien2806
07/27/2023, 3:05 PMbrandon.craig
08/11/2023, 4:30 PM