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

# traces

## Traces

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

Currently used by the GalileoLogger to create and upload traces to Galileo.

**Arguments**

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

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

## IngestTraces

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

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