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

# traces

## Traces

A class for interacting with the Splunk AO API using the galileo\_core package.

Currently used by the SplunkAOLogger to create and upload traces to Splunk AO.

**Arguments**

* `project_id` (`Optional[str]`): The ID of the project.

* `agent_stream_id` (`Optional[str]`): The ID of the log stream.

## IngestTraces

Client that sends traces/spans directly to the Splunk AO ingest service.

Used when the ingest service healthz check succeeds, posting to the dedicated
Go ingest service instead of the standard API client.
