pingcap / tidb-operator

TiDB operator creates and manages TiDB clusters running in Kubernetes.
https://docs.pingcap.com/tidb-in-kubernetes/
Apache License 2.0
1.2k stars 490 forks source link

dep: change to github.com/prometheus/prometheus v0.50.1 #5645

Closed lance6716 closed 3 days ago

lance6716 commented 1 month ago

What problem does this PR solve?

dataflow-service imports this package and tidb, because they use different version of github.com/prometheus/prometheus it can't compile

What is changed and how does it work?

change this package to use github.com/prometheus/prometheus v0.50.1

Code changes

Tests

Side effects

Related changes

Release Notes

Please refer to Release Notes Language Style Guide before writing the release note.

ti-chi-bot[bot] commented 1 month ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign handlerww for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/pingcap/tidb-operator/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
sre-bot commented 1 month ago

CLA assistant check
All committers have signed the CLA.

lance6716 commented 1 month ago

maybe replaced by https://github.com/pingcap/tidb-operator/pull/5646