You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add Kubernetes deployment guide for zero-code instrumentation
- Add comprehensive kubernetes.md covering OTel Operator, env vars,
init containers, and GitOps integration
- Update README with Kubernetes section and simplified examples
- Update docs index with Kubernetes link and cleaner quick start
Supports enterprise-scale deployments (2000+ apps) without code changes.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Deborah Jacob <deborah@botanu.ai>
Copy file name to clipboardExpand all lines: README.md
+25-38Lines changed: 25 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,6 @@ OpenTelemetry-native run-level cost attribution for AI workflows.
11
11
12
12
Botanu adds **runs** on top of distributed tracing. A run represents a single business transaction that may span multiple LLM calls, database queries, and services. By correlating all operations to a stable `run_id`, you get accurate cost attribution without sampling artifacts.
13
13
14
-
**Key features:**
15
-
-**Run-level attribution** — Link all costs to business outcomes
0 commit comments