Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync upstream to 318d6bc4b (2024-12-19) #809

Closed
wants to merge 31 commits into from
Closed

Conversation

jan--f and others added 30 commits November 27, 2024 21:16
Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
Bumps the go-opentelemetry-io group with 2 updates: [go.opentelemetry.io/collector/pdata](https://github.com/open-telemetry/opentelemetry-collector) and [go.opentelemetry.io/collector/semconv](https://github.com/open-telemetry/opentelemetry-collector).


Updates `go.opentelemetry.io/collector/pdata` from 1.20.0 to 1.21.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.20.0...pdata/v1.21.0)

Updates `go.opentelemetry.io/collector/semconv` from 0.114.0 to 0.115.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.114.0...v0.115.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/collector/pdata
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-opentelemetry-io
- dependency-name: go.opentelemetry.io/collector/semconv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-opentelemetry-io
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.3.1+incompatible to 27.4.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v27.3.1...v27.4.0)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: David Ashpole <dashpole@google.com>
update links to openmetrics to reference the v1.0.0 release
This addresses extreme slowness when you have thousands of rules in
potentially hundreds of rule groups. It can still be a bit slow even with
pagination and infinite scroll for very large use cases, but it's much
better already than before.

Fixes prometheus/prometheus#15551

Signed-off-by: Julius Volz <julius.volz@gmail.com>
* [ENHANCEMENT] TSDB: Improve calculation of space used by labels

The labels for each series in the Head take up some some space in the
Postings index, but far more space in the `memSeries` structure.

Instead of having the Postings index calculate this overhead, which is
a layering violation, have the caller pass in a function to do it.

Provide three implementations of this function for the three Labels
versions.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
Signed-off-by: Joel Beckmeyer <joel@beckmeyer.us>
Signed-off-by: Joel Beckmeyer <joel@beckmeyer.us>
Signed-off-by: Joel Beckmeyer <joel@beckmeyer.us>
Signed-off-by: Joel Beckmeyer <joel@beckmeyer.us>
Signed-off-by: Joel Beckmeyer <joel@beckmeyer.us>
Signed-off-by: Joel Beckmeyer <joel@beckmeyer.us>
There was a missing verb there.

Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
…ixes modes (#15567)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
prombench: Extend GH job for the upcoming custom benchmark feature.
We were appending to the wrong slice, so instead of removing values, we
were adding them.

Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
Refactoring in prevision of prometheus/prometheus#15681

By moving the `eval` function outside of the for loop, we can modify the rule execution order more easily (without huge git changes)

Signed-off-by: Julien Duchesne <julien.duchesne@grafana.com>
Signed-off-by: neozhao98 <zxzhao@ustc.edu>
Signed-off-by: root <root@localhost.localdomain>
Paginate rule groups, add infinite scroll to rules within groups
[DEPS] upgrade crypto to address reported vulnerability
…b.com/docker/docker-27.4.0incompatible

chore(deps): bump github.com/docker/docker from 27.3.1+incompatible to 27.4.0+incompatible
…entelemetry-io-84fb557ae6

chore(deps): bump the go-opentelemetry-io group with 2 updates
Preparation for release 3.1.

Did not update Kubernetes as it forces Go to version 1.23, and we like to support 2 latest versions.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
@CLAassistant
Copy link

CLAassistant commented Dec 19, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
5 out of 10 committers have signed the CLA.

✅ dashpole
✅ bboreham
✅ colega
✅ aknuds1
✅ beorn7
❌ jan--f
❌ juliusv
❌ TinfoilSubmarine
❌ root
❌ bwplotka


root seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@colega colega changed the title Upstream prometheus/318d6bc4b (2024-12-19) Sync upstream to 318d6bc4b (2024-12-19) Dec 19, 2024
@colega colega marked this pull request as ready for review December 19, 2024 08:59
@colega colega closed this Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.