Yuna Verheyden

Results 31 issues of Yuna Verheyden

Hi! We use the `otel/build-protobuf` image in [Tempo](https://github.com/grafana/tempo), it is run as part of `make vendor-check`: https://github.com/grafana/tempo/blob/055573362709a02e2ca6aa98400a3de38c91c4a1/Makefile#L123 I'm the first person on the team using the Apple M1 and using...

Follow up from #22: in a new Terraform workspace when no statefile has been added yet, every speculative run will fail when attempting to fetch the outputs. We should either:...

**What this PR does**: When a `inject_tenant_id_as` is set, the Tempo tenant ID is added to all metrics generated by the metrics-generator. E.g. if set to `__tempo_tenant`, metrics generated for...

**What this PR does**: Fixes an oversight when adding ingester shuffle sharding support (https://github.com/grafana/tempo/pull/3506). `max_global_traces_per_user` is a global limit enforced in the ingester. It is converted to a local limit...

**Is your feature request related to a problem? Please describe.** Scenario: - you are running Tempo in multitenant mode - metrics-generator is enabled but all tenants write to the same...

A resource to manage API keys. More information: _no documentation available_ API: _there is no API yet for this_ Possible Terraform config: ```hcl resource "honeycombio_api_key" "example" { name = "Backend"...

blocked
needs Honeycomb API
feature

It's apparently already possible to generate documentation based upon the various `Description` fields within the resource definitions. To do: - investigate how we get this working - verify whether it...

refactor
improvement

**Describe the bug** When trying to update `metrics_generator.processors` through the user-configurable overrides, when the array contains the processor `span-metrics-size`, the request is rejected with `metrics_generator.processor "span-metrics-size" is not a known...

type/bug
good first issue
keepalive

**Is your feature request related to a problem? Please describe.** The user-configurable overrides API allows clients to write and update a subset of Tempo overrides. The overrides are stored in...

**Describe the bug** If spans contain attributes that start with a number, the metrics-generator might create metrics with invalid labels. These metrics are rejected by the Prometheus backend when they...

type/bug
good first issue