package
1.1.0
Repository: https://github.com/cloudfoundry/dropsonde.git
Documentation: pkg.go.dev

# Functions

AddToCounter sends an event to increment the named counter by the specified (positive) delta.
BatchAddCounter adds delta to a counter but, unlike AddCounter, does not emit a CounterEvent for each add; instead, the adds are batched and a single CounterEvent is sent after the timeout.
BatchIncrementCounter increments a counter but, unlike IncrementCounter, does not emit a CounterEvent for each increment; instead, the increments are batched and a single CounterEvent is sent after the timeout.
Closes the metrics system and flushes any batch metrics.
ContainerMetric creates a container metric that can be manipulated via cascading calls and then sent.
Counter creates a counter event that can be manipulated via cascading calls and then sent via Increment or Add.
IncrementCounter sends an event to increment the named counter by one.
Initialize prepares the metrics package for use with the automatic Emitter.
Send sends an events.Event.
SendContainerMetric sends a metric that records resource usage of an app in a container.
SendValue sends a value event for the named metric.
Value creates a value metric that can be manipulated via cascading calls and then sent.

# Interfaces

No description provided by the author
No description provided by the author