Config
provide.foundation.integrations.openobserve.config
¶
TODO: Add module docstring.
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 |