logs-analyzer/signoz/pkg/query-service/app/opamp/otelconfig/otlpreceiver/httpSettings.go

10 lines
297 B
Go
Raw Normal View History

2024-09-02 22:47:30 +03:00
package otlpreceiver
type HTTPServerSettings struct {
// Endpoint configures the listening address for the server.
Endpoint string `mapstructure:"endpoint" yaml:"endpoint"`
// TLSSetting struct exposes TLS client configuration.
TLSSetting *TLSServerSetting `mapstructure:"tls" yaml:"tls"`
}