Documentation
¶
Index ¶
Constants ¶
View Source
const (
Name = "span-metrics"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// Buckets for latency histogram in seconds.
HistogramBuckets []float64 `yaml:"histogram_buckets"`
// Additional dimensions (labels) to be added to the metric,
// along with the default ones (service, span_name, span_kind and span_status).
Dimensions []string `yaml:"dimensions"`
}
Click to show internal directories.
Click to hide internal directories.