1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/observability/otel/otel-collector/otel-collector-receivers.adoc

46 lines
1.9 KiB
Plaintext

:_mod-docs-content-type: ASSEMBLY
[id="otel-collector-receivers_{context}"]
= Receivers
include::_attributes/common-attributes.adoc[]
:context: otel-collector-receivers
toc::[]
[role="_abstract"]
Receivers get data into the Collector. A receiver can be push or pull based. Generally, a receiver accepts data in a specified format, translates it into the internal format, and passes it to processors and exporters defined in the applicable pipelines. By default, no receivers are configured. One or more receivers must be configured. Receivers support one or more data sources.
Currently, the following General Availability and Technology Preview receivers are available for the {OTELShortName}:
include::modules/otel-receivers-otlp-receiver.adoc[leveloffset=+1]
include::modules/otel-receivers-jaeger-receiver.adoc[leveloffset=+1]
include::modules/otel-receivers-hostmetrics-receiver.adoc[leveloffset=+1]
include::modules/otel-receivers-k8sobjectsreceiver-receiver.adoc[leveloffset=+1]
include::modules/otel-receivers-kubeletstats-receiver.adoc[leveloffset=+1]
include::modules/otel-receivers-prometheus-receiver.adoc[leveloffset=+1]
include::modules/otel-receivers-otlpjsonfile-receiver.adoc[leveloffset=+1]
include::modules/otel-receivers-zipkin-receiver.adoc[leveloffset=+1]
include::modules/otel-receivers-kafka-receiver.adoc[leveloffset=+1]
include::modules/otel-receivers-k8scluster-receiver.adoc[leveloffset=+1]
include::modules/otel-receivers-opencensus-receiver.adoc[leveloffset=+1]
include::modules/otel-receivers-filelog-receiver.adoc[leveloffset=+1]
include::modules/otel-receivers-journald-receiver.adoc[leveloffset=+1]
include::modules/otel-receivers-kubernetesevents-receiver.adoc[leveloffset=+1]
[id="additional-resources_{context}"]
[role="_additional-resources"]
== Additional resources
* link:https://opentelemetry.io/docs/specs/otlp/[OpenTelemetry Documentation: OpenTelemetry Protocol (OTLP)]