Skip to content

New component: Lightstep receiver #37383

Open
@kostz

Description

@kostz

The purpose and use-cases of the new component

Hello community, we have just released a Lightstep receiver https://github.com/zalando/otelcol-lightstep-receiver , and I'm wondering if we can include this into contrib pack someday.

This component receives tracing traffic from lightstep_tracer_(go|python|js), converts it to open telemetry and propagates via tracing pipeline.

Also here's Zalando engineering blog post introducing the component.

Example configuration for the component

receivers:
  lightstepreceiver:
    protocols:
      pbgrpc:
        endpoint: "0.0.0.0:4317"
      pbhttp:
        endpoint: "0.0.0.0:4327"
      thrift:
        endpoint: "0.0.0.0:4417"

Telemetry data types supported

traces

Code Owner(s)

No response

Sponsor (optional)

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Sponsor NeededNew component seeking sponsor

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions