Enforce ALWAYS_ON sampler, reuse existing TracerProvider, expand test…#19
Merged
deborahjacob-botanu merged 2 commits intomainfrom Feb 7, 2026
Merged
Enforce ALWAYS_ON sampler, reuse existing TracerProvider, expand test…#19deborahjacob-botanu merged 2 commits intomainfrom
deborahjacob-botanu merged 2 commits intomainfrom
Conversation
Complete implementation of the Botanu SDK including: - Zero-config bootstrap with enable()/disable() lifecycle - Auto-instrumentation for 50+ libraries (HTTP, DB, messaging, GenAI) - W3C Baggage propagation for run_id across services - ALWAYS_ON sampler (never drops spans) - TracerProvider reuse (no double-spanning) - Resource detection (cloud, container, process) - Lean enricher (run_id + use_case per span) - YAML + env var configuration with BOTANU_* precedence - Thread-safe initialization with RLock - CI/CD workflows (lint, typecheck, test 3.9-3.13, build, DCO) - 365 unit tests at 73% coverage - LF-compliant documentation and repo structure Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Deborah Jacob <deborah@botanu.ai>
e27faad to
0664982
Compare
Signed-off-by: deborahjacob-botanu <deborah@botanu.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… coverage to 365
Summary
Changes
Type of change
Testing
pytest)ruff check)mypy)Checklist
git commit -s) per the DCO