package trace const TraceName = "kit" type Config struct { Name string Endpoint string Sampler float64 Batcher string }