Versions in this module Expand all Collapse all v1 v1.2.0 Apr 6, 2023 v1.1.0 Mar 31, 2023 Changes in this version + func Example(logConfig config.LogConfig) []byte v1.0.0 Feb 14, 2023 Changes in this version + type Generator struct + func New(logConfig config.LogConfig, rate int, labels map[string]string) *Generator + func (g *Generator) Generate(ctx context.Context) ([]byte, error) + func (g *Generator) Rate() int