mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-30 22:50:59 -05:00
chore: run go-fmt (#2984)
This commit is contained in:
@@ -20,12 +20,12 @@ type LoggerConfigFile struct {
|
||||
}
|
||||
|
||||
type OpenTelemetryConfigFile struct {
|
||||
CollectorURL string `mapstructure:"collectorURL" json:"collectorURL,omitempty"`
|
||||
ServiceName string `mapstructure:"serviceName" json:"serviceName,omitempty" default:"server"`
|
||||
TraceIdRatio string `mapstructure:"traceIdRatio" json:"traceIdRatio,omitempty" default:"1"`
|
||||
Insecure bool `mapstructure:"insecure" json:"insecure,omitempty" default:"false"`
|
||||
CollectorAuth string `mapstructure:"collectorAuth" json:"collectorAuth,omitempty"`
|
||||
MetricsEnabled bool `mapstructure:"metricsEnabled" json:"metricsEnabled,omitempty" default:"false"`
|
||||
CollectorURL string `mapstructure:"collectorURL" json:"collectorURL,omitempty"`
|
||||
ServiceName string `mapstructure:"serviceName" json:"serviceName,omitempty" default:"server"`
|
||||
TraceIdRatio string `mapstructure:"traceIdRatio" json:"traceIdRatio,omitempty" default:"1"`
|
||||
Insecure bool `mapstructure:"insecure" json:"insecure,omitempty" default:"false"`
|
||||
CollectorAuth string `mapstructure:"collectorAuth" json:"collectorAuth,omitempty"`
|
||||
MetricsEnabled bool `mapstructure:"metricsEnabled" json:"metricsEnabled,omitempty" default:"false"`
|
||||
}
|
||||
|
||||
type PrometheusConfigFile struct {
|
||||
|
||||
Reference in New Issue
Block a user