José Carlos Chávez

Results 126 issues of José Carlos Chávez

This PR adds support for `finishedSpanHandler` in the same way as brave: https://github.com/openzipkin/brave/releases/tag/5.4.1 Ping @basvanbeek @adriancole Closes #90

This is a very early start of a change that does two things: 1. Adds support for accessing request/response elements like payload, trailer and header in GRPC 2. Adds support...

Currently the `ServerOption` named `SpanName` accepts a span name. While this serves for the purpose, I think accepting a function that accepts the request would allow users to do things...

There are some cases where one might need to enable/disable tracing for certain children spans. For example, if I will write a bunch of files in a zip stream, I...

enhancement

Right now zipkin deployments by default avoid istio pod injection, while this is right or not we should be able to add some rationale to such behaviour. https://github.com/openzipkin/zipkin/blob/master/charts/zipkin/values.yaml#L37 Ping @jonkerj...

bug

## Bug There is a discrepancy over reported data and transformed data between jaeger format and hypertrace. Look at this trace from jaeger which shows `343249` as duration (in microseconds)...

enhancement
data quality

## Use Case Debugging hypertrace is complex because of the amount of components and the lack of e2e in the components. Also there is a pipeline in the middle of...

debug

Currently it is really hard to debug a trace because we don't know what is the data being represented in the UI. Issues like discrepancy of data or missing fields...

debug
UX
Platform

## Background Most of the tracer implementations only support `child_of` reference type. ## Problem When implementing the `startSpan` method we need to iterate over all references in order to find...