Config
π€ AI-Generated Content
This documentation was generated with AI assistance and is still being audited. Some, or potentially a lot, of this information may be inaccurate. Learn more.
provide.foundation.integrations.openobserve.config
¶
Classes¶
OpenObserveConfig
¶
Bases: RuntimeConfig
Configuration for OpenObserve integration.
Functions¶
get_otlp_endpoint
¶
Get OTLP endpoint derived from OpenObserve URL.
Returns:
| Type | Description |
|---|---|
str | None
|
OTLP endpoint URL or None if not configured |
Source code in provide/foundation/integrations/openobserve/config.py
is_available
¶
Test if OpenObserve is available and reachable.
Returns:
| Type | Description |
|---|---|
bool
|
True if connection test succeeds |