Tags: grafana/pyroscope
Tags
fix(v2): race in compaction scheduler metrics collector (#4222)
chore: use in-memory network connection to avoid query-backend concur… …rency test flake (#4213)
perf(v2): static parquet page buffer size (#4208)
fix: rideshare tweaks (#4075) * tweaks in loadgen * add handler endpoint * add utf8-metrics to prometheus * tweaks on how we generate the metrics * proper scrappe situation * remove unused return * revert loader * re-add OTLP_METRICS_ENDPOINT * remove emoji from metric name * remove unused fn * add duration again * metric with _ as separators * fix: prioritize OTEL_EXPORTER_OTLP_METRICS_ENDPOINT over OTLP_URL The code was previously only using OTLP_URL for metrics endpoint configuration, which could lead to "no Host in request URL" errors when using OpenTelemetry standard environment variables. This change adds support for the standard OTEL_EXPORTER_OTLP_METRICS_ENDPOINT environment variable while maintaining backward compatibility with OTLP_URL. * tweaks proposed by @marcsanmi --------- Co-authored-by: Marc M. <146180665+grafakus@users.noreply.github.com>
chore(deps): bump rack (#4190) Bumps [rack](https://github.com/rack/rack) from 2.2.13 to 2.2.14. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@v2.2.13...v2.2.14) --- updated-dependencies: - dependency-name: rack dependency-version: 2.2.14 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PreviousNext