Alejandro Do Nascimento
Alejandro Do Nascimento
Trying the library and seeing the github example, every time a new PrismCode renders a request is made for the prism.js library. Is there any way to load it only...
From: https://github.com/kubernetes/minikube/issues/2061 As stated in the minikube issue, I have this problem when using the `vmware` or the `vmwarefusion` drivers. When using the `date` command, the timezone is UTC but...
**Is your feature request related to a problem? Please describe.** Sending a Jaeger span with more than one parent returns only the first parent as a Span with a CHILD_OF...
**Describe the bug** Problems with find traces query ### `array_agg` returns an empty value when `trace_state` is null. The query uses a select statement similar to `array_agg(lk. ORDER BY lk.link_nbr)...
## Description ### Support for Jaeger tags with binary value Since we are using the OTEL translator, when ingesting Jaeger traces all the tags with `VType=ValueType_BINARY` are being encoded into...
## Description - NotFound is returned, for example, when querying a Trace and the trace is not found. - Canceled when the context is canceled. Before we were checking the...
## Description ### Add statement_timeout helpers The helper functions wrap queries in a implicit transaction that executes a `set local statement_timeout` as its first item. The `set local` directive scopes...
## Description This version includes the changes to the Jaeger translator that support multi ChildOf references to the links. https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/14463 We used to do this before translating to OTEL and...