Skip to main content

Traces

A class for interacting with the Permitech API using the permitech_core package. Currently used by the PermitechLogger to create and upload traces to Permitech. 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 Permitech ingest service. Used when the ingest service healthz check succeeds, posting to the dedicated Go ingest service instead of the standard API client.