Open exequielrafaela opened 3 years ago
@exequielrafaela At implementation time we should consider using OpenTelemetry instead of OpenCensus. Here's a quote from Linkerd's documentation on that line:
...OpenCensus project is in maintenance mode and will become part of OpenTelemetry.
Source: https://linkerd.io/2.10/tasks/distributed-tracing/
Right now, OpenTelemetry's specification is at version 1.0 (https://medium.com/opentelemetry/opentelemetry-specification-v1-0-0-tracing-edition-72dd08936978) so there's still time before a stable release is out; however, we may want to check again in the future.
@exequielrafaela At implementation time we should consider using OpenTelemetry instead of OpenCensus. Here's a quote from Linkerd's documentation on that line:
...OpenCensus project is in maintenance mode and will become part of OpenTelemetry. Source: https://linkerd.io/2.10/tasks/distributed-tracing/
Right now, OpenTelemetry's specification is at version 1.0 (https://medium.com/opentelemetry/opentelemetry-specification-v1-0-0-tracing-edition-72dd08936978) so there's still time before a stable release is out; however, we may want to check again in the future.
@diego-ojeda-binbash OJ thanks for your quick feedback and valuable contribution to this issue. Much appreciated 💪🏼
What?
Summary
Considerations
opencensus collector is the component that captures the data (similar to elasticsearch) and jaeger provides us with a UI (similar to kibana) so as to visualize the tracing.
Reference Articles