-
Notifications
You must be signed in to change notification settings - Fork 22
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
Update to 3.0 #227
base: master
Are you sure you want to change the base?
Update to 3.0 #227
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: machine424 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…ules/go.uber.org/automaxprocs-1.6.0 Bump go.uber.org/automaxprocs from 1.5.3 to 1.6.0
* textparse: Refactored benchmark. Signed-off-by: bwplotka <bwplotka@gmail.com> * Kill sinks, tested, nothing is inlined. Signed-off-by: bwplotka <bwplotka@gmail.com> * Addressed comments. Signed-off-by: bwplotka <bwplotka@gmail.com> --------- Signed-off-by: bwplotka <bwplotka@gmail.com>
…rlapping-compaction-flag Add missing flag storage.tsdb.allow-overlapping-compaction
# Conflicts: # scrape/scrape.go
…e name See Parser.Type() function. Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
…ules/google.golang.org/grpc-1.67.1 Bump google.golang.org/grpc from 1.66.0 to 1.67.1
…ules/golang.org/x/tools-0.25.0 Bump golang.org/x/tools from 0.24.0 to 0.25.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ules/golang.org/x/tools-0.26.0 build(deps): bump golang.org/x/tools from 0.25.0 to 0.26.0
…ules/github.com/gophercloud/gophercloud-1.14.1 Bump github.com/gophercloud/gophercloud from 1.14.0 to 1.14.1
… Units. (prometheus#15095) Signed-off-by: bwplotka <bwplotka@gmail.com>
Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
Signed-off-by: Julien <roidelapluie@o11y.eu>
This unifies the documentation of float literals and time durations and updates all references to the old definitions. Signed-off-by: beorn7 <beorn@grafana.com>
Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
Extracted HTTP client options (e.g., authentication, proxy settings, TLS configuration, and custom headers) into a dedicated section for improved clarity and organization. This will centralize all HTTP-related options from prometheus/common in one place within the documentation. The remaining HTTP-related settings in sections (e.g. Service Discovery) will be moved in a follow-up PR to further unify the documentation structure. Signed-off-by: Julien <roidelapluie@o11y.eu>
Because we are reimplementing the `IndexReader` to fetch in-order and out-of-order chunks together, we must reproduce the behaviour of `Head.indexRange()`, which floors the minimum time queried at `head.MinTime()`. Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
Signed-off-by: Julien <roidelapluie@o11y.eu>
Signed-off-by: Julien <roidelapluie@o11y.eu>
Signed-off-by: Julien <roidelapluie@o11y.eu>
Signed-off-by: Julien <roidelapluie@o11y.eu>
Signed-off-by: Julien <roidelapluie@o11y.eu>
Signed-off-by: Julien <roidelapluie@o11y.eu>
Signed-off-by: Julien <roidelapluie@o11y.eu>
/testwith openshift/prometheus/master/e2e-agnostic-cmo openshift/prometheus-operator#321 |
/testwith openshift/prometheus/master/e2e-agnostic-cmo openshift/prometheus-operator#321 |
/testwith openshift/prometheus/master/e2e-agnostic-cmo openshift/prometheus-operator#321 openshift/thanos#154 |
/retest-required |
/testwith openshift/prometheus/master/e2e-agnostic-cmo openshift/cluster-monitoring-operator#2544 |
/retest-required |
1 similar comment
/retest-required |
sm.targetInvalidContentType = prometheus.NewCounter( | ||
prometheus.CounterOpts{ | ||
Name: "prometheus_target_scrape_pool_invalid_content_type_total", | ||
Help: "Total number of times scrape pools could not determine the valid content type of a scrape target.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Help: "Total number of times scrape pools could not determine the valid content type of a scrape target.", | |
Help: "Total number of times scrape pools could not determine a valid content type of a scrape target.", |
/retest-required |
/testwith openshift/prometheus/master/e2e-agnostic-cmo openshift/cluster-monitoring-operator#2554 |
/testwith openshift/prometheus/master/e2e-agnostic-cmo openshift/cluster-monitoring-operator#2554 |
…crape protocols breaking change See https://prometheus.io/docs/prometheus/latest/migration/#scrape-protocols
…"quantile" and "le" normalization breaking change See https://prometheus.io/docs/prometheus/latest/migration/#le-and-quantile-label-values
/testwith openshift/prometheus/master/e2e-agnostic-cmo openshift/cluster-monitoring-operator#2554 |
@machine424: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
to do:
remote-write-receiver
feature flag setting in CMOTo reviewer:
too many commits, please give more attention to the ones I added on top