SpanForge / SDK Service / Scale phase
sf_observe
OpenTelemetry-aligned tracing with OTel GenAI Semantic Conventions v1.27+, multi-exporter support for Datadog, Grafana, Splunk, and Elastic, plus SLO tracking and health probes.
from spanforge import sf_observeWhat it covers
- OTel GenAI Semantic Conventions v1.27+
- OTLP / Datadog / Grafana / Splunk / Elastic exporters
- W3C TraceContext propagation
- Annotation store for span enrichment
- SLO tracking and health probe endpoints
Get started
Install once. Import per service.
All SDK services ship inside a single package. Install spanforge once and import only what you need.
Install
pip install spanforgeImport
from spanforge import sf_observe