Yuna Verheyden

Results 31 issues of Yuna Verheyden

Hi, we noticed that `Server` by default does not compress its responses, even if the client accepts this. I.e. when a http client sends a request with `Accept-Encoding: gzip`, the...

### What did you do? We vendor the `remote.Storage` implementation in Grafana Tempo. If we receive data for a tenant, we create a new `remote.Storage` for that tenant and apply...

kind/enhancement
priority/Pmaybe
component/remote storage

The [dashboards in tempo-mixin](https://github.com/grafana/tempo/tree/main/operations/tempo-mixin) use a cluster and job matcher: https://github.com/grafana/tempo/blob/29c6e25f5c0f9750b16fca673d437a490a6e3069/operations/tempo-mixin/dashboard-utils.libsonnet#L31-L32 This requires a cluster and job label to be present in the time series, which is not documented anywhere....

Tracking issue for all the changes we want to do to TraceQL to make it release ready! **Parsing/Correctness** - [ ] Correctly handle empty queries like `{}` and `{ }`...

**What this PR does**: Ensure the search response from Tempo always contain at most `limit` traces. We were missing a check when appending results to the response object, this way...

Hi, cmux has been working great for us. Recently we added a PATCH endpoint to our application and were surprised the `HTTP1Fast` matcher doesn't automatically match on PATCH. Is there...

**What this PR does**: Documents user-configurable overrides **Which issue(s) this PR fixes**: ~~Fixes #~~ **Checklist** - [ ] Tests updated - [x] Documentation added - [ ] `CHANGELOG.md` updated -...

type/docs

**Describe the bug** _Example situation: ingested traces have a mixture of old and new OTel conventions, e.g. some spans have `http.status_code` while others send the newer `http.response.status_code`. For consistency the...

type/bug
component/metrics-generator
keepalive

Hi, thanks for this project, it's been really helpful for us! I noticed that conditions are not checked when you delete an object. When we create or update objects conditions...

compatibility-issue

This adapts `protobuf/Dockerfile` so it can be built for amd64 and arm64 targets by using `TARGETARCH`. I had to update `PROTOC_GEN_LINT_VERSION` as only [v0.2.4](https://github.com/ckaznocha/protoc-gen-lint/releases) has downloads for all archs. Next...