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

Method Validate

modules/distributor/config.go:97–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95}
96
97func (cfg *Config) Validate() error {
98 if cfg.PushSpansToKafka {
99 if err := cfg.KafkaConfig.Validate(); err != nil {
100 return err
101 }
102 }
103
104 return nil
105}

Callers

nothing calls this directly

Calls 1

ValidateMethod · 0.65

Tested by

no test coverage detected