Skip to content

Commit b76dfb9

Browse files
kralickyrjbeers
andauthored
Add initial tracing docs (#1731)
Co-authored-by: RJ Beers <[email protected]>
1 parent ac0d403 commit b76dfb9

15 files changed

+162
-65
lines changed
Loading
Loading
Binary file not shown.
Loading
Loading
Loading
Binary file not shown.
Loading
Loading
Binary file not shown.
Loading
Binary file not shown.

content/docs/reference/reference.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@
554554
"services": []
555555
},
556556
"tracing-otlp-protocol": {
557-
"id": "tracing-otlp-endpoint",
557+
"id": "tracing-otlp-protocol",
558558
"title": "Tracing Provider",
559559
"description": "Transport protocol to be used for OTLP trace data.",
560560
"path": "/tracing",
@@ -567,6 +567,13 @@
567567
"path": "/tracing",
568568
"services": []
569569
},
570+
"tracing-headers": {
571+
"id": "tracing-headers",
572+
"title": "OTLP Export Headers",
573+
"description": "Key=Value headers to add to all outgoing trace export requests",
574+
"path": "/tracing",
575+
"services": []
576+
},
570577
"use-proxy-protocol": {
571578
"id": "use-proxy-protocol",
572579
"title": "Use Proxy Protocol",

content/docs/reference/tracing.mdx

+153-64
Large diffs are not rendered by default.

cspell.json

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
"pomerium",
126126
"posix",
127127
"proto",
128+
"protobuf",
128129
"proxied",
129130
"proxying",
130131
"psql",

0 commit comments

Comments
 (0)