Gustavo Pantuza
Gustavo Pantuza
Hi folks, I agree that `span.finish()` method safely calls the processors `on_finishing()` method. Thus, prevents other threads from trying to modify the span. Although, if any user calls the `processor.on_finishing()`...
> It's likely not a deadlock situation as much as an error. I am concerned that mutexes are not re-entrant. > > Assuming that is the case then when a...
If you want to workaround this Helm Chart issue, just use as follows: ```yaml global_overrides: defaults: ingestion: rate_limit_bytes: 32000000 # 32MB burst_size_bytes: 48000000 # 48MB max_traces_per_user: 50000 ``` [Here](https://github.com/grafana/helm-charts/issues/2802#issuecomment-2161285343) I...
Hi, @buker . You probably have to figure out why your configs are using the `legacyConfig`. The `defaults` block is from the current Config format. For the record, check Tempo...