MCPcopy
hub / github.com/grafana/tempo / RegisterFlags

Method RegisterFlags

tempodb/wal/wal.go:35–37  ·  view source on GitHub ↗
(*flag.FlagSet)

Source from the content-addressed store, hash-verified

33}
34
35func (c *Config) RegisterFlags(*flag.FlagSet) {
36 c.IngestionSlack = 2 * time.Minute
37}
38
39func (c *Config) Validate() error {
40 if _, err := encoding.FromVersionForWrites(c.Version); err != nil {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected