Open yurishkuro opened 1 year ago
The V2 is as well affected by https://github.com/open-telemetry/opentelemetry-collector/pull/8768, It can cause startup failure.
The new jaeger
binary is available as Docker image https://hub.docker.com/repository/docker/jaegertracing/jaeger/tags
I wrote down some thoughts on what Jaeger Storage API v2 might look like. Interested in feedback.
I wrote down some thoughts on what Jaeger Storage API v2 might look like. Interested in feedback.
So one thing that I think might be worth thinking about as well is search complexity. One issue I know we had was making search efficient on large span storage. Time range to limit is useful, but painful for users. Being able to search on attributes is a must. It might be good add criteria to compare about query patterns as well.
Appx by when Jaeger-v2 will be available with tail-based-sampling??
I am hoping to make good progress on v2 in the Spring if we get 3 interns, and then in the summer to get it to GA.
Is this open to contributing? if yes, where can I find the open tasks/issues?
@yasharne it is definitely open, but I'd say most open issues here are medium complexity, not good-first-issue
. The open issues are listed in this ticket (and more in Google docs).
When I try to use the OLTPLogExporter with Jeager and GRPC,
@tmeckel Jaeger is not a logging backend, it only accepts traces.
Proposal: https://docs.google.com/document/d/1s4_6VgAS7qAVp6iEm5KYvpiGw3h2Ja5T5HpKo29iv00/view
This replaces the previous attempt: #3500.
Work tracked in the project https://github.com/orgs/jaegertracing/projects/3
Roadmap
Proof of concept
Feature parity
jaeger_storage_exporter
to support all existing backends -- project in https://github.com/jaegertracing/jaeger/issues/5084Prepare for Beta
Prepare for GA
Enhancements
ocb