Documentation
¶
Index ¶
Constants ¶
View Source
const ( ENDPOINT_ENV = "NEBIUS_OBSERVABILITY_AGENT_UPDATER_ENDPOINT" UserAgent = "nebius-observability-agent-updater" ProcessHealthKey = "process" CpuHealthKey = "cpu" GpuHealthKey = "gpu" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) SendAgentData ¶
func (s *Client) SendAgentData(agent agents.AgentData) (*agentmanager.GetVersionResponse, error)
Click to show internal directories.
Click to hide internal directories.