Documentation
¶
Overview ¶
Package agent provides domain models for the agent
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Description ¶
type Description struct {
IdentifyingAttributes map[string]string
NonIdentifyingAttributes map[string]string
}
Description represents the description of an agent. It contains identifying and non-identifying attributes.
func (*Description) OS ¶
func (ad *Description) OS() vo.OS
OS is a required field of AgentDescription https://github.com/open-telemetry/opamp-spec/blob/main/specification.md#agentdescriptionnon_identifying_attributes
func (*Description) Service ¶
func (ad *Description) Service() vo.Service
Service returns service information.
Click to show internal directories.
Click to hide internal directories.