-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Port: Add metrics to report mount table sizes for auth and logical [Vault 671] #10201
Conversation
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement Learn more about why HashiCorp requires a CLA and what the CLA includes 1 out of 2 committers have signed the CLA.
Hridoy Roy seems not to be a GitHub user. Have you signed the CLA already but the status is still pending? Recheck it. |
@@ -323,7 +405,7 @@ func TestCore_DisableCredential_Cleanup(t *testing.T) { | |||
Login: []string{"login"}, | |||
BackendType: logical.TypeCredential, | |||
} | |||
c, _, _ := TestCoreUnsealed(t) | |||
c, _, _, _ := TestCoreUnsealedWithMetrics(t) |
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.
You don't have to fix it in this backport, but I will note that all these changes to the test method could be undone now. :)
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.
Absolutely! I can make a separate PR changing those to TestCoreUnsealed.
Enterprise PR: https://github.com/hashicorp/vault-enterprise/pull/1500