Documentation ¶
Index ¶
- Variables
- type Serializer
- func (s *Serializer) SendEvents(e marshaler.Marshaler) error
- func (s *Serializer) SendJSONToV1Intake(data interface{}) error
- func (s *Serializer) SendMetadata(m marshaler.Marshaler) error
- func (s *Serializer) SendSeries(series marshaler.Marshaler) error
- func (s *Serializer) SendServiceChecks(sc marshaler.Marshaler) error
- func (s *Serializer) SendSketch(sketches marshaler.Marshaler) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // AgentPayloadVersion is the versions of the agent-payload repository // used to serialize to protobuf AgentPayloadVersion string )
Functions ¶
This section is empty.
Types ¶
type Serializer ¶
Serializer serializes metrics to the correct format and routes the payloads to the correct endpoint in the Forwarder
func (*Serializer) SendEvents ¶
func (s *Serializer) SendEvents(e marshaler.Marshaler) error
SendEvents serializes a list of event and sends the payload to the forwarder
func (*Serializer) SendJSONToV1Intake ¶
func (s *Serializer) SendJSONToV1Intake(data interface{}) error
SendJSONToV1Intake serializes a payload and sends it to the forwarder. Some code sends arbitrary payload the v1 API.
func (*Serializer) SendMetadata ¶
func (s *Serializer) SendMetadata(m marshaler.Marshaler) error
SendMetadata serializes a metadata payload and sends it to the forwarder
func (*Serializer) SendSeries ¶
func (s *Serializer) SendSeries(series marshaler.Marshaler) error
SendSeries serializes a list of serviceChecks and sends the payload to the forwarder
func (*Serializer) SendServiceChecks ¶
func (s *Serializer) SendServiceChecks(sc marshaler.Marshaler) error
SendServiceChecks serializes a list of serviceChecks and sends the payload to the forwarder
func (*Serializer) SendSketch ¶
func (s *Serializer) SendSketch(sketches marshaler.Marshaler) error
SendSketch serializes a list of SketSeriesList and sends the payload to the forwarder
Click to show internal directories.
Click to hide internal directories.