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

7 lines
144 B
Go
Raw Normal View History

2024-09-02 22:47:30 +03:00
package otlpreceiver
type Protocols struct {
GRPC *GRPCServerSettings `mapstructure:"grpc"`
HTTP *HTTPServerSettings `mapstructure:"http"`
}