package config
// Tracing
type Tracing struct {
Endpoint string `json:"endpoint"`
Token string `json:"token"`
Enabled bool `json:"enabled"`
}