-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Dependency: Update to Prometheus 0.300.* #36873
Open
ArthurSens
wants to merge
18
commits into
open-telemetry:main
Choose a base branch
from
ArthurSens:update-to-prom3
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ArthurSens
requested review from
a team,
fatsheep9146,
jpkrohling,
dashpole,
mx-psi and
songy23
as code owners
December 17, 2024 17:43
github-actions
bot
added
exporter/datadog
Datadog components
exporter/loki
Loki Exporter
exporter/prometheus
exporter/prometheusremotewrite
pkg/translator/loki
pkg/translator/prometheus
receiver/loki
receiver/prometheus
Prometheus receiver
receiver/prometheusremotewrite
receiver/purefa
receiver/purefb
receiver/simpleprometheus
testbed
labels
Dec 17, 2024
github-actions
bot
requested review from
Aneurysm9,
ankitpatel96,
bertysentry,
chrroberts-pure,
dgoscn,
dineshg13,
gouthamve,
gramidt,
jade-guiton-dd and
liustanley
December 17, 2024 17:43
1 task
ArthurSens
force-pushed
the
update-to-prom3
branch
from
January 21, 2025 17:12
3f1e666
to
cabc448
Compare
ArthurSens
force-pushed
the
update-to-prom3
branch
3 times, most recently
from
January 21, 2025 19:27
c26b562
to
a23b13b
Compare
ArthurSens
force-pushed
the
update-to-prom3
branch
from
January 21, 2025 19:44
a23b13b
to
a848e17
Compare
And PR to solve the compliance test: prometheus/compliance#134 |
I'm struggling with the last test failure 😕 |
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
…'s functions Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
…xpandExternalLabels boolean Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
…ameLimitConfig Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
ArthurSens
force-pushed
the
update-to-prom3
branch
from
January 22, 2025 17:10
a848e17
to
af2542a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
connector/datadog
dependencies
Pull requests that update a dependency file
exporter/datadog
Datadog components
exporter/loki
Loki Exporter
exporter/prometheus
exporter/prometheusremotewrite
pkg/translator/loki
pkg/translator/prometheus
receiver/loki
receiver/prometheus
Prometheus receiver
receiver/prometheusremotewrite
receiver/purefa
receiver/purefb
receiver/simpleprometheus
Skip Changelog
PRs that do not require a CHANGELOG.md entry
testbed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Supersedes #36642
This PR updates the prometheus/prometheus library in our go.mods to 0.300.* (which represents Prometheus 3.0).
It touches many go.mod files, but the Prometheus Receiver is the only component heavily affected by breaking changes.