> ## 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.

# standalone

## Module

Standalone Splunk AO OTLP exporter construction.

## build\_standalone\_exporter

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

Build an OTLP exporter authenticated for standalone Splunk AO.

## resolve\_standalone\_exporter\_config

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

Resolve standalone endpoint, authentication, and routing headers.
