ReceiverResponse

data class ReceiverResponse(val name: String, val otlp: OtlpReceiverResponse? = null, val syslog: SyslogReceiverResponse? = null, val type: String, val udp: UdpReceiverResponse? = null)

Receiver Info.

Constructors

Link copied to clipboard
constructor(name: String, otlp: OtlpReceiverResponse? = null, syslog: SyslogReceiverResponse? = null, type: String, udp: UdpReceiverResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of receiver.

Link copied to clipboard

OTLP receiver configurations. This field is mandatory for OTLP and pipelineGroup receivers.

Link copied to clipboard

Syslog configurations. This field is mandatory for syslog type receivers.

Link copied to clipboard

The type of receiver.

Link copied to clipboard

UDP receiver configurations. This field is mandatory for UDP receivers.