Documentation
¶
Overview ¶
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. * * This product includes software developed at Datadog (https://www.datadoghq.com) Copyright 2024 Datadog, Inc.
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. * * This product includes software developed at Datadog (https://www.datadoghq.com) Copyright 2024 Datadog, Inc.
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. * * This product includes software developed at Datadog (https://www.datadoghq.com) Copyright 2024 Datadog, Inc.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // Metric is the global metrics object Metric = &Metrics{ Disable: true, } )
Functions ¶
func InitializeMetrics ¶
InitializeMetrics - creates a new instance of a Metrics based on the type of metrics specified.
Types ¶
type Metrics ¶
type Metrics struct {
Disable bool
// contains filtered or unexported fields
}
Metrics - structure to keep information relevant to the metrics calculation Disable - disables metric calculations