-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Docs: Removing estimates for current month from counters api #30572
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
Conversation
|
CI Results: |
|
Build Results: |
| | 1.16 | All | Added synced secrets as a new category in client counting | ||
| | 1.17 | All | Separated PKI ACME certificates as their own category in client counting | ||
| | 1.20 | All | Get client count endpoint response excludes the current month and any future date | ||
| | 1.20+ent | All | Actual values are returned for `new_clients` counts for the current month and they are no longer an estimate |
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.
@schavis is this formatting ok? And is it alright that we call it 1.20 and 1.20+ent?
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.
Technically "ent" isn't a version. If we need to differentiate between edition and version, we should probably add a third column for version with "Community", "Enterprise", or "All".
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.
Added edition column
divyaac
left a comment
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.
Looks good. Please make sure to check the formatting with @schavis
aslamovamir
left a comment
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.
Left some nits and clarifying questions, otherwise looks great!
Co-authored-by: Amir Aslamov <amir.aslamov@hashicorp.com>
Co-authored-by: Amir Aslamov <amir.aslamov@hashicorp.com>
Co-authored-by: Amir Aslamov <amir.aslamov@hashicorp.com>
aslamovamir
left a comment
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.
Looks good! Thank you for addressing the questions!
…rp#30572) * removing estimates docs * Update website/content/docs/concepts/client-count/counting.mdx Co-authored-by: Amir Aslamov <amir.aslamov@hashicorp.com> * Update website/content/partials/counters-api-wait-warning.mdx Co-authored-by: Amir Aslamov <amir.aslamov@hashicorp.com> * Update website/content/api-docs/system/internal-counters.mdx Co-authored-by: Amir Aslamov <amir.aslamov@hashicorp.com> * add edition column --------- Co-authored-by: Amir Aslamov <amir.aslamov@hashicorp.com>
Description
What does this PR do?
Jira: https://hashicorp.atlassian.net/browse/VAULT-34684
Updates internal/counters api, client count calculation, client count FAQ
TODO only if you're a HashiCorp employee
backport/label that matches the desired release branch. Note that in the CE repo, the latest release branch will look likebackport/x.x.x, but older release branches will bebackport/ent/x.x.x+ent.of a public function, even if that change is in a CE file, double check that
applying the patch for this PR to the ENT repo and running tests doesn't
break any tests. Sometimes ENT only tests rely on public functions in CE
files.
in the PR description, commit message, or branch name.
description. Also, make sure the changelog is in this PR, not in your ENT PR.