Adapter Connector
The adapter
connector converts between different OTEL signals.
Supported Pipeline Types
Configuration
If you are not already familiar with connectors, you may find it helpful to
first visit the Connectors README.
The adapter
connector does not have any configuration settings.
receivers:
foo:
exporters:
bar:
connectors:
adapter:
Example Usage
Direct signals flow from metrics to logs and export.
receivers:
foo:
processors:
attributes:
batch:
exporters:
bar:
connectors:
adapter:
service:
pipelines:
metrics:
receivers: [foo]
processors: [attributes]
exporters: [adapter]
logs:
receivers: [adapter]
processors: [batch]
exporters: [bar]