Skip to main content

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.