logs-analyzer/signoz/pkg/query-service/app/opamp/otelconfig/otlpreceiver/config.go
2024-09-02 22:47:30 +03:00

7 lines
144 B
Go

package otlpreceiver
type Protocols struct {
GRPC *GRPCServerSettings `mapstructure:"grpc"`
HTTP *HTTPServerSettings `mapstructure:"http"`
}