docs: add Braintrust observability guides - #1000
Conversation
d561cc2 to
2924fee
Compare
|
Thanks for this — and welcome! This is a strong first contribution. The tricky part of a tracing integration is getting the API shape right, and you did. I validated the Kubernetes config on a live cluster (kind, agentgateway v1.5.0 via Helm, Gateway API 1.6.0) rather than just reading it. Results:
I pointed the tracing The security-relevant choices here are also the right ones: Worth noting: our existing Honeycomb page still claims "the agentgateway tracing policy does not support custom HTTP headers, you must route traces through an OTel Collector." Your PR demonstrates that's now stale. That change could be added to this PR. Required changes1. The "Kubernetes tracing" link points at the wrong page.
You'll want to rebase on 2. "reduce the exporter batch size" isn't an available setting. Neither the Kubernetes
3. Port-forward and listener port contradict each other. The Kubernetes page port-forwards
4. Use the shared snippets instead of hardcoded values. The Kubernetes pages hardcode They work inside fenced code blocks — see 5. Drop This one is counterintuitive, so it's worth explaining. Per Removing the key changes nothing about what runs (zero test cases either way). It also matches the neighbors: Suggestions
Not blockingThe Thanks again for picking this up! |
|
Addressed the requested changes in d09d891:
|
|
Looking better! One thing left. The snippets are used in prose as well as in code blocks. Line 54 on both Kubernetes pages still has the literals:
|
d09d891 to
856beac
Compare
Signed-off-by: King Star <mcxin.y@gmail.com>
Signed-off-by: King Star <mcxin.y@gmail.com>
Signed-off-by: King Star <mcxin.y@gmail.com>
Signed-off-by: King Star <mcxin.y@gmail.com>
Signed-off-by: King Star <mcxin.y@gmail.com>
Signed-off-by: King Star <mcxin.y@gmail.com>
856beac to
6e9baef
Compare
Summary
mainandlatestdocumentation trees.x-bt-parentrouting, TLS, and Secret-backed authentication.Part of #3230.
Verification
mainat84943b3a.git diff --checkuv run python scripts/list_untested_docs.py --docs-dir content/docs(all four Braintrust pages appear in the untested-doc inventory)uv run python scripts/check_generated_asset_pins.pyThe local checkout does not include the repository Hugo binary; the hosted documentation workflow will provide the Hugo build and rendered-page checks.