Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Series ¶
type Series struct { Type string // gauge, counter (if counter we treat below as rate aim). Characteristics seriesgen.Characteristics // Result is an exact Prometheus HTTP query result that would be used to generate series' metrics labels. Result QueryData // Replicate multiples this set given number of times. For example if result has 10 metrics and replicate is 10 we will // have 100 unique series. Replicate int }
Click to show internal directories.
Click to hide internal directories.