-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
chore: armon/go-metrics => hashicorp/go-metrics
#24268
Closed
peteski22
wants to merge
14
commits into
main
from
peteski22/dependency/swap-armon-go-metrics-to-hashicorp-go-metrics
Closed
Changes from 4 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
cbe1c2f
Moved direct go-metrics dependencies within Vault from armon/go-metri…
9ff6307
google/go-metrics-stackdriver 0.2.0 => 0.6.0
970ff19
SDK go.mod update
344c319
Comment update
3aa48ee
Imports: blank line hunting
e2c0c25
changelog
7808f4c
Additional metrics
8058c45
Merge branch 'main' into peteski22/dependency/swap-armon-go-metrics-t…
e24675f
Merge remote-tracking branch 'origin/main' into peteski22/dependency/…
98a1e95
Merge branch 'main' into peteski22/dependency/swap-armon-go-metrics-t…
e5c0bb6
Merge branch 'main' into peteski22/dependency/swap-armon-go-metrics-t…
25890f8
Merge remote-tracking branch 'origin/main' into peteski22/dependency/…
68a93c7
Merge remote-tracking branch 'origin/main' into peteski22/dependency/…
8efb40e
Merge remote-tracking branch 'origin/main' into peteski22/dependency/…
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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -41,7 +41,6 @@ require ( | |
github.com/aliyun/alibaba-cloud-sdk-go v1.62.521 | ||
github.com/aliyun/aliyun-oss-go-sdk v0.0.0-20190307165228-86c17b95fcd5 | ||
github.com/apple/foundationdb/bindings/go v0.0.0-20190411004307-cd5c9d91fad2 | ||
github.com/armon/go-metrics v0.4.1 | ||
github.com/armon/go-radix v1.0.0 | ||
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef | ||
github.com/aws/aws-sdk-go v1.44.331 | ||
|
@@ -73,7 +72,7 @@ require ( | |
github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/google/go-github v17.0.0+incompatible | ||
github.com/google/go-metrics-stackdriver v0.2.0 | ||
github.com/google/go-metrics-stackdriver v0.6.0 | ||
github.com/google/tink/go v1.7.0 | ||
github.com/hashicorp-forge/bbolt v1.3.8-hc3 | ||
github.com/hashicorp/cap v0.3.4 | ||
|
@@ -97,6 +96,7 @@ require ( | |
github.com/hashicorp/go-kms-wrapping/wrappers/ocikms/v2 v2.0.7 | ||
github.com/hashicorp/go-kms-wrapping/wrappers/transit/v2 v2.0.8 | ||
github.com/hashicorp/go-memdb v1.3.4 | ||
github.com/hashicorp/go-metrics v0.5.3 | ||
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. Version bump: |
||
github.com/hashicorp/go-msgpack v1.1.5 | ||
github.com/hashicorp/go-multierror v1.1.1 | ||
github.com/hashicorp/go-plugin v1.5.2 | ||
|
@@ -279,6 +279,7 @@ require ( | |
github.com/apache/arrow/go/v12 v12.0.1 // indirect | ||
github.com/apache/thrift v0.16.0 // indirect | ||
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect | ||
github.com/armon/go-metrics v0.4.1 // indirect | ||
github.com/aws/aws-sdk-go-v2 v1.17.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.13.18 // indirect | ||
|
@@ -386,7 +387,6 @@ require ( | |
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect | ||
github.com/hashicorp/cronexpr v1.1.1 // indirect | ||
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect | ||
github.com/hashicorp/go-metrics v0.5.1 // indirect | ||
github.com/hashicorp/go-msgpack/v2 v2.0.0 // indirect | ||
github.com/hashicorp/go-secure-stdlib/fileutil v0.1.0 // indirect | ||
github.com/hashicorp/go-secure-stdlib/plugincontainer v0.2.2 // indirect | ||
|
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
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
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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -9,16 +9,15 @@ import ( | |
"fmt" | ||
"time" | ||
|
||
"github.com/hashicorp/go-secure-stdlib/parseutil" | ||
|
||
monitoring "cloud.google.com/go/monitoring/apiv3" | ||
"github.com/armon/go-metrics" | ||
"github.com/armon/go-metrics/circonus" | ||
"github.com/armon/go-metrics/datadog" | ||
"github.com/armon/go-metrics/prometheus" | ||
monitoring "cloud.google.com/go/monitoring/apiv3/v2" | ||
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. Using |
||
stackdriver "github.com/google/go-metrics-stackdriver" | ||
stackdrivervault "github.com/google/go-metrics-stackdriver/vault" | ||
"github.com/hashicorp/go-metrics" | ||
"github.com/hashicorp/go-metrics/circonus" | ||
"github.com/hashicorp/go-metrics/datadog" | ||
"github.com/hashicorp/go-metrics/prometheus" | ||
"github.com/hashicorp/go-multierror" | ||
"github.com/hashicorp/go-secure-stdlib/parseutil" | ||
"github.com/hashicorp/hcl" | ||
"github.com/hashicorp/hcl/hcl/ast" | ||
"github.com/hashicorp/vault/helper/metricsutil" | ||
|
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Version bump:
0.2.0
=>0.6.0