-
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
[Docs] Add usage metrics page #28723
Conversation
CI Results: |
Build Results: |
Looks good. Can we get a little bit at the end with an example of what those CSV/JSONL files look like? I can provide some examples from my own Vault if it helps. |
@lucymhdavies Yes, if you have it handy, could you please send it to me. I'll add it to the doc. 🙏 On second thought, the API doc has sample response. That may be enough? So, I added the link to API docs. |
aha! Yes, the API response example from https://developer.hashicorp.com/vault/api-docs/system/internal-counters#activity-export is perfect. |
Description
🧵 Slack thread
🔍 Deploy preview
🎫 Jira ticket
Although initial question was about what's new in Vault 1.18, the root issue was lack of information.
This PR adds "Usage metrics" page under Client count doc --> Content type is "How-to" guide
TODO only if you're a HashiCorp employee
to N, N-1, and N-2, using the
backport/ent/x.x.x+ent
labels. If this PR is in the CE repo, you should only backport to N, using thebackport/x.x.x
label, not the enterprise labels.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.