@@ -51,22 +51,22 @@ Alternatively, you can upload profiles to [pprof.me][pprofme] to share with othe
5151
5252SpiceDB uses [ OpenTelemetry] [ otel ] for [ tracing] the lifetime of requests.
5353
54- You can configure the tracing in SpiceDB via [ global flags] , prefixed with ` otel ` .
54+ You can configure the tracing in SpiceDB via [ CLI flags] , prefixed with ` otel ` .
5555
5656Here's a video walking through SpiceDB traces using [ Jaeger] :
5757
5858<YouTube videoId = " Oa6gB5GRUyA" />
5959
6060[ otel ] : https://opentelemetry.io
6161[ tracing ] : https://opentelemetry.io/docs/concepts/signals/traces/
62- [ global flags] : /spicedb/concepts/commands#global-flags
62+ [ CLI flags] : /spicedb/concepts/commands
6363[ Jaeger ] : https://www.jaegertracing.io
6464
6565## Structured Logging
6666
6767SpiceDB emits logs to [ standard streams] [ stdinouterr ] using [ zerolog] .
6868
69- Logs come in two formats (` console ` , ` JSON ` ) and can be configured with the ` --log-format ` [ global flag] .
69+ Logs come in two formats (` console ` , ` JSON ` ) and can be configured with the ` --log-format ` [ CLI flag] .
7070
7171If a output device is non-interactive (i.e. not a terminal) these logs are emitted in [ NDJSON] by default.
7272
@@ -123,7 +123,7 @@ Here's a comparison of the logs starting up a single SpiceDB v1.25 instance:
123123</Tabs >
124124
125125[ zerolog ] : https://github.com/rs/zerolog
126- [ global flag ] : /spicedb/concepts/commands#global-flags
126+ [ CLI flags ] : /spicedb/concepts/commands
127127[ stdinouterr ] : https://en.wikipedia.org/wiki/Standard_streams
128128[ NDJSON ] : https://github.com/ndjson/ndjson-spec
129129
0 commit comments