opentelemetry_rc_connector

package module
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

README

opentelemetry-rc-connector

Supported Pipeline Types

Exporter Pipeline Type Receiver Pipeline Type Stability Level
traces traces beta

Description

Rc Connector is a connector component that will parse the SQL statements in the Span and add properties to the Span. The connector component exports span data to Datadog APM.

Usage

To use the Rc Connector, add the connector to one set of the duplicated pipelines while sampling the other. The Connector will compute APM Stats on all spans that it sees.:

# ...
connectors:
    # add the "Rc" connector definition and further configurations
  rcconnector:

exporters:
  datadog:
    api:
      key: ${env:DD_API_KEY}

service:
  pipelines:
   traces:
     receivers: [otlp]
     processors: [batch]
     exporters: [rcconnector]

   traces/2: # this pipeline uses sampling
     receivers: [rcconnector]
     processors: [batch]
     exporters: [datadog]

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFactory

func NewFactory() connector.Factory

NewFactory creates a factory for example connector.

Types

type Config

type Config struct{}

Directories

Path Synopsis
lib

Jump to

Keyboard shortcuts

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