# Functions

BuilderFor returns a parser builder for the given receiver name.
For returns a new parser for the given receiver name + config.
IsRegistered checks whether a parser is registered with the given name.
NewAWSXrayReceiverParser builds a new parser for AWS xray receivers, from the contrib repository.
NewGenericReceiverParser builds a new parser for generic receivers.
NewJaegerReceiverParser builds a new parser for Jaeger receivers.
NewOTLPReceiverParser builds a new parser for OTLP receivers.
NewStatsdReceiverParser builds a new parser for Statsd receivers, from the contrib repository.
NewZipkinReceiverParser builds a new parser for Zipkin receivers.
Register adds a new parser builder to the list of known builders.

# Structs

GenericReceiver is a special parser for generic receivers.
JaegerReceiverParser parses the configuration for Jaeger-specific receivers.
OTLPReceiverParser parses the configuration for OTLP receivers.