Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New component: Lightstep receiver #37383

Open
kostz opened this issue Jan 21, 2025 · 3 comments
Open

New component: Lightstep receiver #37383

kostz opened this issue Jan 21, 2025 · 3 comments
Labels
needs triage New item requiring triage Sponsor Needed New component seeking sponsor

Comments

@kostz
Copy link

kostz commented Jan 21, 2025

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

@kostz kostz added needs triage New item requiring triage Sponsor Needed New component seeking sponsor labels Jan 21, 2025
@atoulme
Copy link
Contributor

atoulme commented Jan 21, 2025

I note you use port 4317 for your gRPC endpoint ; 4317 is a registered IANA port for OTLP traffic: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=4317

@kostz
Copy link
Author

kostz commented Jan 21, 2025

https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=4317

alright, makes sense, will change ports in next release

@atoulme going forward is there any process about offering new component, or just this ticket is enough to start the discussion?

@atoulme
Copy link
Contributor

atoulme commented Jan 21, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage New item requiring triage Sponsor Needed New component seeking sponsor
Projects
None yet
Development

No branches or pull requests

2 participants