package
0.0.0-20241121090302-a0fa9d7c2952
Repository: https://github.com/pundiai/go-sdk.git
Documentation: pkg.go.dev
# Functions
IncrCounter provides a wrapper functionality for emitting a counter metric with global labels (if any).
IncrCounterWithLabels provides a wrapper functionality for emitting a counter metric with global labels (if any) along with the provided labels.
MeasureSince provides a wrapper functionality for emitting a a time measure metric with global labels (if any).
ModuleMeasureSince provides a short hand method for emitting a time measure metric for a module with a given set of keys.
ModuleSetGauge provides a short hand method for emitting a gauge metric for a module with a given set of keys.
No description provided by the author
NewLabel creates a new instance of Label with name and value.
No description provided by the author
SetGauge provides a wrapper functionality for emitting a gauge metric with global labels (if any).
SetGaugeWithLabels provides a wrapper functionality for emitting a gauge metric with global labels (if any) along with the provided labels.
# Constants
Metrics supported format types.
Metrics supported format types.
Metrics supported format types.
No description provided by the author
# Structs
Config defines the configuration options for application telemetry.
GatherResponse is the response type of registered metrics.
No description provided by the author