Client
provide.foundation.integrations.openobserve.client
¶
OpenObserve API client using Foundation's transport system.
Classes¶
OpenObserveClient
¶
OpenObserveClient(
url: str,
username: str,
password: str,
organization: str = "default",
timeout: int = 30,
)
Bases: SearchOperationsMixin, MetricsOperationsMixin, OpenObserveClientBase
Async client for interacting with OpenObserve API.
Uses Foundation's transport system for all HTTP operations. Combines search/streams operations and Prometheus metrics API.