adapterconnector

package
v1.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

README

Adapter Connector

Status
Stability Development
Supported pipeline types See Supported Pipeline Types
Distributions []

The adapter connector converts between different OTEL signals.

Supported Pipeline Types

Exporter Pipeline Type Receiver Pipeline Type
traces logs

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]

Documentation

Overview

Package adapterconnector adapts OTEL signals between pipelines.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFactory

func NewFactory() connector.Factory

NewFactory returns a connector.Factory.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL