package documentation

Lazy public exports for a sharded direct protobuf package.

From __init__.py:

Class Action Action to be taken by the agent based on version check.
Class AgentState Current operational state of the agent.
Class AgentType Type of the agent in the system.
Class GetVersionRequest Request message for GetVersion RPC containing agent status and system information.
Class GetVersionResponse Response message for GetVersion RPC containing required action for the agent.
Class HealthCheckLogs Health check logs information for monitoring disk usage.
Class ModuleHealth Health status information for an individual module.
Class ModulesHealth Health status information for all agent modules.
Class NopActionParams Parameters when no operation is required.
Class OSInfo Operating system information for the instance.
Class Parameter Key-value parameter for module configuration.
Class RestartActionParams Parameters for agent restart action.
Class UpdateActionParams Parameters for agent update action.
Class VersionServiceClient VersionService provides functionality for managing nebius-observability-agent versions and health status in the Nebius observability system.
Function _nebius_module_dir Undocumented
Function _nebius_module_getattr Undocumented
Constant _NEBIUS_EXPORT_SHARDS Undocumented
Constant _NEBIUS_SHARD_NAMES Undocumented
def _nebius_module_dir() -> list[str]: (source)

Undocumented

def _nebius_module_getattr(name: str) -> object: (source)

Undocumented

_NEBIUS_EXPORT_SHARDS: dict[str, str] = (source)

Undocumented

Value
{'Action': '_impl_000',
 'AgentState': '_impl_000',
 'AgentType': '_impl_000',
 'EXTENSIONS': '_impl_000',
 'EXTENSION_HANDLES': '_impl_000',
 'GetVersionRequest': '_impl_000',
 'GetVersionResponse': '_impl_000',
...
_NEBIUS_SHARD_NAMES: dict = (source)

Undocumented

Value
{'_impl_000': ('Action',
               'AgentState',
               'AgentType',
               'EXTENSIONS',
               'EXTENSION_HANDLES',
               'GetVersionRequest',
               'GetVersionResponse',
...