Documentation
¶
Overview ¶
Copyright 2020 New Relic Corporation. All rights reserved. SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
View Source
const (
SAMPLE_QUEUE_CAPACITY = 10 // Number of sample batches we'll wait for, min 2 * high freq samplers + 1 * low freq samples
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sender ¶
type Sender struct {
// contains filtered or unexported fields
}
Sender is responsible for submitting data to the collector endpoint.
func NewSender ¶
func NewSender(ctx agent.AgentContext) *Sender
func (*Sender) RegisterSampler ¶
Click to show internal directories.
Click to hide internal directories.