Yuri Shkuro

Results 243 issues of Yuri Shkuro

This is a suggestion, but I feel pretty strongly about it. The current Usage section in the README only talks about how to enable the library. For the official 1.0...

Example: https://github.com/open-telemetry/opentelemetry-operator/pkgs/container/opentelemetry-operator%2Fautoinstrumentation-dotnet The same story is with other packages - the top boxes are relevant to the package itself, followed by a readme that is for the whole Operator repo....

help wanted

@nofar9792 The tests were run locally from an unrelated commit and failed. Can it be fixed? ``` [test] FAIL src/components/Monitor/ServicesView/index.test.js (7.725s) [test] ● Console [test] [test] console.warn src/utils/version/get-version.tsx:24 [test] Embedded...

bug

Based on #876 CI run, the code coverage came up with a change, even though no source code changes were made. There as places with coverage changes in packages/jaeger-ui/src/components/TracePage/TraceStatistics/tableValues.tsx: ![image](https://user-images.githubusercontent.com/3523016/152595512-1e86afd5-9b2b-4090-930e-c8abc7bd94f7.png)...

bug

## Requirement - what kind of business use case are you trying to solve? Sometimes it's useful to know if the trace was captured with debug or firehose flags. ##...

enhancement

@tiffon you previously showed this diff mode at KubeCon'18, if I recall. What's the status of this, is the code somewhere in a branch? It would be great to merge...

enhancement

The nodes at the top of the diagram get their popup cut off: ![image](https://user-images.githubusercontent.com/3523016/70087373-35f0ff00-15e2-11ea-8f8a-b545662057d4.png)

usability

In order to see Custom Time Range option in the Lookback dropdown one has to scroll all the way down, while there's little indication that the list is even scrollable....

usability

This is some prototyping by @tiffon of selecting cohorts of execution paths in the DDG views. ![image](https://user-images.githubusercontent.com/3523016/63625578-0cc9d700-c5ce-11e9-8f0e-ca797e484eb2.png) ![image](https://user-images.githubusercontent.com/3523016/63625604-13584e80-c5ce-11e9-9238-9dbe2eca3df6.png) [_notes_00.html.txt](https://github.com/jaegertracing/jaeger-ui/files/3536312/_notes_00.html.txt) [_notes_01.html.txt](https://github.com/jaegertracing/jaeger-ui/files/3536313/_notes_01.html.txt)

enhancement
filtering

In Grafana when you mouse-over one graph, a vertical bar shows the respective position in all other graphs. We should do the same in the trace view, because sometimes I...

enhancement
help wanted