Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SeriesSetGenerator ¶
type SeriesSetGenerator struct {
// contains filtered or unexported fields
}
func NewSeriesSetGenerator ¶
func NewSeriesSetGenerator(config *configseries.SeriesSetConfig) (*SeriesSetGenerator, error)
func (*SeriesSetGenerator) End ¶
func (g *SeriesSetGenerator) End() time.Time
func (*SeriesSetGenerator) GenerateOpenMetrics ¶
func (g *SeriesSetGenerator) GenerateOpenMetrics(w io.Writer) error
func (*SeriesSetGenerator) GenerateUnitTest ¶
func (g *SeriesSetGenerator) GenerateUnitTest( ruleFiles []string, w io.Writer, ) error
func (*SeriesSetGenerator) Start ¶
func (g *SeriesSetGenerator) Start() time.Time
Click to show internal directories.
Click to hide internal directories.