Documentation
¶
Index ¶
Constants ¶
View Source
const (
Name = "service-graphs"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// Wait is the value to wait for an edge to be completed
Wait time.Duration `yaml:"wait"`
// MaxItems is the amount of edges that will be stored in the storeMap
MaxItems int `yaml:"max_items"`
// Workers is the amount of workers that will be used to process the edges
Workers int `yaml:"workers"`
// 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.
// If client and server spans have the same attribute, behaviour is undetermined
// (either value could get used)
Dimensions []string `yaml:"dimensions"`
}
Click to show internal directories.
Click to hide internal directories.