Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
def build_exporter(endpoint: str, auth_header: tuple[str, str], routing: RoutingAttrs, deployment: DeploymentMode, _exporter_factory: ExporterFactory=OTLPSpanExporter, **exporter_kwargs: Any) -> SpanExporter
def create_otel_resource(routing: RoutingAttrs) -> Resource
def resolve_exporter_config(endpoint: str, auth_header: tuple[str, str], routing: RoutingAttrs) -> ExporterConfig
def resolve_routing(deployment: DeploymentMode, *, project: str | None=None, project_id: str | None=None, agent_stream: str | None=None, agent_stream_id: str | None=None, experiment_id: str | None=None, context_project: str | None=None, context_project_id: str | None=None, context_agent_stream: str | None=None, context_agent_stream_id: str | None=None, context_experiment_id: str | None=None) -> RoutingAttrs
def routing_resource_attributes(routing: RoutingAttrs) -> dict[str, str]