We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
lightstep_tracer_(go|python|js)
Also here's Zalando engineering blog post introducing 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"
traces
No response
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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?
https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#adding-new-components has the steps. This issue is the first step.
No branches or pull requests
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
Telemetry data types supported
traces
Code Owner(s)
No response
Sponsor (optional)
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: