-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Upgrade prometheus library #28716
Merged
Merged
Upgrade prometheus library #28716
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
d6efe96
Upgrade prometheus library
ChrsMark 50fff72
Fix NOTICE file
ChrsMark 331efff
Remove docker replacement
ChrsMark 1e7c28c
Fixes and remove overrides
ChrsMark a8a54b8
Fix rules
ChrsMark 98d4060
Add changelogs
ChrsMark 0a04919
Merge remote-tracking branch 'upstream/master' into test_prom_upgrade
ChrsMark 43d28d9
Fix changelong message
ChrsMark File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ require ( | |
github.com/Azure/azure-sdk-for-go v57.0.0+incompatible | ||
github.com/Azure/azure-storage-blob-go v0.8.0 | ||
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect | ||
github.com/Azure/go-autorest/autorest v0.11.16 | ||
github.com/Azure/go-autorest/autorest v0.11.19 | ||
github.com/Azure/go-autorest/autorest/adal v0.9.15 | ||
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 | ||
github.com/Azure/go-autorest/autorest/date v0.3.0 | ||
|
@@ -30,7 +30,7 @@ require ( | |
github.com/apoydence/eachers v0.0.0-20181020210610-23942921fe77 // indirect | ||
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 | ||
github.com/aws/aws-lambda-go v1.13.3 | ||
github.com/aws/aws-sdk-go v1.19.48 | ||
github.com/aws/aws-sdk-go v1.38.60 | ||
github.com/aws/aws-sdk-go-v2 v0.24.0 | ||
github.com/awslabs/goformation/v4 v4.1.0 | ||
github.com/awslabs/kinesis-aggregation/go v0.0.0-20200810181507-d352038274c0 | ||
|
@@ -46,12 +46,12 @@ require ( | |
github.com/coreos/go-systemd/v22 v22.3.2 | ||
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f | ||
github.com/davecgh/go-xdr v0.0.0-20161123171359-e6a2ba005892 // indirect | ||
github.com/denisenkom/go-mssqldb v0.0.0-20200206145737-bbfc9a55622e | ||
github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc | ||
github.com/devigned/tab v0.1.2-0.20190607222403-0c15cf42f9a2 // indirect | ||
github.com/dgraph-io/badger/v3 v3.2103.1 | ||
github.com/digitalocean/go-libvirt v0.0.0-20180301200012-6075ea3c39a1 | ||
github.com/dlclark/regexp2 v1.1.7-0.20171009020623-7632a260cbaf // indirect | ||
github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7 | ||
github.com/docker/docker v20.10.7+incompatible | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In case this version is needed for something, take into account that there is a replace for docker that we cannot easily remove without breaking community beats (see #28621 (comment)). |
||
github.com/docker/go-connections v0.4.0 | ||
github.com/docker/go-metrics v0.0.1 // indirect | ||
github.com/docker/go-plugins-helpers v0.0.0-20181025120712-1e6269c305b8 | ||
|
@@ -89,7 +89,7 @@ require ( | |
github.com/godbus/dbus v0.0.0-20190422162347-ade71ed3457e | ||
github.com/godror/godror v0.10.4 | ||
github.com/gofrs/flock v0.8.1 | ||
github.com/gofrs/uuid v3.3.0+incompatible | ||
github.com/gofrs/uuid v4.0.0+incompatible | ||
github.com/gogo/protobuf v1.3.2 | ||
github.com/golang/mock v1.6.0 | ||
github.com/golang/protobuf v1.5.2 | ||
|
@@ -101,7 +101,6 @@ require ( | |
github.com/google/uuid v1.3.0 | ||
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75 | ||
github.com/gorilla/mux v1.7.3 | ||
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect | ||
github.com/h2non/filetype v1.1.1 | ||
github.com/hashicorp/go-multierror v1.1.0 | ||
github.com/hashicorp/go-retryablehttp v0.6.6 | ||
|
@@ -118,14 +117,14 @@ require ( | |
github.com/kardianos/service v1.2.1-0.20210728001519-a323c3813bc7 | ||
github.com/lib/pq v1.10.3 | ||
github.com/magefile/mage v1.11.0 | ||
github.com/mailru/easyjson v0.7.1 // indirect | ||
github.com/mailru/easyjson v0.7.6 // indirect | ||
github.com/mattn/go-colorable v0.1.6 | ||
github.com/mattn/go-ieproxy v0.0.0-20191113090002-7c0f6868bffe // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect | ||
github.com/miekg/dns v1.1.25 | ||
github.com/miekg/dns v1.1.42 | ||
github.com/mitchellh/gox v1.0.1 | ||
github.com/mitchellh/hashstructure v0.0.0-20170116052023-ab25296c0f51 | ||
github.com/mitchellh/mapstructure v1.3.3 | ||
github.com/mitchellh/mapstructure v1.4.1 | ||
github.com/morikuni/aec v1.0.0 // indirect | ||
github.com/oklog/ulid v1.3.1 | ||
github.com/olekukonko/tablewriter v0.0.5 | ||
|
@@ -136,11 +135,11 @@ require ( | |
github.com/pierrre/gotestcover v0.0.0-20160517101806-924dca7d15f0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/pmezard/go-difflib v1.0.0 | ||
github.com/prometheus/client_golang v1.7.1 // indirect | ||
github.com/prometheus/client_golang v1.11.0 // indirect | ||
github.com/prometheus/client_model v0.2.0 | ||
github.com/prometheus/common v0.10.0 | ||
github.com/prometheus/common v0.29.0 | ||
github.com/prometheus/procfs v0.6.0 | ||
github.com/prometheus/prometheus v2.5.0+incompatible | ||
github.com/prometheus/prometheus v1.8.2-0.20210701133801-b0944590a1c9 | ||
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 | ||
github.com/samuel/go-parser v0.0.0-20130731160455-ca8abbf65d0e // indirect | ||
github.com/samuel/go-thrift v0.0.0-20140522043831-2187045faa54 | ||
|
@@ -164,19 +163,19 @@ require ( | |
go.elastic.co/ecszap v0.3.0 | ||
go.elastic.co/go-licence-detector v0.4.0 | ||
go.etcd.io/bbolt v1.3.6 | ||
go.uber.org/atomic v1.5.0 | ||
go.uber.org/multierr v1.3.0 | ||
go.uber.org/zap v1.14.0 | ||
go.uber.org/atomic v1.8.0 | ||
go.uber.org/multierr v1.5.0 | ||
go.uber.org/zap v1.14.1 | ||
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e | ||
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 | ||
golang.org/x/net v0.0.0-20211020060615-d418f374d309 | ||
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
golang.org/x/sys v0.0.0-20211025112917-711f33c9992c | ||
golang.org/x/text v0.3.7 | ||
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba | ||
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 | ||
golang.org/x/tools v0.1.6 | ||
google.golang.org/api v0.47.0 | ||
google.golang.org/api v0.48.0 | ||
google.golang.org/genproto v0.0.0-20211021150943-2b146023228c | ||
google.golang.org/grpc v1.41.0 | ||
google.golang.org/protobuf v1.27.1 | ||
|
@@ -204,11 +203,10 @@ require ( | |
github.com/Azure/go-amqp v0.12.6 // indirect | ||
github.com/Azure/go-autorest v14.2.0+incompatible // indirect | ||
github.com/Azure/go-autorest/autorest/azure/cli v0.3.1 // indirect | ||
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect | ||
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect | ||
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect | ||
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect | ||
github.com/Azure/go-autorest/logger v0.2.1 // indirect | ||
github.com/Azure/go-autorest/tracing v0.6.0 // indirect | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/apache/thrift v0.13.1-0.20200603211036-eac4d0c79a5f // indirect | ||
github.com/armon/go-radix v1.0.0 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
|
@@ -241,16 +239,17 @@ require ( | |
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect | ||
github.com/hashicorp/go-rootcerts v1.0.2 // indirect | ||
github.com/hashicorp/go-uuid v1.0.2 // indirect | ||
github.com/hashicorp/go-version v1.0.0 // indirect | ||
github.com/hashicorp/go-version v1.2.0 // indirect | ||
github.com/imdario/mergo v0.3.12 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jcmturner/aescts/v2 v2.0.0 // indirect | ||
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect | ||
github.com/jcmturner/gofork v1.0.0 // indirect | ||
github.com/jcmturner/gokrb5/v8 v8.4.2 // indirect | ||
github.com/jcmturner/rpc/v2 v2.0.3 // indirect | ||
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect | ||
github.com/json-iterator/go v1.1.10 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.11 // indirect | ||
github.com/jstemmer/go-junit-report v0.9.1 // indirect | ||
github.com/karrick/godirwalk v1.15.6 // indirect | ||
github.com/klauspost/compress v1.13.6 // indirect | ||
|
@@ -260,6 +259,7 @@ require ( | |
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/iochan v1.0.0 // indirect | ||
github.com/moby/spdystream v0.2.0 // indirect | ||
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/pierrec/lz4 v2.6.0+incompatible // indirect | ||
|
@@ -273,14 +273,12 @@ require ( | |
github.com/xdg/stringprep v1.0.3 // indirect | ||
go.elastic.co/fastjson v1.1.0 // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee // indirect | ||
golang.org/x/mod v0.4.2 // indirect | ||
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
honnef.co/go/tools v0.0.1-2020.1.4 // indirect | ||
k8s.io/klog/v2 v2.8.0 // indirect | ||
k8s.io/klog/v2 v2.9.0 // indirect | ||
k8s.io/kube-openapi v0.0.0-20210305001622-591a79e4bda7 // indirect | ||
k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect | ||
kernel.org/pub/linux/libs/security/libcap/psx v1.2.57 // indirect | ||
|
@@ -292,7 +290,6 @@ replace ( | |
github.com/Microsoft/go-winio => github.com/bi-zone/go-winio v0.4.15 | ||
github.com/Shopify/sarama => github.com/elastic/sarama v1.19.1-0.20210823122811-11c3ef800752 | ||
github.com/cucumber/godog => github.com/cucumber/godog v0.8.1 | ||
github.com/docker/docker => github.com/docker/engine v0.0.0-20191113042239-ea84732a7725 | ||
github.com/docker/go-plugins-helpers => github.com/elastic/go-plugins-helpers v0.0.0-20200207104224-bdf17607b79f | ||
github.com/dop251/goja => github.com/andrewkroh/goja v0.0.0-20190128172624-dd2ac4456e20 | ||
github.com/dop251/goja_nodejs => github.com/dop251/goja_nodejs v0.0.0-20171011081505-adff31b136e6 | ||
|
Oops, something went wrong.
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.
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.
@kaiyan-sheng As a follow up, would be good to figure out why we have 2 aws sdk ..