Jonathan Chan Kwan Yin
Jonathan Chan Kwan Yin
### Description Instead of finding the trace as the linker, the aggregator just emits a tag that indicates the CGRNN of the parent span. Children are emitted with a separate...
### Description Setup tests and CI to ensure the chart is working correctly in different setup scenarios: - Default setup - Custom tfconfig with apiserver tracing - ElasticSearch span storage...
### Description Sometimes Kelemetry's linkers are insufficient to relate two traces or linking is too expensive/large (e.g. linking a leader election object would link all operations that interact with the...
### Steps to reproduce Found on the trace generated by GitHub CI ### Expected behavior Each field should only appear once ### Actual behavior The same field is logged twice...
### Description We can try to infer the diff (although not exact) by reading the `RequestObject` field and comparing it against the original object state. However this requires caching each...
### Steps to reproduce List trace without any filters Click on a non-object span ### Expected behavior _No response_ ### Actual behavior ``` goroutine 398 [running]: github.com/kubewharf/kelemetry/pkg/frontend/tf/step.ReplaceNameVisitor.Enter({}, {0xc0466fd800, 0xc0466fd830, 0xc0466fd860,...
### Description Allow configuring link pattern rules in jaeger-ui for chart deployment method ### User story #25 introduced new tags that could reference other objects, but we do not support...
`benchName` only supports one bench name, but it is possible to pass `--bench` multiple times in `cargo bench`. I also consider splitting different benches to multiple steps, but it seems...
# Proposal ## Motivating examples or use cases ```rs fn iter_if(cond: bool, inner: impl ExactSizeIterator) -> impl ExactSizeIterator { cond.then(|| inner).into_iter().flatten() } ``` cannot compile because > error[E0277]: the trait...
# Proposal ## Problem statement Ranges of non-zero **unsigned** integers does not contain zero, and should be step-able. ## Motivation, use-cases I want to iterate over a `Range`. ## Solution...