Skip to content

Commit

Permalink
Add initial tracing docs (#1731)
Browse files Browse the repository at this point in the history
Co-authored-by: RJ Beers <[email protected]>
  • Loading branch information
kralicky and rjbeers authored Feb 4, 2025
1 parent ac0d403 commit b76dfb9
Show file tree
Hide file tree
Showing 15 changed files with 162 additions and 65 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/docs/reference/img/tracing/auth-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
9 changes: 8 additions & 1 deletion content/docs/reference/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@
"services": []
},
"tracing-otlp-protocol": {
"id": "tracing-otlp-endpoint",
"id": "tracing-otlp-protocol",
"title": "Tracing Provider",
"description": "Transport protocol to be used for OTLP trace data.",
"path": "/tracing",
Expand All @@ -567,6 +567,13 @@
"path": "/tracing",
"services": []
},
"tracing-headers": {
"id": "tracing-headers",
"title": "OTLP Export Headers",
"description": "Key=Value headers to add to all outgoing trace export requests",
"path": "/tracing",
"services": []
},
"use-proxy-protocol": {
"id": "use-proxy-protocol",
"title": "Use Proxy Protocol",
Expand Down
217 changes: 153 additions & 64 deletions content/docs/reference/tracing.mdx

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
"pomerium",
"posix",
"proto",
"protobuf",
"proxied",
"proxying",
"psql",
Expand Down

0 comments on commit b76dfb9

Please sign in to comment.