> ## Documentation Index
> Fetch the complete documentation index at: https://agent-observability-docs.splunk.com/llms.txt
> Use this file to discover all available pages before exploring further.

# o11y

## Module

Splunk Observability Cloud OTLP exporter construction.

## build\_o11y\_exporter

```python theme={null}
def build_o11y_exporter(config: O11yConfig,
                        routing: RoutingAttrs,
                        _exporter_factory: ExporterFactory=OTLPSpanExporter,
                        **exporter_kwargs: Any) -> SpanExporter
```

Build an OTLP exporter authenticated for Splunk Observability Cloud.

## resolve\_o11y\_exporter\_config

```python theme={null}
def resolve_o11y_exporter_config(config: O11yConfig,
                                 routing: RoutingAttrs) -> ExporterConfig
```

Resolve o11y endpoint, authentication, and routing headers.
