Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// Logging Formats
TaskLogger = "task=%s message=%s"
)
Functions ¶
func InitializeMonitoring ¶
func InitializeMonitoring() error
func NewTaskFormatter ¶
Types ¶
type Metric ¶
type Metric interface { Increment(attributes api.MeasurementOption) Name() string }
Metric interface for abstracting the different operations for the various metric types provided by open telemetry
func NewCounter ¶
NewCounter returns a new counter
Click to show internal directories.
Click to hide internal directories.