diff --git a/website/content/docs/agent-and-proxy/agent/index.mdx b/website/content/docs/agent-and-proxy/agent/index.mdx index ce82b34dd8..fdd2ccbd99 100644 --- a/website/content/docs/agent-and-proxy/agent/index.mdx +++ b/website/content/docs/agent-and-proxy/agent/index.mdx @@ -74,15 +74,15 @@ See the [caching](/docs/agent-and-proxy/agent/caching#api) page for details on t ### Command options -- `-log-level` ((#\_log_level)) `(string: "info")` - Log verbosity level. Supported values (in +- `-log-level` `(string: "info")` - Log verbosity level. Supported values (in order of descending detail) are `trace`, `debug`, `info`, `warn`, and `error`. This can also be specified via the `VAULT_LOG_LEVEL` environment variable. -- `-log-format` ((#\_log_format)) `(string: "standard")` - Log format. Supported values +- `-log-format` `(string: "standard")` - Log format. Supported values are `standard` and `json`. This can also be specified via the `VAULT_LOG_FORMAT` environment variable. -- `-log-file` ((#\_log_file)) - the absolute path where OpenBao Agent should save +- `-log-file` - the absolute path where OpenBao Agent should save log messages. Paths that end with a path separator use the default file name, `agent.log`. Paths that do not end with a file extension use the default `.log` extension. If the log file rotates, OpenBao Agent appends the current @@ -94,15 +94,15 @@ See the [caching](/docs/agent-and-proxy/agent/caching#api) page for details on t `/var/log/my-diary` | `/var/log/my-diary.log` | `/var/log/my-diary-{timestamp}.log` `/var/log/my-diary.txt` | `/var/log/my-diary.txt` | `/var/log/my-diary-{timestamp}.txt` -- `-log-rotate-bytes` ((#\_log_rotate_bytes)) - to specify the number of +- `-log-rotate-bytes` - to specify the number of bytes that should be written to a log before it needs to be rotated. Unless specified, there is no limit to the number of bytes that can be written to a log file. -- `-log-rotate-duration` ((#\_log_rotate_duration)) - to specify the maximum +- `-log-rotate-duration` - to specify the maximum duration a log should be written to before it needs to be rotated. Must be a duration value such as 30s. Defaults to 24h. -- `-log-rotate-max-files` ((#\_log_rotate_max_files)) - to specify the maximum +- `-log-rotate-max-files` - to specify the maximum number of older log file archives to keep. Defaults to `0` (no files are ever deleted). Set to `-1` to discard old log files when a new one is created. diff --git a/website/content/docs/agent-and-proxy/proxy/index.mdx b/website/content/docs/agent-and-proxy/proxy/index.mdx index ca2f8a75db..2ee14abc90 100644 --- a/website/content/docs/agent-and-proxy/proxy/index.mdx +++ b/website/content/docs/agent-and-proxy/proxy/index.mdx @@ -66,15 +66,15 @@ See the [caching](/docs/agent-and-proxy/proxy/caching#api) page for details on t ### Command options -- `-log-level` ((#\_log_level)) `(string: "info")` - Log verbosity level. Supported values (in +- `-log-level` `(string: "info")` - Log verbosity level. Supported values (in order of descending detail) are `trace`, `debug`, `info`, `warn`, and `error`. This can also be specified via the `VAULT_LOG_LEVEL` environment variable. -- `-log-format` ((#\_log_format)) `(string: "standard")` - Log format. Supported values +- `-log-format` `(string: "standard")` - Log format. Supported values are `standard` and `json`. This can also be specified via the `VAULT_LOG_FORMAT` environment variable. -- `-log-file` ((#\_log_file)) - the absolute path where OpenBao Proxy should save +- `-log-file` - the absolute path where OpenBao Proxy should save log messages. Paths that end with a path separator use the default file name, `proxy.log`. Paths that do not end with a file extension use the default `.log` extension. If the log file rotates, OpenBao Proxy appends the current @@ -86,15 +86,15 @@ are `standard` and `json`. This can also be specified via the `/var/log/my-diary` | `/var/log/my-diary.log` | `/var/log/my-diary-{timestamp}.log` `/var/log/my-diary.txt` | `/var/log/my-diary.txt` | `/var/log/my-diary-{timestamp}.txt` -- `-log-rotate-bytes` ((#\_log_rotate_bytes)) - to specify the number of +- `-log-rotate-bytes` - to specify the number of bytes that should be written to a log before it needs to be rotated. Unless specified, there is no limit to the number of bytes that can be written to a log file. -- `-log-rotate-duration` ((#\_log_rotate_duration)) - to specify the maximum +- `-log-rotate-duration` - to specify the maximum duration a log should be written to before it needs to be rotated. Must be a duration value such as 30s. Defaults to 24h. -- `-log-rotate-max-files` ((#\_log_rotate_max_files)) - to specify the maximum +- `-log-rotate-max-files` - to specify the maximum number of older log file archives to keep. Defaults to `0` (no files are ever deleted). Set to `-1` to discard old log files when a new one is created. diff --git a/website/content/docs/commands/server.mdx b/website/content/docs/commands/server.mdx index 1cb21748cb..cacf0760b6 100644 --- a/website/content/docs/commands/server.mdx +++ b/website/content/docs/commands/server.mdx @@ -50,15 +50,15 @@ flags](/docs/commands) included on all commands. multiple configurations. If the path is a directory, all files which end in .hcl or .json are loaded. -- `-log-level` ((#\_log_level)) `(string: "info")` - Log verbosity level. Supported values (in +- `-log-level` `(string: "info")` - Log verbosity level. Supported values (in order of descending detail) are `trace`, `debug`, `info`, `warn`, and `error`. This can also be specified via the `VAULT_LOG_LEVEL` environment variable. -- `-log-format` ((#\_log_format)) `(string: "standard")` - Log format. Supported values +- `-log-format` `(string: "standard")` - Log format. Supported values are `standard` and `json`. This can also be specified via the `VAULT_LOG_FORMAT` environment variable. -- `-log-file` ((#\_log_file)) - the absolute path where OpenBao should save log +- `-log-file` - the absolute path where OpenBao should save log messages in addition to other, existing outputs like journald / stdout. Paths that end with a path separator use the default file name, `openbao.log`. Paths that do not end with a file extension use the default `.log` extension. If the @@ -71,15 +71,15 @@ flags](/docs/commands) included on all commands. `/var/log/my-diary` | `/var/log/my-diary.log` | `/var/log/my-diary-{timestamp}.log` `/var/log/my-diary.txt` | `/var/log/my-diary.txt` | `/var/log/my-diary-{timestamp}.txt` -- `-log-rotate-bytes` ((#\_log_rotate_bytes)) - to specify the number of +- `-log-rotate-bytes` - to specify the number of bytes that should be written to a log before it needs to be rotated. Unless specified, there is no limit to the number of bytes that can be written to a log file. -- `-log-rotate-duration` ((#\_log_rotate_duration)) - to specify the maximum +- `-log-rotate-duration` - to specify the maximum duration a log should be written to before it needs to be rotated. Must be a duration value such as 30s. Defaults to 24h. -- `-log-rotate-max-files` ((#\_log_rotate_max_files)) - to specify the maximum +- `-log-rotate-max-files` - to specify the maximum number of older log file archives to keep. Defaults to 0 (no files are ever deleted). Set to -1 to discard old log files when a new one is created. diff --git a/website/content/docs/concepts/client-count/faq.mdx b/website/content/docs/concepts/client-count/faq.mdx index 7b6b33578e..74641650c2 100644 --- a/website/content/docs/concepts/client-count/faq.mdx +++ b/website/content/docs/concepts/client-count/faq.mdx @@ -32,18 +32,18 @@ description: |- | [Can I disable client counting?](#disable-client-count) | | [Can I configure OpenBao to log the client count data?](#log-client-count) | -## Definitions ((#definitions)) +## Definitions {#definitions} @include 'faq/client-count/definitions.mdx' -## Computing client count ((#computing-clients)) +## Computing client count {#computing-clients} @include 'faq/client-count/computing-clients.mdx' -## Upgrading and migration ((#upgrading)) +## Upgrading and migration {#upgrading} @include 'faq/client-count/upgrading.mdx' -## Usage ((#usage)) +## Usage {#usage} @include 'faq/client-count/usage.mdx' diff --git a/website/content/docs/platform/k8s/vso/helm.mdx b/website/content/docs/platform/k8s/vso/helm.mdx index 8c4f2646e3..5d784926e5 100644 --- a/website/content/docs/platform/k8s/vso/helm.mdx +++ b/website/content/docs/platform/k8s/vso/helm.mdx @@ -26,14 +26,14 @@ Use these links to navigate to a particular top-level stanza. ## All Values -### controller ((#h-controller)) +### controller {#h-controller} -- `controller` ((#v-controller)) - Top level configuration for the vault secrets operator deployment. +- `controller` - Top level configuration for the vault secrets operator deployment. This consists of a controller and a kube rbac proxy container. - - `replicas` ((#v-controller-replicas)) (`integer: 1`) - Set the number of replicas for the operator. + - `replicas` (`integer: 1`) - Set the number of replicas for the operator. - - `hostAliases` ((#v-controller-hostaliases)) (`array`) - Host Aliases settings for vault-secrets-operator pod. + - `hostAliases` (`array`) - Host Aliases settings for vault-secrets-operator pod. The value is an array of PodSpec HostAlias maps. ref: https://kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/ Example: @@ -42,13 +42,13 @@ Use these links to navigate to a particular top-level stanza. hostnames: - vault.example.com - - `nodeSelector` ((#v-controller-nodeselector)) (`map`) - nodeSelector labels for vault-secrets-operator pod assignment. + - `nodeSelector` (`map`) - nodeSelector labels for vault-secrets-operator pod assignment. ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector Example: nodeSelector: beta.kubernetes.io/arch: amd64 - - `tolerations` ((#v-controller-tolerations)) (`array`) - Toleration Settings for vault-secrets-operator pod. + - `tolerations` (`array`) - Toleration Settings for vault-secrets-operator pod. The value is an array of PodSpec Toleration maps. ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/ Example: @@ -58,7 +58,7 @@ Use these links to navigate to a particular top-level stanza. value: "value1" effect: "NoSchedule" - - `affinity` ((#v-controller-affinity)) - Affinity settings for vault-secrets-operator pod. + - `affinity` - Affinity settings for vault-secrets-operator pod. The value is a map of PodSpec Affinity maps. ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity Example: @@ -73,32 +73,32 @@ Use these links to navigate to a particular top-level stanza. - antarctica-east1 - antarctica-west1 - - `kubeRbacProxy` ((#v-controller-kuberbacproxy)) - Settings related to the kubeRbacProxy container. This container is an HTTP proxy for the + - `kubeRbacProxy` - Settings related to the kubeRbacProxy container. This container is an HTTP proxy for the controller manager which performs RBAC authorization against the Kubernetes API using SubjectAccessReviews. - - `image` ((#v-controller-kuberbacproxy-image)) - Image sets the repo and tag of the kube-rbac-proxy image to use for the controller. + - `image` - Image sets the repo and tag of the kube-rbac-proxy image to use for the controller. - - `repository` ((#v-controller-kuberbacproxy-image-repository)) (`string: gcr.io/kubebuilder/kube-rbac-proxy`) + - `repository` (`string: gcr.io/kubebuilder/kube-rbac-proxy`) - - `tag` ((#v-controller-kuberbacproxy-image-tag)) (`string: v0.14.1`) + - `tag` (`string: v0.14.1`) - - `resources` ((#v-controller-kuberbacproxy-resources)) (`map`) - Configures the default resources for the kube rbac proxy container. + - `resources` (`map`) - Configures the default resources for the kube rbac proxy container. For more information on configuring resources, see the K8s documentation: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ - - `limits` ((#v-controller-kuberbacproxy-resources-limits)) + - `limits` - - `cpu` ((#v-controller-kuberbacproxy-resources-limits-cpu)) (`string: 500m`) + - `cpu` (`string: 500m`) - - `memory` ((#v-controller-kuberbacproxy-resources-limits-memory)) (`string: 128Mi`) + - `memory` (`string: 128Mi`) - - `requests` ((#v-controller-kuberbacproxy-resources-requests)) + - `requests` - - `cpu` ((#v-controller-kuberbacproxy-resources-requests-cpu)) (`string: 5m`) + - `cpu` (`string: 5m`) - - `memory` ((#v-controller-kuberbacproxy-resources-requests-memory)) (`string: 64Mi`) + - `memory` (`string: 64Mi`) - - `imagePullSecrets` ((#v-controller-imagepullsecrets)) (`array`) - Image pull secret to use for private container registry authentication which will be applied to the controllers + - `imagePullSecrets` (`array`) - Image pull secret to use for private container registry authentication which will be applied to the controllers service account. Alternatively, the value may be specified as an array of strings. Example: ```yaml @@ -108,24 +108,24 @@ Use these links to navigate to a particular top-level stanza. ``` Refer to https://kubernetes.io/docs/concepts/containers/images/#using-a-private-registry. - - `extraLabels` ((#v-controller-extralabels)) - Extra labels to attach to the deployment. This should be formatted as a YAML object (map) + - `extraLabels` - Extra labels to attach to the deployment. This should be formatted as a YAML object (map) - - `annotations` ((#v-controller-annotations)) - This value defines additional annotations for the deployment. This should be formatted as a YAML object (map) + - `annotations` - This value defines additional annotations for the deployment. This should be formatted as a YAML object (map) - - `manager` ((#v-controller-manager)) - Settings related to the vault-secrets-operator container. + - `manager` - Settings related to the vault-secrets-operator container. - - `image` ((#v-controller-manager-image)) - Image sets the repo and tag of the vault-secrets-operator image to use for the controller. + - `image` - Image sets the repo and tag of the vault-secrets-operator image to use for the controller. - - `repository` ((#v-controller-manager-image-repository)) (`string: hashicorp/vault-secrets-operator`) + - `repository` (`string: hashicorp/vault-secrets-operator`) - - `tag` ((#v-controller-manager-image-tag)) (`string: 0.3.1`) + - `tag` (`string: 0.3.1`) - - `clientCache` ((#v-controller-manager-clientcache)) - Configures the client cache which is used by the controller to cache (and potentially persist) vault tokens that + - `clientCache` - Configures the client cache which is used by the controller to cache (and potentially persist) vault tokens that are the result of using the VaultAuthMethod. This enables re-use of Vault Tokens throughout their TTLs as well as the ability to renew. Persistence is only useful in the context of Dynamic Secrets, so "none" is an okay default. - - `persistenceModel` ((#v-controller-manager-clientcache-persistencemodel)) (`string: ""`) - Defines the `-client-cache-persistence-model` which caches+persists vault tokens. + - `persistenceModel` (`string: ""`) - Defines the `-client-cache-persistence-model` which caches+persists vault tokens. Valid values are: "none" - in-memory client cache is used, no tokens are persisted. "direct-unencrypted" - in-memory client cache is persisted, unencrypted. This is NOT recommended for any production workload. @@ -136,13 +136,13 @@ Use these links to navigate to a particular top-level stanza. default: "none" - - `cacheSize` ((#v-controller-manager-clientcache-cachesize)) (`integer: ""`) - Defines the size of the in-memory LRU cache *in entries*, that is used by the client cache controller. + - `cacheSize` (`integer: ""`) - Defines the size of the in-memory LRU cache *in entries*, that is used by the client cache controller. Larger numbers will increase memory usage by the controller, lower numbers will cause more frequent evictions of the client cache which can result in additional Vault client counts. default: 10000 - - `storageEncryption` ((#v-controller-manager-clientcache-storageencryption)) - StorageEncryption provides the necessary configuration to encrypt the client storage + - `storageEncryption` - StorageEncryption provides the necessary configuration to encrypt the client storage cache within Kubernetes objects using (required) Vault Transit Engine. This should only be configured when client cache persistence with encryption is enabled and will deploy an additional VaultAuthMethod to be used by the Vault Transit Engine. @@ -152,39 +152,39 @@ Use these links to navigate to a particular top-level stanza. Typically, there should only ever be one VaultAuth configured with StorageEncryption in the Cluster. - - `enabled` ((#v-controller-manager-clientcache-storageencryption-enabled)) (`boolean: false`) - toggles the deployment of the Transit VaultAuthMethod CR. + - `enabled` (`boolean: false`) - toggles the deployment of the Transit VaultAuthMethod CR. - - `vaultConnectionRef` ((#v-controller-manager-clientcache-storageencryption-vaultconnectionref)) (`string: default`) - Vault Connection Ref to be used by the Transit VaultAuthMethod. + - `vaultConnectionRef` (`string: default`) - Vault Connection Ref to be used by the Transit VaultAuthMethod. Default setting will use the default VaultConnectionRef, which must also be configured. - - `keyName` ((#v-controller-manager-clientcache-storageencryption-keyname)) (`string: ""`) - KeyName to use for encrypt/decrypt operations via Vault Transit. + - `keyName` (`string: ""`) - KeyName to use for encrypt/decrypt operations via Vault Transit. - - `transitMount` ((#v-controller-manager-clientcache-storageencryption-transitmount)) (`string: ""`) - Mount path for the Transit VaultAuthMethod. + - `transitMount` (`string: ""`) - Mount path for the Transit VaultAuthMethod. - - `namespace` ((#v-controller-manager-clientcache-storageencryption-namespace)) (`string: ""`) - Vault namespace for the Transit VaultAuthMethod CR. + - `namespace` (`string: ""`) - Vault namespace for the Transit VaultAuthMethod CR. - - `method` ((#v-controller-manager-clientcache-storageencryption-method)) (`string: kubernetes`) - Vault Auth method to be used with the Transit VaultAuthMethod CR. + - `method` (`string: kubernetes`) - Vault Auth method to be used with the Transit VaultAuthMethod CR. - - `mount` ((#v-controller-manager-clientcache-storageencryption-mount)) (`string: kubernetes`) - Mount path for the Transit VaultAuthMethod. + - `mount` (`string: kubernetes`) - Mount path for the Transit VaultAuthMethod. - - `kubernetes` ((#v-controller-manager-clientcache-storageencryption-kubernetes)) - Vault Kubernetes auth method specific configuration + - `kubernetes` - Vault Kubernetes auth method specific configuration - - `role` ((#v-controller-manager-clientcache-storageencryption-kubernetes-role)) (`string: ""`) - Vault Auth Role to use + - `role` (`string: ""`) - Vault Auth Role to use This is a required field and must be setup in Vault prior to deploying the helm chart if `defaultAuthMethod.enabled=true` - - `serviceAccount` ((#v-controller-manager-clientcache-storageencryption-kubernetes-serviceaccount)) (`string: ""`) - Kubernetes ServiceAccount associated with the Transit Vault Auth Role + - `serviceAccount` (`string: ""`) - Kubernetes ServiceAccount associated with the Transit Vault Auth Role Defaults to using the Operator's service-account. - - `tokenAudiences` ((#v-controller-manager-clientcache-storageencryption-kubernetes-tokenaudiences)) (`array: []`) - Token Audience should match the audience of the vault kubernetes auth role. + - `tokenAudiences` (`array: []`) - Token Audience should match the audience of the vault kubernetes auth role. - - `jwt` ((#v-controller-manager-clientcache-storageencryption-jwt)) - Vault JWT auth method specific configuration + - `jwt` - Vault JWT auth method specific configuration - - `role` ((#v-controller-manager-clientcache-storageencryption-jwt-role)) (`string: ""`) - Vault Auth Role to use + - `role` (`string: ""`) - Vault Auth Role to use This is a required field and must be setup in Vault prior to deploying the helm chart if using JWT for the Transit VaultAuthMethod. - - `secretRef` ((#v-controller-manager-clientcache-storageencryption-jwt-secretref)) (`string: ""`) - One of the following is required prior to deploying the helm chart + - `secretRef` (`string: ""`) - One of the following is required prior to deploying the helm chart - K8s secret that contains the JWT - K8s service account if a service account JWT is used as a Vault JWT auth token and needs generating by VSO. @@ -194,204 +194,204 @@ Use these links to navigate to a particular top-level stanza. must exist in the namespace of any consuming VaultSecret CR. This is a required field if a JWT token is provided. - - `serviceAccount` ((#v-controller-manager-clientcache-storageencryption-jwt-serviceaccount)) (`string: default`) - Kubernetes ServiceAccount to generate a service account JWT + - `serviceAccount` (`string: default`) - Kubernetes ServiceAccount to generate a service account JWT - - `tokenAudiences` ((#v-controller-manager-clientcache-storageencryption-jwt-tokenaudiences)) (`array: []`) - Token Audience should match the bound_audiences or the `aud` list in bound_claims if + - `tokenAudiences` (`array: []`) - Token Audience should match the bound_audiences or the `aud` list in bound_claims if applicable of the Vault JWT auth role. - - `appRole` ((#v-controller-manager-clientcache-storageencryption-approle)) - AppRole auth method specific configuration + - `appRole` - AppRole auth method specific configuration - - `roleId` ((#v-controller-manager-clientcache-storageencryption-approle-roleid)) (`string: ""`) - AppRole Role's RoleID to use for authenticating to Vault. + - `roleId` (`string: ""`) - AppRole Role's RoleID to use for authenticating to Vault. This is a required field when using appRole and must be setup in Vault prior to deploying the helm chart. - - `secretRef` ((#v-controller-manager-clientcache-storageencryption-approle-secretref)) (`string: ""`) - Name of Kubernetes Secret that has the AppRole Role's SecretID used to authenticate with + - `secretRef` (`string: ""`) - Name of Kubernetes Secret that has the AppRole Role's SecretID used to authenticate with Vault. The Kubernetes Secret must contain a key named `id` which references the AppRole Role's SecretID, and must exist in the namespace of any consuming VaultSecret CR. This is a required field when using appRole and must be setup in Vault prior to deploying the helm chart. - - `aws` ((#v-controller-manager-clientcache-storageencryption-aws)) - AWS auth method specific configuration + - `aws` - AWS auth method specific configuration - - `role` ((#v-controller-manager-clientcache-storageencryption-aws-role)) (`string: ""`) - Vault Auth Role to use + - `role` (`string: ""`) - Vault Auth Role to use This is a required field and must be setup in Vault prior to deploying the helm chart if using the AWS for the Transit auth method. - - `region` ((#v-controller-manager-clientcache-storageencryption-aws-region)) (`string: ""`) - AWS region to use for signing the authentication request + - `region` (`string: ""`) - AWS region to use for signing the authentication request Optional, but most commonly will be the EKS cluster region. - - `headerValue` ((#v-controller-manager-clientcache-storageencryption-aws-headervalue)) (`string: ""`) - Vault header value to include in the STS signing request + - `headerValue` (`string: ""`) - Vault header value to include in the STS signing request - - `sessionName` ((#v-controller-manager-clientcache-storageencryption-aws-sessionname)) (`string: ""`) - The role session name to use when creating a WebIdentity provider + - `sessionName` (`string: ""`) - The role session name to use when creating a WebIdentity provider - - `stsEndpoint` ((#v-controller-manager-clientcache-storageencryption-aws-stsendpoint)) (`string: ""`) - The STS endpoint to use; if not set will use the default + - `stsEndpoint` (`string: ""`) - The STS endpoint to use; if not set will use the default - - `iamEndpoint` ((#v-controller-manager-clientcache-storageencryption-aws-iamendpoint)) (`string: ""`) - The IAM endpoint to use; if not set will use the default + - `iamEndpoint` (`string: ""`) - The IAM endpoint to use; if not set will use the default - - `secretRef` ((#v-controller-manager-clientcache-storageencryption-aws-secretref)) (`string: ""`) - The name of a Kubernetes Secret which holds credentials for AWS. Supported keys + - `secretRef` (`string: ""`) - The name of a Kubernetes Secret which holds credentials for AWS. Supported keys include `access_key_id`, `secret_access_key`, `session_token` - - `irsaServiceAccount` ((#v-controller-manager-clientcache-storageencryption-aws-irsaserviceaccount)) (`string: ""`) - Name of a Kubernetes service account that is configured with IAM Roles + - `irsaServiceAccount` (`string: ""`) - Name of a Kubernetes service account that is configured with IAM Roles for Service Accounts (IRSA). Should be annotated with "eks.amazonaws.com/role-arn". - - `params` ((#v-controller-manager-clientcache-storageencryption-params)) (`map`) - Params to use when authenticating to Vault using this auth method. + - `params` (`map`) - Params to use when authenticating to Vault using this auth method. params: param-something1: "foo" - - `headers` ((#v-controller-manager-clientcache-storageencryption-headers)) (` map: ""`) - Headers to be included in all Vault requests. + - `headers` (` map: ""`) - Headers to be included in all Vault requests. headers: X-vault-something1: "foo" - - `maxConcurrentReconciles` ((#v-controller-manager-maxconcurrentreconciles)) (`integer: ""`) - Defines the maximum number of concurrent reconciles by the controller. + - `maxConcurrentReconciles` (`integer: ""`) - Defines the maximum number of concurrent reconciles by the controller. NOTE: Currently this is only used by the reconciliation logic of dynamic secrets. default: 100 - - `extraEnv` ((#v-controller-manager-extraenv)) (`array`) - Defines additional environment variables to be added to the + - `extraEnv` (`array`) - Defines additional environment variables to be added to the vault-secrets-opearator manager container. extraEnv: - name: HTTP_PROXY value: http://proxy.example.com - - `extraArgs` ((#v-controller-manager-extraargs)) (`array: []`) - Defines additional commandline arguments to be passed to the + - `extraArgs` (`array: []`) - Defines additional commandline arguments to be passed to the vault-secrets-operator manager container. extraArgs: - -zap-log-level=5 - - `resources` ((#v-controller-manager-resources)) (`map`) - Configures the default resources for the vault-secrets-operator container. + - `resources` (`map`) - Configures the default resources for the vault-secrets-operator container. For more information on configuring resources, see the K8s documentation: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ - - `limits` ((#v-controller-manager-resources-limits)) + - `limits` - - `cpu` ((#v-controller-manager-resources-limits-cpu)) (`string: 500m`) + - `cpu` (`string: 500m`) - - `memory` ((#v-controller-manager-resources-limits-memory)) (`string: 128Mi`) + - `memory` (`string: 128Mi`) - - `requests` ((#v-controller-manager-resources-requests)) + - `requests` - - `cpu` ((#v-controller-manager-resources-requests-cpu)) (`string: 10m`) + - `cpu` (`string: 10m`) - - `memory` ((#v-controller-manager-resources-requests-memory)) (`string: 64Mi`) + - `memory` (`string: 64Mi`) - - `podSecurityContext` ((#v-controller-podsecuritycontext)) - Configures the Pod security context + - `podSecurityContext` - Configures the Pod security context https://kubernetes.io/docs/tasks/configure-pod-container/security-context - - `runAsNonRoot` ((#v-controller-podsecuritycontext-runasnonroot)) (`boolean: true`) + - `runAsNonRoot` (`boolean: true`) - - `securityContext` ((#v-controller-securitycontext)) - Configures the container security context + - `securityContext` - Configures the container security context https://kubernetes.io/docs/tasks/configure-pod-container/security-context - - `allowPrivilegeEscalation` ((#v-controller-securitycontext-allowprivilegeescalation)) (`boolean: false`) + - `allowPrivilegeEscalation` (`boolean: false`) - - `controllerConfigMapYaml` ((#v-controller-controllerconfigmapyaml)) (`map`) - Sets the configuration settings used by the controller. Any custom changes will be reflected in the + - `controllerConfigMapYaml` (`map`) - Sets the configuration settings used by the controller. Any custom changes will be reflected in the data field of the configmap. For more information on configuring resources, see the K8s documentation: https://kubernetes.io/docs/concepts/configuration/configmap/ - - `health` ((#v-controller-controllerconfigmapyaml-health)) + - `health` - - `healthProbeBindAddress` ((#v-controller-controllerconfigmapyaml-health-healthprobebindaddress)) (`string: :8081`) + - `healthProbeBindAddress` (`string: :8081`) - - `leaderElection` ((#v-controller-controllerconfigmapyaml-leaderelection)) + - `leaderElection` - - `leaderElect` ((#v-controller-controllerconfigmapyaml-leaderelection-leaderelect)) (`boolean: true`) + - `leaderElect` (`boolean: true`) - - `resourceName` ((#v-controller-controllerconfigmapyaml-leaderelection-resourcename)) (`string: b0d477c0.hashicorp.com`) + - `resourceName` (`string: b0d477c0.hashicorp.com`) - - `metrics` ((#v-controller-controllerconfigmapyaml-metrics)) + - `metrics` - - `bindAddress` ((#v-controller-controllerconfigmapyaml-metrics-bindaddress)) (`string: 127.0.0.1:8080`) + - `bindAddress` (`string: 127.0.0.1:8080`) - - `webhook` ((#v-controller-controllerconfigmapyaml-webhook)) + - `webhook` - - `port` ((#v-controller-controllerconfigmapyaml-webhook-port)) (`integer: 9443`) + - `port` (`integer: 9443`) - - `kubernetesClusterDomain` ((#v-controller-kubernetesclusterdomain)) (`string: cluster.local`) - Configures the environment variable KUBERNETES_CLUSTER_DOMAIN used by KubeDNS. + - `kubernetesClusterDomain` (`string: cluster.local`) - Configures the environment variable KUBERNETES_CLUSTER_DOMAIN used by KubeDNS. - - `terminationGracePeriodSeconds` ((#v-controller-terminationgraceperiodseconds)) (`integer: 120`) - Duration in seconds the pod needs to terminate gracefully. + - `terminationGracePeriodSeconds` (`integer: 120`) - Duration in seconds the pod needs to terminate gracefully. See: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/ - - `preDeleteHookTimeoutSeconds` ((#v-controller-predeletehooktimeoutseconds)) (`integer: 120`) - Timeout in seconds for the pre-delete hook + - `preDeleteHookTimeoutSeconds` (`integer: 120`) - Timeout in seconds for the pre-delete hook -### metricsService ((#h-metricsservice)) +### metricsService {#h-metricsservice} -- `metricsService` ((#v-metricsservice)) (`map`) - Configure the metrics service ports used by the metrics service. +- `metricsService` (`map`) - Configure the metrics service ports used by the metrics service. Set the configuration fo the metricsService port. - - `ports` ((#v-metricsservice-ports)) (`map`) - Set the port settings for the metrics service. + - `ports` (`map`) - Set the port settings for the metrics service. For more information on configuring resources, see the K8s documentation: https://kubernetes.io/docs/concepts/services-networking/service/ - - `name` ((#v-metricsservice-ports-name)) (`string: https`) + - `name` (`string: https`) - - `port` ((#v-metricsservice-ports-port)) (`integer: 8443`) + - `port` (`integer: 8443`) - - `protocol` ((#v-metricsservice-ports-protocol)) (`string: TCP`) + - `protocol` (`string: TCP`) - - `targetPort` ((#v-metricsservice-ports-targetport)) (`string: https`) + - `targetPort` (`string: https`) - - `type` ((#v-metricsservice-type)) (`string: ClusterIP`) + - `type` (`string: ClusterIP`) -### defaultVaultConnection ((#h-defaultvaultconnection)) +### defaultVaultConnection {#h-defaultvaultconnection} -- `defaultVaultConnection` ((#v-defaultvaultconnection)) - Configures the default VaultConnection CR which will be used by resources +- `defaultVaultConnection` - Configures the default VaultConnection CR which will be used by resources if they do not specify a VaultConnection reference. The name is 'default' and will always be installed in the same namespace as the operator. NOTE: * It is strongly recommended to deploy the vault secrets operator in a secure Vault environment which includes a configuration utilizing TLS and installing Vault into its own restricted namespace. - - `enabled` ((#v-defaultvaultconnection-enabled)) (`boolean: false`) - toggles the deployment of the VaultAuthMethod CR + - `enabled` (`boolean: false`) - toggles the deployment of the VaultAuthMethod CR - - `address` ((#v-defaultvaultconnection-address)) (`string: ""`) - Address of the Vault Server + - `address` (`string: ""`) - Address of the Vault Server Example: http://vault.default.svc.cluster.local:8200 - - `caCertSecret` ((#v-defaultvaultconnection-cacertsecret)) (`string: ""`) - CACertSecret is the name of a Kubernetes secret containing the trusted PEM encoded CA certificate chain as `ca.crt`. + - `caCertSecret` (`string: ""`) - CACertSecret is the name of a Kubernetes secret containing the trusted PEM encoded CA certificate chain as `ca.crt`. Note: This secret must exist prior to deploying the CR. - - `tlsServerName` ((#v-defaultvaultconnection-tlsservername)) (`string: ""`) - TLSServerName to use as the SNI host for TLS connections. + - `tlsServerName` (`string: ""`) - TLSServerName to use as the SNI host for TLS connections. - - `skipTLSVerify` ((#v-defaultvaultconnection-skiptlsverify)) (`boolean: false`) - SkipTLSVerify for TLS connections. + - `skipTLSVerify` (`boolean: false`) - SkipTLSVerify for TLS connections. - - `headers` ((#v-defaultvaultconnection-headers)) (`map`) - Headers to be included in all Vault requests. + - `headers` (`map`) - Headers to be included in all Vault requests. headers: X-vault-something: "foo" -### defaultAuthMethod ((#h-defaultauthmethod)) +### defaultAuthMethod {#h-defaultauthmethod} -- `defaultAuthMethod` ((#v-defaultauthmethod)) - Configures and deploys the default VaultAuthMethod CR which will be used by resources +- `defaultAuthMethod` - Configures and deploys the default VaultAuthMethod CR which will be used by resources if they do not specify a VaultAuthMethod reference. The name is 'default' and will always be installed in the same namespace as the operator. NOTE: * It is strongly recommended to deploy the vault secrets operator in a secure Vault environment which includes a configuration utilizing TLS and installing Vault into its own restricted namespace. - - `enabled` ((#v-defaultauthmethod-enabled)) (`boolean: false`) - toggles the deployment of the VaultAuthMethod CR + - `enabled` (`boolean: false`) - toggles the deployment of the VaultAuthMethod CR - - `namespace` ((#v-defaultauthmethod-namespace)) (`string: ""`) - Vault namespace for the VaultAuthMethod CR + - `namespace` (`string: ""`) - Vault namespace for the VaultAuthMethod CR - - `method` ((#v-defaultauthmethod-method)) (`string: kubernetes`) - Vault Auth method to be used with the VaultAuthMethod CR + - `method` (`string: kubernetes`) - Vault Auth method to be used with the VaultAuthMethod CR - - `mount` ((#v-defaultauthmethod-mount)) (`string: kubernetes`) - Mount path for the Vault Auth Method. + - `mount` (`string: kubernetes`) - Mount path for the Vault Auth Method. - - `kubernetes` ((#v-defaultauthmethod-kubernetes)) - Vault Kubernetes auth method specific configuration + - `kubernetes` - Vault Kubernetes auth method specific configuration - - `role` ((#v-defaultauthmethod-kubernetes-role)) (`string: ""`) - Vault Auth Role to use + - `role` (`string: ""`) - Vault Auth Role to use This is a required field and must be setup in Vault prior to deploying the helm chart if `defaultAuthMethod.enabled=true` - - `serviceAccount` ((#v-defaultauthmethod-kubernetes-serviceaccount)) (`string: default`) - Kubernetes ServiceAccount associated with the default Vault Auth Role + - `serviceAccount` (`string: default`) - Kubernetes ServiceAccount associated with the default Vault Auth Role - - `tokenAudiences` ((#v-defaultauthmethod-kubernetes-tokenaudiences)) (`array: []`) - Token Audience should match the audience of the vault kubernetes auth role. + - `tokenAudiences` (`array: []`) - Token Audience should match the audience of the vault kubernetes auth role. - - `jwt` ((#v-defaultauthmethod-jwt)) - Vault JWT auth method specific configuration + - `jwt` - Vault JWT auth method specific configuration - - `role` ((#v-defaultauthmethod-jwt-role)) (`string: ""`) - Vault Auth Role to use + - `role` (`string: ""`) - Vault Auth Role to use This is a required field and must be setup in Vault prior to deploying the helm chart if using the JWT for the default auth method. - - `secretRef` ((#v-defaultauthmethod-jwt-secretref)) (`string: ""`) - One of the following is required prior to deploying the helm chart + - `secretRef` (`string: ""`) - One of the following is required prior to deploying the helm chart - K8s secret that contains the JWT - K8s service account if a service account JWT is used as a Vault JWT auth token and needs generating by VSO @@ -399,61 +399,61 @@ Use these links to navigate to a particular top-level stanza. The Kubernetes Secret must contain a key named `jwt` which references the JWT token, and must exist in the namespace of any consuming VaultSecret CR. This is a required field if a JWT token is provided. - - `serviceAccount` ((#v-defaultauthmethod-jwt-serviceaccount)) (`string: default`) - Kubernetes ServiceAccount to generate a service account JWT + - `serviceAccount` (`string: default`) - Kubernetes ServiceAccount to generate a service account JWT - - `tokenAudiences` ((#v-defaultauthmethod-jwt-tokenaudiences)) (`array: []`) - Token Audience should match the bound_audiences or the `aud` list in bound_claims if applicable + - `tokenAudiences` (`array: []`) - Token Audience should match the bound_audiences or the `aud` list in bound_claims if applicable of the Vault JWT auth role. - - `appRole` ((#v-defaultauthmethod-approle)) - AppRole auth method specific configuration + - `appRole` - AppRole auth method specific configuration - - `roleId` ((#v-defaultauthmethod-approle-roleid)) (`string: ""`) - AppRole Role's RoleID to use for authenticating to Vault. + - `roleId` (`string: ""`) - AppRole Role's RoleID to use for authenticating to Vault. This is a required field when using appRole and must be setup in Vault prior to deploying the helm chart. - - `secretRef` ((#v-defaultauthmethod-approle-secretref)) (`string: ""`) - Name of Kubernetes Secret that has the AppRole Role's SecretID used to authenticate with Vault. + - `secretRef` (`string: ""`) - Name of Kubernetes Secret that has the AppRole Role's SecretID used to authenticate with Vault. The Kubernetes Secret must contain a key named `id` which references the AppRole Role's SecretID, and must exist in the namespace of any consuming VaultSecret CR. This is a required field when using appRole and must be setup in Vault prior to deploying the helm chart. - - `aws` ((#v-defaultauthmethod-aws)) - AWS auth method specific configuration + - `aws` - AWS auth method specific configuration - - `role` ((#v-defaultauthmethod-aws-role)) (`string: ""`) - Vault Auth Role to use + - `role` (`string: ""`) - Vault Auth Role to use This is a required field and must be setup in Vault prior to deploying the helm chart if using the AWS for the default auth method. - - `region` ((#v-defaultauthmethod-aws-region)) (`string: ""`) - AWS region to use for signing the authentication request + - `region` (`string: ""`) - AWS region to use for signing the authentication request Optional, but most commonly will be the region where the EKS cluster is running - - `headerValue` ((#v-defaultauthmethod-aws-headervalue)) (`string: ""`) - Vault header value to include in the STS signing request + - `headerValue` (`string: ""`) - Vault header value to include in the STS signing request - - `sessionName` ((#v-defaultauthmethod-aws-sessionname)) (`string: ""`) - The role session name to use when creating a WebIdentity provider + - `sessionName` (`string: ""`) - The role session name to use when creating a WebIdentity provider - - `stsEndpoint` ((#v-defaultauthmethod-aws-stsendpoint)) (`string: ""`) - The STS endpoint to use; if not set will use the default + - `stsEndpoint` (`string: ""`) - The STS endpoint to use; if not set will use the default - - `iamEndpoint` ((#v-defaultauthmethod-aws-iamendpoint)) (`string: ""`) - The IAM endpoint to use; if not set will use the default + - `iamEndpoint` (`string: ""`) - The IAM endpoint to use; if not set will use the default - - `secretRef` ((#v-defaultauthmethod-aws-secretref)) (`string: ""`) - The name of a Kubernetes Secret which holds credentials for AWS. Supported keys include + - `secretRef` (`string: ""`) - The name of a Kubernetes Secret which holds credentials for AWS. Supported keys include `access_key_id`, `secret_access_key`, `session_token` - - `irsaServiceAccount` ((#v-defaultauthmethod-aws-irsaserviceaccount)) (`string: ""`) - Name of a Kubernetes service account that is configured with IAM Roles + - `irsaServiceAccount` (`string: ""`) - Name of a Kubernetes service account that is configured with IAM Roles for Service Accounts (IRSA). Should be annotated with "eks.amazonaws.com/role-arn". - - `params` ((#v-defaultauthmethod-params)) (`map`) - Params to use when authenticating to Vault + - `params` (`map`) - Params to use when authenticating to Vault params: param-something1: "foo" - - `headers` ((#v-defaultauthmethod-headers)) (`map`) - Headers to be included in all Vault requests. + - `headers` (`map`) - Headers to be included in all Vault requests. headers: X-vault-something1: "foo" -### telemetry ((#h-telemetry)) +### telemetry {#h-telemetry} -- `telemetry` ((#v-telemetry)) - Configures a Prometheus ServiceMonitor +- `telemetry` - Configures a Prometheus ServiceMonitor - - `serviceMonitor` ((#v-telemetry-servicemonitor)) + - `serviceMonitor` - - `enabled` ((#v-telemetry-servicemonitor-enabled)) (`boolean: false`) - The Prometheus operator *must* be installed before enabling this feature, + - `enabled` (`boolean: false`) - The Prometheus operator *must* be installed before enabling this feature, if not the chart will fail to install due to missing CustomResourceDefinitions provided by the operator. @@ -465,27 +465,27 @@ Use these links to navigate to a particular top-level stanza. Enable deployment of the Vault Secrets Operator ServiceMonitor CustomResource. - - `selectors` ((#v-telemetry-servicemonitor-selectors)) (`string: ""`) - Selector labels to add to the ServiceMonitor. + - `selectors` (`string: ""`) - Selector labels to add to the ServiceMonitor. When empty, defaults to: release: prometheus - - `scheme` ((#v-telemetry-servicemonitor-scheme)) (`string: https`) - Scheme of the service Prometheus scrapes metrics from. This must match the scheme of the metrics service of VSO + - `scheme` (`string: https`) - Scheme of the service Prometheus scrapes metrics from. This must match the scheme of the metrics service of VSO - - `port` ((#v-telemetry-servicemonitor-port)) (`string: https`) - Port at which Prometheus scrapes metrics. This must match the port of the metrics service of VSO + - `port` (`string: https`) - Port at which Prometheus scrapes metrics. This must match the port of the metrics service of VSO - - `path` ((#v-telemetry-servicemonitor-path)) (`string: /metrics`) - Path at which Prometheus scrapes metrics + - `path` (`string: /metrics`) - Path at which Prometheus scrapes metrics - - `bearerTokenFile` ((#v-telemetry-servicemonitor-bearertokenfile)) (`string: /var/run/secrets/kubernetes.io/serviceaccount/token`) - File Prometheus reads bearer token from for scraping metrics + - `bearerTokenFile` (`string: /var/run/secrets/kubernetes.io/serviceaccount/token`) - File Prometheus reads bearer token from for scraping metrics - - `interval` ((#v-telemetry-servicemonitor-interval)) (`string: 30s`) - Interval at which Prometheus scrapes metrics + - `interval` (`string: 30s`) - Interval at which Prometheus scrapes metrics - - `scrapeTimeout` ((#v-telemetry-servicemonitor-scrapetimeout)) (`string: 10s`) - Timeout for Prometheus scrapes + - `scrapeTimeout` (`string: 10s`) - Timeout for Prometheus scrapes -### tests ((#h-tests)) +### tests {#h-tests} -- `tests` ((#v-tests)) - # Used by unit tests, and will not be rendered except when using `helm template`, this can be safely ignored. +- `tests` - # Used by unit tests, and will not be rendered except when using `helm template`, this can be safely ignored. - - `enabled` ((#v-tests-enabled)) (`boolean: true`) + - `enabled` (`boolean: true`) diff --git a/website/content/partials/faq/client-count/computing-clients.mdx b/website/content/partials/faq/client-count/computing-clients.mdx index 3e00170587..2d51dec89c 100644 --- a/website/content/partials/faq/client-count/computing-clients.mdx +++ b/website/content/partials/faq/client-count/computing-clients.mdx @@ -1,4 +1,4 @@ -### Does the Nomad-Openbao integration affect client counts? ((#nomad)) +### Does the Nomad-Openbao integration affect client counts? {#nomad} **Maybe**. @@ -7,7 +7,7 @@ uses token roles where a single token role creates tokens for many Nomad jobs. Unless you have configured explicit identity aliases for your Nomad tokens, Openbao will record every running instance of a Nomad job as a unique client. -### Are batch tokens counted differently than service tokens? ((#batch-tokens)) +### Are batch tokens counted differently than service tokens? {#batch-tokens} **No**. @@ -17,7 +17,7 @@ Openbao creates by combining the assigned namespace and policy. See the [clients and entities](/docs/concepts/client-count) overview for more details. -### Do custom user filters affect client counts? ((#custom-filters)) +### Do custom user filters affect client counts? {#custom-filters} **Yes**. @@ -27,7 +27,7 @@ that entity aliases are mapped, which can affect the client count computation. Consult the [clients and entities](/docs/concepts/client-count) overview for more information about how Openbao determines entity assignments. -### Does mount migration affect client counts? ((#mount-migration)) +### Does mount migration affect client counts? {#mount-migration} **Maybe**. diff --git a/website/content/partials/faq/client-count/definitions.mdx b/website/content/partials/faq/client-count/definitions.mdx index e517ef8421..3c8df74f72 100644 --- a/website/content/partials/faq/client-count/definitions.mdx +++ b/website/content/partials/faq/client-count/definitions.mdx @@ -1,4 +1,4 @@ -### What is a client? ((#what-is-a-client)) +### What is a client? {#what-is-a-client} Any unique application, service, or user that authenticates to an OpenBao cluster. The client count metric is a combination of entity clients and @@ -7,7 +7,7 @@ non-entity clients. Consult the [clients and entities](/docs/concepts/client-count) overview for more information on client definitions. -### What is the difference between an entity client, non-entity client, and certificate client? ((#eclient-vs-neclient)) +### What is the difference between an entity client, non-entity client, and certificate client? {#eclient-vs-neclient} - **Entity clients** map to an active identity. - **Non-entity clients** map to an active non-entity token. diff --git a/website/content/partials/faq/client-count/upgrading.mdx b/website/content/partials/faq/client-count/upgrading.mdx index 595d3bf2ae..38fcc9fffb 100644 --- a/website/content/partials/faq/client-count/upgrading.mdx +++ b/website/content/partials/faq/client-count/upgrading.mdx @@ -1,3 +1,3 @@ -### What happens to client count when I upgrade? ((#what-happens-at-upgrade)) +### What happens to client count when I upgrade? {#what-happens-at-upgrade} **OpenBao will only reflect the number of active unique clients since the upgrade**. diff --git a/website/content/partials/faq/client-count/usage.mdx b/website/content/partials/faq/client-count/usage.mdx index 3b062e3153..aae48c1be8 100644 --- a/website/content/partials/faq/client-count/usage.mdx +++ b/website/content/partials/faq/client-count/usage.mdx @@ -1,4 +1,4 @@ -### Can I view the list of unique client IDs that contributed to my client count aggregate? ((#view-data)) +### Can I view the list of unique client IDs that contributed to my client count aggregate? {#view-data} **Yes**. @@ -7,14 +7,14 @@ clients that contributed to your client count for a given period with the [activity export API endpoint](/api-docs/system/internal-counters#activity-export). -### Is clientID viewable in the audit logs for non-entity tokens? ((#clientid-in-logs)) +### Is clientID viewable in the audit logs for non-entity tokens? {#clientid-in-logs} **Yes**. Audit logs include a field called `clientID` that records the active or computed entity ID of the associated token. -### Can I skip client computation for a period of time during the period? ((#skip-computation)) +### Can I skip client computation for a period of time during the period? {#skip-computation} **Yes, but the data may be inaccurate**. @@ -30,7 +30,7 @@ used as a fresh start to re-count unique clients. Any client that was active during both periods will appear in both result sets, even though OpenBao will only counted that client **once** for the actual period. -### Are there conditions that will cause me to lose client data? ((#lost-data)) +### Are there conditions that will cause me to lose client data? {#lost-data} **Yes**. @@ -43,7 +43,7 @@ If a node goes down during the accumulation phase you will lose the untransmitted data in addition to any client count data that would have been collected during the outage. -### What happens if a portion of the data is missing for my period? ((#missing-data)) +### What happens if a portion of the data is missing for my period? {#missing-data} **OpenBao only returns the most recent contiguous set of data**. @@ -52,7 +52,7 @@ but you disabled tracking for the month of April. OpenBao will look for the largest, contiguous window of time where data is available, May through December, and compute results for that period of time. May 2021 through December 2021. -### Can I disable client counting? ((#disable-client-count)) +### Can I disable client counting? {#disable-client-count} **Yes**. @@ -62,7 +62,7 @@ and disable the tracking parameter. If you disable client counting in the middle of a month, OpenBao will discard any data currently recorded for the month. Data for previous months is preserved. -### Can I configure OpenBao to log the client count data? ((#log-client-count)) +### Can I configure OpenBao to log the client count data? {#log-client-count} **Yes**. diff --git a/website/content/partials/telemetry-metrics/database/close.mdx b/website/content/partials/telemetry-metrics/database/close.mdx index e3e9d39998..4296c74ac0 100644 --- a/website/content/partials/telemetry-metrics/database/close.mdx +++ b/website/content/partials/telemetry-metrics/database/close.mdx @@ -1,5 +1,5 @@ -### database.Close ((#database-close)) +### database.Close {#database-close} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to close a database secret engine (across all database secrets engines) \ No newline at end of file +summary | ms | Time required to close a database secret engine (across all database secrets engines) diff --git a/website/content/partials/telemetry-metrics/database/close/error.mdx b/website/content/partials/telemetry-metrics/database/close/error.mdx index 162559a068..67c30b4209 100644 --- a/website/content/partials/telemetry-metrics/database/close/error.mdx +++ b/website/content/partials/telemetry-metrics/database/close/error.mdx @@ -1,5 +1,5 @@ -### database.Close.error ((#database-close-error)) +### database.Close.error {#database-close-error} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of errors encountered across all database secrets engines while closing database connections \ No newline at end of file +counter | number | Number of errors encountered across all database secrets engines while closing database connections diff --git a/website/content/partials/telemetry-metrics/database/createuser.mdx b/website/content/partials/telemetry-metrics/database/createuser.mdx index f671886e00..264bbbd251 100644 --- a/website/content/partials/telemetry-metrics/database/createuser.mdx +++ b/website/content/partials/telemetry-metrics/database/createuser.mdx @@ -1,5 +1,5 @@ -### database.CreateUser ((#database-createuser)) +### database.CreateUser {#database-createuser} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to create a user across all database secrets engines \ No newline at end of file +summary | ms | Time required to create a user across all database secrets engines diff --git a/website/content/partials/telemetry-metrics/database/createuser/error.mdx b/website/content/partials/telemetry-metrics/database/createuser/error.mdx index 7eb001ba83..6cbaa84fa8 100644 --- a/website/content/partials/telemetry-metrics/database/createuser/error.mdx +++ b/website/content/partials/telemetry-metrics/database/createuser/error.mdx @@ -1,5 +1,5 @@ -### database.CreateUser.error ((#database-createuser-error)) +### database.CreateUser.error {#database-createuser-error} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of errors encountered across all database secrets engines while creating users \ No newline at end of file +counter | number | Number of errors encountered across all database secrets engines while creating users diff --git a/website/content/partials/telemetry-metrics/database/initialize.mdx b/website/content/partials/telemetry-metrics/database/initialize.mdx index 3665b10181..01a6366e68 100644 --- a/website/content/partials/telemetry-metrics/database/initialize.mdx +++ b/website/content/partials/telemetry-metrics/database/initialize.mdx @@ -1,5 +1,5 @@ -### database.Initialize ((#database-initialize)) +### database.Initialize {#database-initialize} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to initialize a database secret engine (across all database secrets engines) \ No newline at end of file +summary | ms | Time required to initialize a database secret engine (across all database secrets engines) diff --git a/website/content/partials/telemetry-metrics/database/initialize/error.mdx b/website/content/partials/telemetry-metrics/database/initialize/error.mdx index be3160b414..aefc3a14b4 100644 --- a/website/content/partials/telemetry-metrics/database/initialize/error.mdx +++ b/website/content/partials/telemetry-metrics/database/initialize/error.mdx @@ -1,5 +1,5 @@ -### database.Initialize.error ((#database-initialize-error)) +### database.Initialize.error {#database-initialize-error} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of errors encountered across all database secrets engines while initializing the database \ No newline at end of file +counter | number | Number of errors encountered across all database secrets engines while initializing the database diff --git a/website/content/partials/telemetry-metrics/database/name/close.mdx b/website/content/partials/telemetry-metrics/database/name/close.mdx index b5d94a5113..22000c47c6 100644 --- a/website/content/partials/telemetry-metrics/database/name/close.mdx +++ b/website/content/partials/telemetry-metrics/database/name/close.mdx @@ -1,5 +1,5 @@ -### database.{NAME}.Close ((#database-name-close)) +### database.{NAME}.Close {#database-name-close} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to close the database secrets engine {NAME} \ No newline at end of file +summary | ms | Time required to close the database secrets engine {NAME} diff --git a/website/content/partials/telemetry-metrics/database/name/close/error.mdx b/website/content/partials/telemetry-metrics/database/name/close/error.mdx index 7bda23cb14..515b2bbb21 100644 --- a/website/content/partials/telemetry-metrics/database/name/close/error.mdx +++ b/website/content/partials/telemetry-metrics/database/name/close/error.mdx @@ -1,5 +1,5 @@ -### database.{NAME}.Close.error ((#database-name-close-error)) +### database.{NAME}.Close.error {#database-name-close-error} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of errors encountered for the named database secrets engines while closing database connections \ No newline at end of file +counter | number | Number of errors encountered for the named database secrets engines while closing database connections diff --git a/website/content/partials/telemetry-metrics/database/name/createuser.mdx b/website/content/partials/telemetry-metrics/database/name/createuser.mdx index fcd2946654..5cbefd9d8c 100644 --- a/website/content/partials/telemetry-metrics/database/name/createuser.mdx +++ b/website/content/partials/telemetry-metrics/database/name/createuser.mdx @@ -1,5 +1,5 @@ -### database.{NAME}.CreateUser ((#database-name-createuser)) +### database.{NAME}.CreateUser {#database-name-createuser} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to create a user for the named database secrets engine \ No newline at end of file +summary | ms | Time required to create a user for the named database secrets engine diff --git a/website/content/partials/telemetry-metrics/database/name/createuser/error.mdx b/website/content/partials/telemetry-metrics/database/name/createuser/error.mdx index 94d87811da..5f98d90ec1 100644 --- a/website/content/partials/telemetry-metrics/database/name/createuser/error.mdx +++ b/website/content/partials/telemetry-metrics/database/name/createuser/error.mdx @@ -1,5 +1,5 @@ -### database.{NAME}.CreateUser.error ((#database-name-createuser-error)) +### database.{NAME}.CreateUser.error {#database-name-createuser-error} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of errors encountered for the named database secrets engines while creating users \ No newline at end of file +counter | number | Number of errors encountered for the named database secrets engines while creating users diff --git a/website/content/partials/telemetry-metrics/database/name/initialize.mdx b/website/content/partials/telemetry-metrics/database/name/initialize.mdx index 9655c14408..fb46e5e9a0 100644 --- a/website/content/partials/telemetry-metrics/database/name/initialize.mdx +++ b/website/content/partials/telemetry-metrics/database/name/initialize.mdx @@ -1,5 +1,5 @@ -### database.{NAME}.Initialize ((#database-name-initialize)) +### database.{NAME}.Initialize {#database-name-initialize} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to initialize a database secret engine for the named database \ No newline at end of file +summary | ms | Time required to initialize a database secret engine for the named database diff --git a/website/content/partials/telemetry-metrics/database/name/initialize/error.mdx b/website/content/partials/telemetry-metrics/database/name/initialize/error.mdx index c77259f0e9..8f484003a6 100644 --- a/website/content/partials/telemetry-metrics/database/name/initialize/error.mdx +++ b/website/content/partials/telemetry-metrics/database/name/initialize/error.mdx @@ -1,5 +1,5 @@ -### database.{NAME}.Initialize.error ((#database-name-initialize-error)) +### database.{NAME}.Initialize.error {#database-name-initialize-error} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of errors encountered for the named database secrets engines while initializing the database \ No newline at end of file +counter | number | Number of errors encountered for the named database secrets engines while initializing the database diff --git a/website/content/partials/telemetry-metrics/database/name/renewuser.mdx b/website/content/partials/telemetry-metrics/database/name/renewuser.mdx index a7b61a19a8..d7c7af30d2 100644 --- a/website/content/partials/telemetry-metrics/database/name/renewuser.mdx +++ b/website/content/partials/telemetry-metrics/database/name/renewuser.mdx @@ -1,4 +1,4 @@ -### database.{NAME}.RenewUser ((#database-name-renewuser)) +### database.{NAME}.RenewUser {#database-name-renewuser} Metric type | Value | Description ----------- | ----- | ----------- diff --git a/website/content/partials/telemetry-metrics/database/name/renewuser/error.mdx b/website/content/partials/telemetry-metrics/database/name/renewuser/error.mdx index f7a0840c8d..d423467051 100644 --- a/website/content/partials/telemetry-metrics/database/name/renewuser/error.mdx +++ b/website/content/partials/telemetry-metrics/database/name/renewuser/error.mdx @@ -1,5 +1,5 @@ -### database.{NAME}.RenewUser.error ((#database-name-renewuser-error)) +### database.{NAME}.RenewUser.error {#database-name-renewuser-error} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of errors encountered for the named database secrets engines while renewing users \ No newline at end of file +counter | number | Number of errors encountered for the named database secrets engines while renewing users diff --git a/website/content/partials/telemetry-metrics/database/name/revokeuser.mdx b/website/content/partials/telemetry-metrics/database/name/revokeuser.mdx index 40e1584e96..e7ca2e02ef 100644 --- a/website/content/partials/telemetry-metrics/database/name/revokeuser.mdx +++ b/website/content/partials/telemetry-metrics/database/name/revokeuser.mdx @@ -1,5 +1,5 @@ -### database.{NAME}.RevokeUser ((#database-name-revokeuser)) +### database.{NAME}.RevokeUser {#database-name-revokeuser} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to revoke a user for the named database secrets engine \ No newline at end of file +summary | ms | Time required to revoke a user for the named database secrets engine diff --git a/website/content/partials/telemetry-metrics/database/name/revokeuser/error.mdx b/website/content/partials/telemetry-metrics/database/name/revokeuser/error.mdx index 1871cd0c23..34caa43f8d 100644 --- a/website/content/partials/telemetry-metrics/database/name/revokeuser/error.mdx +++ b/website/content/partials/telemetry-metrics/database/name/revokeuser/error.mdx @@ -1,5 +1,5 @@ -### database.{NAME}.RevokeUser.error ((#database-name-revokeuser-error)) +### database.{NAME}.RevokeUser.error {#database-name-revokeuser-error} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of errors encountered for the named database secrets engines while revoking users \ No newline at end of file +counter | number | Number of errors encountered for the named database secrets engines while revoking users diff --git a/website/content/partials/telemetry-metrics/database/renewuser.mdx b/website/content/partials/telemetry-metrics/database/renewuser.mdx index 2f11cfb4ce..d98a76f59d 100644 --- a/website/content/partials/telemetry-metrics/database/renewuser.mdx +++ b/website/content/partials/telemetry-metrics/database/renewuser.mdx @@ -1,5 +1,5 @@ -### database.RenewUser ((#database-renewuser)) +### database.RenewUser {#database-renewuser} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to renew a user across all database secrets engines \ No newline at end of file +summary | ms | Time required to renew a user across all database secrets engines diff --git a/website/content/partials/telemetry-metrics/database/renewuser/error.mdx b/website/content/partials/telemetry-metrics/database/renewuser/error.mdx index b3a663377a..c4aaabbc7e 100644 --- a/website/content/partials/telemetry-metrics/database/renewuser/error.mdx +++ b/website/content/partials/telemetry-metrics/database/renewuser/error.mdx @@ -1,5 +1,5 @@ -### database.RenewUser.error ((#database-renewuser-error)) +### database.RenewUser.error {#database-renewuser-error} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of errors encountered across all database secrets engines while renewing users \ No newline at end of file +counter | number | Number of errors encountered across all database secrets engines while renewing users diff --git a/website/content/partials/telemetry-metrics/database/revokeuser.mdx b/website/content/partials/telemetry-metrics/database/revokeuser.mdx index 6e1b2f62a8..fbdaacf788 100644 --- a/website/content/partials/telemetry-metrics/database/revokeuser.mdx +++ b/website/content/partials/telemetry-metrics/database/revokeuser.mdx @@ -1,5 +1,5 @@ -### database.RevokeUser ((#database-revokeuser)) +### database.RevokeUser {#database-revokeuser} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to revoke a user across all database secrets engines \ No newline at end of file +summary | ms | Time required to revoke a user across all database secrets engines diff --git a/website/content/partials/telemetry-metrics/database/revokeuser/error.mdx b/website/content/partials/telemetry-metrics/database/revokeuser/error.mdx index 94efce5b04..6eb71ebc62 100644 --- a/website/content/partials/telemetry-metrics/database/revokeuser/error.mdx +++ b/website/content/partials/telemetry-metrics/database/revokeuser/error.mdx @@ -1,5 +1,5 @@ -### database.RevokeUser.error ((#database-revokeuser-error)) +### database.RevokeUser.error {#database-revokeuser-error} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of errors encountered across all database secrets engines while revoking users \ No newline at end of file +counter | number | Number of errors encountered across all database secrets engines while revoking users diff --git a/website/content/partials/telemetry-metrics/secrets/pki/tidy/cert_store_current_entry.mdx b/website/content/partials/telemetry-metrics/secrets/pki/tidy/cert_store_current_entry.mdx index e74b93b192..de49899d90 100644 --- a/website/content/partials/telemetry-metrics/secrets/pki/tidy/cert_store_current_entry.mdx +++ b/website/content/partials/telemetry-metrics/secrets/pki/tidy/cert_store_current_entry.mdx @@ -1,5 +1,5 @@ -### secrets.pki.tidy.cert_store_current_entry ((#secrets-pki-tidy-cert_store_current_entry)) +### secrets.pki.tidy.cert_store_current_entry {#secrets-pki-tidy-cert_store_current_entry} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Index of the certificate store entry currently being verified by the tidy operation \ No newline at end of file +gauge | number | Index of the certificate store entry currently being verified by the tidy operation diff --git a/website/content/partials/telemetry-metrics/secrets/pki/tidy/cert_store_deleted_count.mdx b/website/content/partials/telemetry-metrics/secrets/pki/tidy/cert_store_deleted_count.mdx index 91a6c80768..1ff3d516c3 100644 --- a/website/content/partials/telemetry-metrics/secrets/pki/tidy/cert_store_deleted_count.mdx +++ b/website/content/partials/telemetry-metrics/secrets/pki/tidy/cert_store_deleted_count.mdx @@ -1,5 +1,5 @@ -### secrets.pki.tidy.cert_store_deleted_count ((#secrets-pki-tidy-cert_store_deleted_count)) +### secrets.pki.tidy.cert_store_deleted_count {#secrets-pki-tidy-cert_store_deleted_count} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of entries deleted from the certificate store \ No newline at end of file +counter | number | Number of entries deleted from the certificate store diff --git a/website/content/partials/telemetry-metrics/secrets/pki/tidy/cert_store_total_entries.mdx b/website/content/partials/telemetry-metrics/secrets/pki/tidy/cert_store_total_entries.mdx index 65f3a8b23a..ace63769a1 100644 --- a/website/content/partials/telemetry-metrics/secrets/pki/tidy/cert_store_total_entries.mdx +++ b/website/content/partials/telemetry-metrics/secrets/pki/tidy/cert_store_total_entries.mdx @@ -1,5 +1,5 @@ -### secrets.pki.tidy.cert_store_total_entries ((#secrets-pki-tidy-cert_store_total_entries)) +### secrets.pki.tidy.cert_store_total_entries {#secrets-pki-tidy-cert_store_total_entries} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Number of entries in the certificate store to verify during the tidy operation \ No newline at end of file +gauge | number | Number of entries in the certificate store to verify during the tidy operation diff --git a/website/content/partials/telemetry-metrics/secrets/pki/tidy/cert_store_total_entries_remaining.mdx b/website/content/partials/telemetry-metrics/secrets/pki/tidy/cert_store_total_entries_remaining.mdx index c76243a944..c06a264c84 100644 --- a/website/content/partials/telemetry-metrics/secrets/pki/tidy/cert_store_total_entries_remaining.mdx +++ b/website/content/partials/telemetry-metrics/secrets/pki/tidy/cert_store_total_entries_remaining.mdx @@ -1,5 +1,5 @@ -### secrets.pki.tidy.cert_store_total_entries_remaining ((#secrets-pki-tidy-cert_store_total_entries_remaining)) +### secrets.pki.tidy.cert_store_total_entries_remaining {#secrets-pki-tidy-cert_store_total_entries_remaining} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Number of entries in the certificate store checked, but not removed, during the tidy operation \ No newline at end of file +gauge | number | Number of entries in the certificate store checked, but not removed, during the tidy operation diff --git a/website/content/partials/telemetry-metrics/secrets/pki/tidy/duration.mdx b/website/content/partials/telemetry-metrics/secrets/pki/tidy/duration.mdx index b09b56520c..23ec380342 100644 --- a/website/content/partials/telemetry-metrics/secrets/pki/tidy/duration.mdx +++ b/website/content/partials/telemetry-metrics/secrets/pki/tidy/duration.mdx @@ -1,5 +1,5 @@ -### secrets.pki.tidy.duration ((#secrets-pki-tidy-duration)) +### secrets.pki.tidy.duration {#secrets-pki-tidy-duration} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to complete the PKI tidy operation \ No newline at end of file +summary | ms | Time required to complete the PKI tidy operation diff --git a/website/content/partials/telemetry-metrics/secrets/pki/tidy/failure.mdx b/website/content/partials/telemetry-metrics/secrets/pki/tidy/failure.mdx index caf9565cb2..6c051dca96 100644 --- a/website/content/partials/telemetry-metrics/secrets/pki/tidy/failure.mdx +++ b/website/content/partials/telemetry-metrics/secrets/pki/tidy/failure.mdx @@ -1,5 +1,5 @@ -### secrets.pki.tidy.failure ((#secrets-pki-tidy-failure)) +### secrets.pki.tidy.failure {#secrets-pki-tidy-failure} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of times the PKI tidy operation failed to finish due to errors \ No newline at end of file +counter | number | Number of times the PKI tidy operation failed to finish due to errors diff --git a/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_current_entry.mdx b/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_current_entry.mdx index 8987993277..0f2d3dacf8 100644 --- a/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_current_entry.mdx +++ b/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_current_entry.mdx @@ -1,4 +1,4 @@ -### secrets.pki.tidy.revoked_cert_current_entry ((#secrets-pki-tidy-revoked_cert_current_entry)) +### secrets.pki.tidy.revoked_cert_current_entry {#secrets-pki-tidy-revoked_cert_current_entry} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_deleted_count.mdx b/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_deleted_count.mdx index f3d4618f4e..5fdf3cee35 100644 --- a/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_deleted_count.mdx +++ b/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_deleted_count.mdx @@ -1,5 +1,5 @@ -### secrets.pki.tidy.revoked_cert_deleted_count ((#secrets-pki-tidy-revoked_cert_deleted_count)) +### secrets.pki.tidy.revoked_cert_deleted_count {#secrets-pki-tidy-revoked_cert_deleted_count} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of entries deleted from the certificate store for revoked certificates \ No newline at end of file +counter | number | Number of entries deleted from the certificate store for revoked certificates diff --git a/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_total_entries.mdx b/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_total_entries.mdx index 0869a8e9f8..cd032ddfdd 100644 --- a/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_total_entries.mdx +++ b/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_total_entries.mdx @@ -1,5 +1,5 @@ -### secrets.pki.tidy.revoked_cert_total_entries ((#secrets-pki-tidy-revoked_cert_total_entries)) +### secrets.pki.tidy.revoked_cert_total_entries {#secrets-pki-tidy-revoked_cert_total_entries} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Number of revoked certificate entries in the certificate store to be verified during the tidy operation \ No newline at end of file +gauge | number | Number of revoked certificate entries in the certificate store to be verified during the tidy operation diff --git a/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_total_entries_fixed_issuers.mdx b/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_total_entries_fixed_issuers.mdx index 9f3f0b50a5..3933430b86 100644 --- a/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_total_entries_fixed_issuers.mdx +++ b/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_total_entries_fixed_issuers.mdx @@ -1,5 +1,5 @@ -### secrets.pki.tidy.revoked_cert_total_entries_fixed_issuers ((#secrets-pki-tidy-revoked_cert_total_entries_fixed_issuers)) +### secrets.pki.tidy.revoked_cert_total_entries_fixed_issuers {#secrets-pki-tidy-revoked_cert_total_entries_fixed_issuers} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Number of entries in the certificate store found to have incorrect issuer information that were fixed during the tidy operation \ No newline at end of file +gauge | number | Number of entries in the certificate store found to have incorrect issuer information that were fixed during the tidy operation diff --git a/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_total_entries_incorrect_issuers.mdx b/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_total_entries_incorrect_issuers.mdx index 7e6c6c2d5d..68f34434fa 100644 --- a/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_total_entries_incorrect_issuers.mdx +++ b/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_total_entries_incorrect_issuers.mdx @@ -1,5 +1,5 @@ -### secrets.pki.tidy.revoked_cert_total_entries_incorrect_issuers ((#secrets-pki-tidy-revoked_cert_total_entries_incorrect_issuers)) +### secrets.pki.tidy.revoked_cert_total_entries_incorrect_issuers {#secrets-pki-tidy-revoked_cert_total_entries_incorrect_issuers} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Total number of entries in the certificate store found to have incorrect issuer information \ No newline at end of file +gauge | number | Total number of entries in the certificate store found to have incorrect issuer information diff --git a/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_total_entries_remaining.mdx b/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_total_entries_remaining.mdx index 725fb011b9..063ed4cb83 100644 --- a/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_total_entries_remaining.mdx +++ b/website/content/partials/telemetry-metrics/secrets/pki/tidy/revoked_cert_total_entries_remaining.mdx @@ -1,5 +1,5 @@ -### secrets.pki.tidy.revoked_cert_total_entries_remaining ((#secrets-pki-tidy-revoked_cert_total_entries_remaining)) +### secrets.pki.tidy.revoked_cert_total_entries_remaining {#secrets-pki-tidy-revoked_cert_total_entries_remaining} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Number of revoked certificates in the certificate store checked, but not removed, during the tidy operation \ No newline at end of file +gauge | number | Number of revoked certificates in the certificate store checked, but not removed, during the tidy operation diff --git a/website/content/partials/telemetry-metrics/secrets/pki/tidy/start_time_epoch.mdx b/website/content/partials/telemetry-metrics/secrets/pki/tidy/start_time_epoch.mdx index 7a0e269e14..ae6295fc84 100644 --- a/website/content/partials/telemetry-metrics/secrets/pki/tidy/start_time_epoch.mdx +++ b/website/content/partials/telemetry-metrics/secrets/pki/tidy/start_time_epoch.mdx @@ -1,8 +1,8 @@ -### secrets.pki.tidy.start_time_epoch ((#secrets-pki-tidy-start_time_epoch)) +### secrets.pki.tidy.start_time_epoch {#secrets-pki-tidy-start_time_epoch} Metric type | Value | Description ----------- | ------- | ----------- gauge | seconds | Epoch time (seconds since 1970-01-01) when the PKI tidy operation began The start time metric reports a value of `0` if the PKI tidy operation is not -currently active. \ No newline at end of file +currently active. diff --git a/website/content/partials/telemetry-metrics/secrets/pki/tidy/success.mdx b/website/content/partials/telemetry-metrics/secrets/pki/tidy/success.mdx index 37869dc4b4..e40c25b78e 100644 --- a/website/content/partials/telemetry-metrics/secrets/pki/tidy/success.mdx +++ b/website/content/partials/telemetry-metrics/secrets/pki/tidy/success.mdx @@ -1,5 +1,5 @@ -### secrets.pki.tidy.success ((#secrets-pki-tidy-success)) +### secrets.pki.tidy.success {#secrets-pki-tidy-success} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of times the PKI tidy operation completed successfully \ No newline at end of file +counter | number | Number of times the PKI tidy operation completed successfully diff --git a/website/content/partials/telemetry-metrics/vault/audit/device/log_request.mdx b/website/content/partials/telemetry-metrics/vault/audit/device/log_request.mdx index 6504f5fdf6..5bca039a57 100644 --- a/website/content/partials/telemetry-metrics/vault/audit/device/log_request.mdx +++ b/website/content/partials/telemetry-metrics/vault/audit/device/log_request.mdx @@ -1,5 +1,5 @@ -### vault.audit.{DEVICE}.log_request ((#vault-audit-device-log_request)) +### vault.audit.{DEVICE}.log_request {#vault-audit-device-log_request} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to complete all audit log requests across the device \ No newline at end of file +summary | ms | Time required to complete all audit log requests across the device diff --git a/website/content/partials/telemetry-metrics/vault/audit/device/log_request_failure.mdx b/website/content/partials/telemetry-metrics/vault/audit/device/log_request_failure.mdx index 4108c541e7..faacfb9bce 100644 --- a/website/content/partials/telemetry-metrics/vault/audit/device/log_request_failure.mdx +++ b/website/content/partials/telemetry-metrics/vault/audit/device/log_request_failure.mdx @@ -1,4 +1,4 @@ -### vault.audit.{DEVICE}.log_request_failure ((#vault-audit-device-log_request_failure)) +### vault.audit.{DEVICE}.log_request_failure {#vault-audit-device-log_request_failure} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/audit/device/log_response.mdx b/website/content/partials/telemetry-metrics/vault/audit/device/log_response.mdx index 72cda1276d..5319e0d3c7 100644 --- a/website/content/partials/telemetry-metrics/vault/audit/device/log_response.mdx +++ b/website/content/partials/telemetry-metrics/vault/audit/device/log_response.mdx @@ -1,5 +1,5 @@ -### vault.audit.{DEVICE}.log_response ((#vault-audit-device-log_response)) +### vault.audit.{DEVICE}.log_response {#vault-audit-device-log_response} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to complete all audit log responses across the device \ No newline at end of file +summary | ms | Time required to complete all audit log responses across the device diff --git a/website/content/partials/telemetry-metrics/vault/audit/device/log_response_failure.mdx b/website/content/partials/telemetry-metrics/vault/audit/device/log_response_failure.mdx index a39b7b24b8..0f5ef8d32b 100644 --- a/website/content/partials/telemetry-metrics/vault/audit/device/log_response_failure.mdx +++ b/website/content/partials/telemetry-metrics/vault/audit/device/log_response_failure.mdx @@ -1,4 +1,4 @@ -### vault.audit.{DEVICE}.log_response_failure ((#vault-audit-device-log_response_failure)) +### vault.audit.{DEVICE}.log_response_failure {#vault-audit-device-log_response_failure} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/audit/log_request.mdx b/website/content/partials/telemetry-metrics/vault/audit/log_request.mdx index b42ce3e808..38f2893518 100644 --- a/website/content/partials/telemetry-metrics/vault/audit/log_request.mdx +++ b/website/content/partials/telemetry-metrics/vault/audit/log_request.mdx @@ -1,5 +1,5 @@ -### vault.audit.log_request ((#vault-audit-log_request)) +### vault.audit.log_request {#vault-audit-log_request} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to complete all audit log requests across all audit log devices \ No newline at end of file +summary | ms | Time required to complete all audit log requests across all audit log devices diff --git a/website/content/partials/telemetry-metrics/vault/audit/log_request_failure.mdx b/website/content/partials/telemetry-metrics/vault/audit/log_request_failure.mdx index d8c56b09f1..ae21cc6605 100644 --- a/website/content/partials/telemetry-metrics/vault/audit/log_request_failure.mdx +++ b/website/content/partials/telemetry-metrics/vault/audit/log_request_failure.mdx @@ -1,4 +1,4 @@ -### vault.audit.log_request_failure ((#vault-audit-log_request_failure)) +### vault.audit.log_request_failure {#vault-audit-log_request_failure} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/audit/log_response.mdx b/website/content/partials/telemetry-metrics/vault/audit/log_response.mdx index fd0ac38de0..cdee04340b 100644 --- a/website/content/partials/telemetry-metrics/vault/audit/log_response.mdx +++ b/website/content/partials/telemetry-metrics/vault/audit/log_response.mdx @@ -1,5 +1,5 @@ -### vault.audit.log_response ((#vault-audit-log_response)) +### vault.audit.log_response {#vault-audit-log_response} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to complete audit log responses across all audit log devices \ No newline at end of file +summary | ms | Time required to complete audit log responses across all audit log devices diff --git a/website/content/partials/telemetry-metrics/vault/audit/log_response_failure.mdx b/website/content/partials/telemetry-metrics/vault/audit/log_response_failure.mdx index 7d860f92c8..4bad2c618f 100644 --- a/website/content/partials/telemetry-metrics/vault/audit/log_response_failure.mdx +++ b/website/content/partials/telemetry-metrics/vault/audit/log_response_failure.mdx @@ -1,4 +1,4 @@ -### vault.audit.log_response_failure ((#vault-audit-log_response_failure)) +### vault.audit.log_response_failure {#vault-audit-log_response_failure} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/autopilot/failure_tolerance.mdx b/website/content/partials/telemetry-metrics/vault/autopilot/failure_tolerance.mdx index 6583419c57..a8efbe11de 100644 --- a/website/content/partials/telemetry-metrics/vault/autopilot/failure_tolerance.mdx +++ b/website/content/partials/telemetry-metrics/vault/autopilot/failure_tolerance.mdx @@ -1,7 +1,7 @@ -### vault.autopilot.failure_tolerance ((#vault-autopilot-failure_tolerance)) +### vault.autopilot.failure_tolerance {#vault-autopilot-failure_tolerance} Metric type | Value | Description ----------- | ----- | ----------- gauge | nodes | The number of healthy nodes in excess of quorum -The failure tolerance indicates how many currently healthy nodes can fail without losing quorum. \ No newline at end of file +The failure tolerance indicates how many currently healthy nodes can fail without losing quorum. diff --git a/website/content/partials/telemetry-metrics/vault/autopilot/healthy.mdx b/website/content/partials/telemetry-metrics/vault/autopilot/healthy.mdx index fc0be2169c..fccc06801e 100644 --- a/website/content/partials/telemetry-metrics/vault/autopilot/healthy.mdx +++ b/website/content/partials/telemetry-metrics/vault/autopilot/healthy.mdx @@ -1,4 +1,4 @@ -### vault.autopilot.healthy ((#vault-autopilot-healthy)) +### vault.autopilot.healthy {#vault-autopilot-healthy} Metric type | Value | Description ----------- | ------- | ----------- @@ -6,4 +6,4 @@ gauge | boolean | Indicates whether all nodes are healthy - A value of `1` on the gauge means that Autopilot deems all nodes healthy. - A value of `0` on the gauge means that Autopilot deems at least 1 node - unhealthy. \ No newline at end of file + unhealthy. diff --git a/website/content/partials/telemetry-metrics/vault/autopilot/node/healthy.mdx b/website/content/partials/telemetry-metrics/vault/autopilot/node/healthy.mdx index 4609f967c5..72364ca8fc 100644 --- a/website/content/partials/telemetry-metrics/vault/autopilot/node/healthy.mdx +++ b/website/content/partials/telemetry-metrics/vault/autopilot/node/healthy.mdx @@ -1,4 +1,4 @@ -### vault.autopilot.node.healthy ((#vault-autopilot-node-healthy)) +### vault.autopilot.node.healthy {#vault-autopilot-node-healthy} Metric type | Value | Description ----------- | ------- | ----------- @@ -7,4 +7,4 @@ gauge | boolean | Indicates whether the active node is healthy - A value of `1` on the gauge means that Autopilot deems the node indicated by `node_id` is healthy. - A value of `0` on the gauge means that Autopilot cannot communicate with the - node indicated by `node_id`, or deems the node unhealthy. \ No newline at end of file + node indicated by `node_id`, or deems the node unhealthy. diff --git a/website/content/partials/telemetry-metrics/vault/barrier/delete.mdx b/website/content/partials/telemetry-metrics/vault/barrier/delete.mdx index f41c9da1fa..5294c4862d 100644 --- a/website/content/partials/telemetry-metrics/vault/barrier/delete.mdx +++ b/website/content/partials/telemetry-metrics/vault/barrier/delete.mdx @@ -1,5 +1,5 @@ -### vault.barrier.delete ((#vault-barrier-delete)) +### vault.barrier.delete {#vault-barrier-delete} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to complete a `DELETE` operation at the barrier \ No newline at end of file +summary | ms | Time required to complete a `DELETE` operation at the barrier diff --git a/website/content/partials/telemetry-metrics/vault/barrier/get.mdx b/website/content/partials/telemetry-metrics/vault/barrier/get.mdx index 3984980bcd..308c68f1e0 100644 --- a/website/content/partials/telemetry-metrics/vault/barrier/get.mdx +++ b/website/content/partials/telemetry-metrics/vault/barrier/get.mdx @@ -1,5 +1,5 @@ -### vault.barrier.get ((#vault-barrier-get)) +### vault.barrier.get {#vault-barrier-get} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to complete a `GET` operation at the barrier \ No newline at end of file +summary | ms | Time required to complete a `GET` operation at the barrier diff --git a/website/content/partials/telemetry-metrics/vault/barrier/list.mdx b/website/content/partials/telemetry-metrics/vault/barrier/list.mdx index 830fa5ea53..0a6a62d2e1 100644 --- a/website/content/partials/telemetry-metrics/vault/barrier/list.mdx +++ b/website/content/partials/telemetry-metrics/vault/barrier/list.mdx @@ -1,5 +1,5 @@ -### vault.barrier.list ((#vault-barrier-list)) +### vault.barrier.list {#vault-barrier-list} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to complete a `LIST` operation at the barrier \ No newline at end of file +summary | ms | Time required to complete a `LIST` operation at the barrier diff --git a/website/content/partials/telemetry-metrics/vault/barrier/put.mdx b/website/content/partials/telemetry-metrics/vault/barrier/put.mdx index a24b4db693..ab5ba87827 100644 --- a/website/content/partials/telemetry-metrics/vault/barrier/put.mdx +++ b/website/content/partials/telemetry-metrics/vault/barrier/put.mdx @@ -1,5 +1,5 @@ -### vault.barrier.put ((#vault-barrier-put)) +### vault.barrier.put {#vault-barrier-put} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to complete a `PUT` operation at the barrier \ No newline at end of file +summary | ms | Time required to complete a `PUT` operation at the barrier diff --git a/website/content/partials/telemetry-metrics/vault/cache/delete.mdx b/website/content/partials/telemetry-metrics/vault/cache/delete.mdx index d6ec30596a..806748b802 100644 --- a/website/content/partials/telemetry-metrics/vault/cache/delete.mdx +++ b/website/content/partials/telemetry-metrics/vault/cache/delete.mdx @@ -1,5 +1,5 @@ -### vault.cache.delete ((#vault-cache-delete)) +### vault.cache.delete {#vault-cache-delete} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of deletes from the LRU cache \ No newline at end of file +counter | number | Number of deletes from the LRU cache diff --git a/website/content/partials/telemetry-metrics/vault/cache/hit.mdx b/website/content/partials/telemetry-metrics/vault/cache/hit.mdx index 345fc4c5dd..91142deb6f 100644 --- a/website/content/partials/telemetry-metrics/vault/cache/hit.mdx +++ b/website/content/partials/telemetry-metrics/vault/cache/hit.mdx @@ -1,5 +1,5 @@ -### vault.cache.hit ((#vault-cache-hit)) +### vault.cache.hit {#vault-cache-hit} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of hits against the LRU cache that avoided a read from configured storage \ No newline at end of file +counter | number | Number of hits against the LRU cache that avoided a read from configured storage diff --git a/website/content/partials/telemetry-metrics/vault/cache/miss.mdx b/website/content/partials/telemetry-metrics/vault/cache/miss.mdx index b3ef801fed..84a0673194 100644 --- a/website/content/partials/telemetry-metrics/vault/cache/miss.mdx +++ b/website/content/partials/telemetry-metrics/vault/cache/miss.mdx @@ -1,5 +1,5 @@ -### vault.cache.miss ((#vault-cache-miss)) +### vault.cache.miss {#vault-cache-miss} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of misses against the LRU cache that required a read from configured storage \ No newline at end of file +counter | number | Number of misses against the LRU cache that required a read from configured storage diff --git a/website/content/partials/telemetry-metrics/vault/cache/write.mdx b/website/content/partials/telemetry-metrics/vault/cache/write.mdx index f1eeacb84e..3001e79abf 100644 --- a/website/content/partials/telemetry-metrics/vault/cache/write.mdx +++ b/website/content/partials/telemetry-metrics/vault/cache/write.mdx @@ -1,5 +1,5 @@ -### vault.cache.write ((#vault-cache-write)) +### vault.cache.write {#vault-cache-write} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of writes to the LRU cache \ No newline at end of file +counter | number | Number of writes to the LRU cache diff --git a/website/content/partials/telemetry-metrics/vault/core/active.mdx b/website/content/partials/telemetry-metrics/vault/core/active.mdx index 5e4d0b617d..0917c8de9a 100644 --- a/website/content/partials/telemetry-metrics/vault/core/active.mdx +++ b/website/content/partials/telemetry-metrics/vault/core/active.mdx @@ -1,4 +1,4 @@ -### vault.core.active ((#vault-core-active)) +### vault.core.active {#vault-core-active} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/core/activity/fragment_size.mdx b/website/content/partials/telemetry-metrics/vault/core/activity/fragment_size.mdx index 96bb977acc..c2091ec9da 100644 --- a/website/content/partials/telemetry-metrics/vault/core/activity/fragment_size.mdx +++ b/website/content/partials/telemetry-metrics/vault/core/activity/fragment_size.mdx @@ -1,8 +1,8 @@ -### vault.core.activity.fragment_size ((#vault-core-activity-fragment_size)) +### vault.core.activity.fragment_size {#vault-core-activity-fragment_size} Metric type | Value | Description ----------- | ------- | ----------- counter | number | Number of `type` objects observed by the local node The fragment size metric includes labels to indicate if the objects counted were -entities or tokens. \ No newline at end of file +entities or tokens. diff --git a/website/content/partials/telemetry-metrics/vault/core/activity/segment_write.mdx b/website/content/partials/telemetry-metrics/vault/core/activity/segment_write.mdx index b3ae3bb080..90e37e325e 100644 --- a/website/content/partials/telemetry-metrics/vault/core/activity/segment_write.mdx +++ b/website/content/partials/telemetry-metrics/vault/core/activity/segment_write.mdx @@ -1,5 +1,5 @@ -### vault.core.activity.segment_write ((#vault-core-activity-segment_write)) +### vault.core.activity.segment_write {#vault-core-activity-segment_write} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to write activity log segments to storage \ No newline at end of file +summary | ms | Time required to write activity log segments to storage diff --git a/website/content/partials/telemetry-metrics/vault/core/check_token.mdx b/website/content/partials/telemetry-metrics/vault/core/check_token.mdx index 0cb5129b49..e6275048ae 100644 --- a/website/content/partials/telemetry-metrics/vault/core/check_token.mdx +++ b/website/content/partials/telemetry-metrics/vault/core/check_token.mdx @@ -1,5 +1,5 @@ -### vault.core.check_token ((#vault-core-check_token)) +### vault.core.check_token {#vault-core-check_token} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to complete a token check \ No newline at end of file +summary | ms | Time required to complete a token check diff --git a/website/content/partials/telemetry-metrics/vault/core/fetch_acl_and_token.mdx b/website/content/partials/telemetry-metrics/vault/core/fetch_acl_and_token.mdx index 548aa535b7..daea31827a 100644 --- a/website/content/partials/telemetry-metrics/vault/core/fetch_acl_and_token.mdx +++ b/website/content/partials/telemetry-metrics/vault/core/fetch_acl_and_token.mdx @@ -1,5 +1,5 @@ -### vault.core.fetch_acl_and_token ((#vault-core-fetch_acl_and_token)) +### vault.core.fetch_acl_and_token {#vault-core-fetch_acl_and_token} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to fetch ACL and token entries \ No newline at end of file +summary | ms | Time required to fetch ACL and token entries diff --git a/website/content/partials/telemetry-metrics/vault/core/handle_login_request.mdx b/website/content/partials/telemetry-metrics/vault/core/handle_login_request.mdx index b03718b05f..949bee591c 100644 --- a/website/content/partials/telemetry-metrics/vault/core/handle_login_request.mdx +++ b/website/content/partials/telemetry-metrics/vault/core/handle_login_request.mdx @@ -1,5 +1,5 @@ -### vault.core.handle_login_request ((#vault-core-handle_login_request)) +### vault.core.handle_login_request {#vault-core-handle_login_request} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to complete a login request \ No newline at end of file +summary | ms | Time required to complete a login request diff --git a/website/content/partials/telemetry-metrics/vault/core/handle_request.mdx b/website/content/partials/telemetry-metrics/vault/core/handle_request.mdx index c39260d9d2..9894b9926c 100644 --- a/website/content/partials/telemetry-metrics/vault/core/handle_request.mdx +++ b/website/content/partials/telemetry-metrics/vault/core/handle_request.mdx @@ -1,5 +1,5 @@ -### vault.core.handle_request ((#vault-core-handle_request)) +### vault.core.handle_request {#vault-core-handle_request} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to complete a non-login request \ No newline at end of file +summary | ms | Time required to complete a non-login request diff --git a/website/content/partials/telemetry-metrics/vault/core/in_flight_requests.mdx b/website/content/partials/telemetry-metrics/vault/core/in_flight_requests.mdx index 75f3ee4d35..d9c995a9d2 100644 --- a/website/content/partials/telemetry-metrics/vault/core/in_flight_requests.mdx +++ b/website/content/partials/telemetry-metrics/vault/core/in_flight_requests.mdx @@ -1,5 +1,5 @@ -### vault.core.in_flight_requests ((#vault-core-in_flight_requests)) +### vault.core.in_flight_requests {#vault-core-in_flight_requests} Metric type | Value | Description ----------- | -------- | ----------- -gauge | requests | Number of requests currently in progress \ No newline at end of file +gauge | requests | Number of requests currently in progress diff --git a/website/content/partials/telemetry-metrics/vault/core/leadership_lost.mdx b/website/content/partials/telemetry-metrics/vault/core/leadership_lost.mdx index 665816e57a..574765a916 100644 --- a/website/content/partials/telemetry-metrics/vault/core/leadership_lost.mdx +++ b/website/content/partials/telemetry-metrics/vault/core/leadership_lost.mdx @@ -1,4 +1,4 @@ -### vault.core.leadership_lost ((#vault-core-leadership_lost)) +### vault.core.leadership_lost {#vault-core-leadership_lost} Metric type | Value | Description ----------- | ----- | ----------- @@ -6,4 +6,4 @@ summary | ms | Total time that a high-availability cluster node last main Leadership time updates occur whenever leadership changes. Frequent updates to `vault.core.leadership_lost` with low leadership times indicates flapping as -leader status rotates between nodes. \ No newline at end of file +leader status rotates between nodes. diff --git a/website/content/partials/telemetry-metrics/vault/core/leadership_setup_failed.mdx b/website/content/partials/telemetry-metrics/vault/core/leadership_setup_failed.mdx index d6d5222de1..c233473b09 100644 --- a/website/content/partials/telemetry-metrics/vault/core/leadership_setup_failed.mdx +++ b/website/content/partials/telemetry-metrics/vault/core/leadership_setup_failed.mdx @@ -1,4 +1,4 @@ -### vault.core.leadership_setup_failed ((#vault-core-leadership_setup_failed)) +### vault.core.leadership_setup_failed {#vault-core-leadership_setup_failed} Metric type | Value | Description ----------- | ----- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/core/license/expiration_time_epoch.mdx b/website/content/partials/telemetry-metrics/vault/core/license/expiration_time_epoch.mdx index 9db8313557..5ea571120e 100644 --- a/website/content/partials/telemetry-metrics/vault/core/license/expiration_time_epoch.mdx +++ b/website/content/partials/telemetry-metrics/vault/core/license/expiration_time_epoch.mdx @@ -1,5 +1,5 @@ -### vault.core.license.expiration_time_epoch ((#vault-core-license-expiration_time_epoch)) +### vault.core.license.expiration_time_epoch {#vault-core-license-expiration_time_epoch} Metric type | Value | Description ----------- | --------- | ----------- -gauge | timestamp | Epoch time (seconds since 1970-01-01) at which the license will expire \ No newline at end of file +gauge | timestamp | Epoch time (seconds since 1970-01-01) at which the license will expire diff --git a/website/content/partials/telemetry-metrics/vault/core/locked_users.mdx b/website/content/partials/telemetry-metrics/vault/core/locked_users.mdx index 77fbbd9a4d..936edc2fea 100644 --- a/website/content/partials/telemetry-metrics/vault/core/locked_users.mdx +++ b/website/content/partials/telemetry-metrics/vault/core/locked_users.mdx @@ -1,4 +1,4 @@ -### vault.core.locked_users ((#vault-core-locked_users)) +### vault.core.locked_users {#vault-core-locked_users} Metric type | Value | Description ----------- | ----- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/core/mount_table/num_entries.mdx b/website/content/partials/telemetry-metrics/vault/core/mount_table/num_entries.mdx index 95260b84ce..ca31865e88 100644 --- a/website/content/partials/telemetry-metrics/vault/core/mount_table/num_entries.mdx +++ b/website/content/partials/telemetry-metrics/vault/core/mount_table/num_entries.mdx @@ -1,4 +1,4 @@ -### vault.core.mount_table.num_entries ((#vault-core-mount_table-num_entries)) +### vault.core.mount_table.num_entries {#vault-core-mount_table-num_entries} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/core/mount_table/size.mdx b/website/content/partials/telemetry-metrics/vault/core/mount_table/size.mdx index eabd0a7b7d..9b72fb047a 100644 --- a/website/content/partials/telemetry-metrics/vault/core/mount_table/size.mdx +++ b/website/content/partials/telemetry-metrics/vault/core/mount_table/size.mdx @@ -1,4 +1,4 @@ -### vault.core.mount_table.size ((#vault-core-mount_table-size)) +### vault.core.mount_table.size {#vault-core-mount_table-size} Metric type | Value | Description ----------- | ----- | ----------- @@ -6,4 +6,4 @@ gauge | bytes | The current size of the relevant mount table. Table size metrics include labels to indicate whether the relevant table is an authentication table or a logical table and whether the table is replicated or -local. \ No newline at end of file +local. diff --git a/website/content/partials/telemetry-metrics/vault/core/post_unseal.mdx b/website/content/partials/telemetry-metrics/vault/core/post_unseal.mdx index e67b7960e2..662b0628b8 100644 --- a/website/content/partials/telemetry-metrics/vault/core/post_unseal.mdx +++ b/website/content/partials/telemetry-metrics/vault/core/post_unseal.mdx @@ -1,5 +1,5 @@ -### vault.core.post_unseal ((#vault-core-post_unseal)) +### vault.core.post_unseal {#vault-core-post_unseal} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to complete post-unseal operations \ No newline at end of file +summary | ms | Time required to complete post-unseal operations diff --git a/website/content/partials/telemetry-metrics/vault/core/pre_seal.mdx b/website/content/partials/telemetry-metrics/vault/core/pre_seal.mdx index bb3e983df7..3c0a7fa7cd 100644 --- a/website/content/partials/telemetry-metrics/vault/core/pre_seal.mdx +++ b/website/content/partials/telemetry-metrics/vault/core/pre_seal.mdx @@ -1,5 +1,5 @@ -### vault.core.pre_seal ((#vault-core-pre_seal)) +### vault.core.pre_seal {#vault-core-pre_seal} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to complete pre-seal operations \ No newline at end of file +summary | ms | Time required to complete pre-seal operations diff --git a/website/content/partials/telemetry-metrics/vault/core/seal_internal.mdx b/website/content/partials/telemetry-metrics/vault/core/seal_internal.mdx index a348464ae8..fb70c6fb02 100644 --- a/website/content/partials/telemetry-metrics/vault/core/seal_internal.mdx +++ b/website/content/partials/telemetry-metrics/vault/core/seal_internal.mdx @@ -1,4 +1,4 @@ -### vault.core.seal-internal ((#vault-core-seal_internal)) +### vault.core.seal-internal {#vault-core-seal_internal} Metric type | Value | Description ----------- | ----- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/core/seal_with_request.mdx b/website/content/partials/telemetry-metrics/vault/core/seal_with_request.mdx index c7aec3dccb..2bdc342b3a 100644 --- a/website/content/partials/telemetry-metrics/vault/core/seal_with_request.mdx +++ b/website/content/partials/telemetry-metrics/vault/core/seal_with_request.mdx @@ -1,5 +1,5 @@ -### vault.core.seal-with-request ((#vault-core-seal_with_request)) +### vault.core.seal-with-request {#vault-core-seal_with_request} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to complete seal operations that were triggered by explicit request \ No newline at end of file +summary | ms | Time required to complete seal operations that were triggered by explicit request diff --git a/website/content/partials/telemetry-metrics/vault/core/step_down.mdx b/website/content/partials/telemetry-metrics/vault/core/step_down.mdx index 3f4bf7d45d..4422c7c313 100644 --- a/website/content/partials/telemetry-metrics/vault/core/step_down.mdx +++ b/website/content/partials/telemetry-metrics/vault/core/step_down.mdx @@ -1,5 +1,5 @@ -### vault.core.step_down ((#vault-core-step_down)) +### vault.core.step_down {#vault-core-step_down} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to step down cluster leadership \ No newline at end of file +summary | ms | Time required to step down cluster leadership diff --git a/website/content/partials/telemetry-metrics/vault/core/unseal.mdx b/website/content/partials/telemetry-metrics/vault/core/unseal.mdx index 74a4aeb962..bbf8248301 100644 --- a/website/content/partials/telemetry-metrics/vault/core/unseal.mdx +++ b/website/content/partials/telemetry-metrics/vault/core/unseal.mdx @@ -1,5 +1,5 @@ -### vault.core.unseal ((#vault-core-unseal)) +### vault.core.unseal {#vault-core-unseal} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to complete unseal operations \ No newline at end of file +summary | ms | Time required to complete unseal operations diff --git a/website/content/partials/telemetry-metrics/vault/core/unsealed.mdx b/website/content/partials/telemetry-metrics/vault/core/unsealed.mdx index 22952ab7ce..3b122252c8 100644 --- a/website/content/partials/telemetry-metrics/vault/core/unsealed.mdx +++ b/website/content/partials/telemetry-metrics/vault/core/unsealed.mdx @@ -1,4 +1,4 @@ -### vault.core.unsealed ((#vault-core-unsealed)) +### vault.core.unsealed {#vault-core-unsealed} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/expire/fetch_lease_times.mdx b/website/content/partials/telemetry-metrics/vault/expire/fetch_lease_times.mdx index 85fec28fc2..de98831435 100644 --- a/website/content/partials/telemetry-metrics/vault/expire/fetch_lease_times.mdx +++ b/website/content/partials/telemetry-metrics/vault/expire/fetch_lease_times.mdx @@ -1,5 +1,5 @@ -### vault.expire.fetch-lease-times ((#vault-expire-fetch_lease_times)) +### vault.expire.fetch-lease-times {#vault-expire-fetch_lease_times} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time taken to retrieve lease times \ No newline at end of file +summary | ms | Time taken to retrieve lease times diff --git a/website/content/partials/telemetry-metrics/vault/expire/fetch_lease_times_by_token.mdx b/website/content/partials/telemetry-metrics/vault/expire/fetch_lease_times_by_token.mdx index 184df6770c..db4bb5eda3 100644 --- a/website/content/partials/telemetry-metrics/vault/expire/fetch_lease_times_by_token.mdx +++ b/website/content/partials/telemetry-metrics/vault/expire/fetch_lease_times_by_token.mdx @@ -1,5 +1,5 @@ -### vault.expire.fetch-lease-times-by-token ((#vault-expire-fetch_lease_times_by_token)) +### vault.expire.fetch-lease-times-by-token {#vault-expire-fetch_lease_times_by_token} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time taken to retrieve lease times by token \ No newline at end of file +summary | ms | Time taken to retrieve lease times by token diff --git a/website/content/partials/telemetry-metrics/vault/expire/job_manager/queue_length.mdx b/website/content/partials/telemetry-metrics/vault/expire/job_manager/queue_length.mdx index ffa5c4a00b..0ae1b54365 100644 --- a/website/content/partials/telemetry-metrics/vault/expire/job_manager/queue_length.mdx +++ b/website/content/partials/telemetry-metrics/vault/expire/job_manager/queue_length.mdx @@ -1,8 +1,8 @@ -### vault.expire.job_manager.queue_length ((#vault-expire-job_manager-queue_length)) +### vault.expire.job_manager.queue_length {#vault-expire-job_manager-queue_length} Metric type | Value | Description ----------- | ------ | ----------- summary | leases | The total number of pending revocation jobs by `queue_id` The queue ID in the `queue_id` label indicates the mount accessor associated -with the expiring lease. For example, the secrets engine or authentication method. \ No newline at end of file +with the expiring lease. For example, the secrets engine or authentication method. diff --git a/website/content/partials/telemetry-metrics/vault/expire/job_manager/total_jobs.mdx b/website/content/partials/telemetry-metrics/vault/expire/job_manager/total_jobs.mdx index 06051efdf2..083f3605d0 100644 --- a/website/content/partials/telemetry-metrics/vault/expire/job_manager/total_jobs.mdx +++ b/website/content/partials/telemetry-metrics/vault/expire/job_manager/total_jobs.mdx @@ -1,5 +1,5 @@ -### vault.expire.job_manager.total_jobs ((#vault-expire-job_manager-total_jobs)) +### vault.expire.job_manager.total_jobs {#vault-expire-job_manager-total_jobs} Metric type | Value | Description ----------- | ------ | ----------- -summary | leases | The total number of pending revocation jobs \ No newline at end of file +summary | leases | The total number of pending revocation jobs diff --git a/website/content/partials/telemetry-metrics/vault/expire/lease_expiration.mdx b/website/content/partials/telemetry-metrics/vault/expire/lease_expiration.mdx index d4671039cb..61cb055481 100644 --- a/website/content/partials/telemetry-metrics/vault/expire/lease_expiration.mdx +++ b/website/content/partials/telemetry-metrics/vault/expire/lease_expiration.mdx @@ -1,5 +1,5 @@ -### vault.expire.lease_expiration ((#vault-expire-lease_expiration)) +### vault.expire.lease_expiration {#vault-expire-lease_expiration} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | The number of lease expirations to date \ No newline at end of file +counter | number | The number of lease expirations to date diff --git a/website/content/partials/telemetry-metrics/vault/expire/lease_expiration/error.mdx b/website/content/partials/telemetry-metrics/vault/expire/lease_expiration/error.mdx index d08f382baa..97ebb37041 100644 --- a/website/content/partials/telemetry-metrics/vault/expire/lease_expiration/error.mdx +++ b/website/content/partials/telemetry-metrics/vault/expire/lease_expiration/error.mdx @@ -1,5 +1,5 @@ -### vault.expire.lease_expiration.error ((#vault-expire-lease_expiration-error)) +### vault.expire.lease_expiration.error {#vault-expire-lease_expiration-error} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | The total number of lease expiration errors \ No newline at end of file +counter | number | The total number of lease expiration errors diff --git a/website/content/partials/telemetry-metrics/vault/expire/lease_expiration/time_in_queue.mdx b/website/content/partials/telemetry-metrics/vault/expire/lease_expiration/time_in_queue.mdx index 4499a04493..0a1fad8061 100644 --- a/website/content/partials/telemetry-metrics/vault/expire/lease_expiration/time_in_queue.mdx +++ b/website/content/partials/telemetry-metrics/vault/expire/lease_expiration/time_in_queue.mdx @@ -1,5 +1,5 @@ -### vault.expire.lease_expiration.time_in_queue ((#vault-expire-lease_expiration-time_in_queue)) +### vault.expire.lease_expiration.time_in_queue {#vault-expire-lease_expiration-time_in_queue} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time taken for a lease to get to the front of the revoke queue \ No newline at end of file +summary | ms | Time taken for a lease to get to the front of the revoke queue diff --git a/website/content/partials/telemetry-metrics/vault/expire/leases/by_expiration.mdx b/website/content/partials/telemetry-metrics/vault/expire/leases/by_expiration.mdx index 1778756872..eb6bbb8820 100644 --- a/website/content/partials/telemetry-metrics/vault/expire/leases/by_expiration.mdx +++ b/website/content/partials/telemetry-metrics/vault/expire/leases/by_expiration.mdx @@ -1,4 +1,4 @@ -### vault.expire.leases.by_expiration ((#vault-expire-leases-by_expiration)) +### vault.expire.leases.by_expiration {#vault-expire-leases-by_expiration} Metric type | Value | Description ----------- | ------ | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/expire/num_irrevocable_leases.mdx b/website/content/partials/telemetry-metrics/vault/expire/num_irrevocable_leases.mdx index 979f2909ff..c1a9ac5045 100644 --- a/website/content/partials/telemetry-metrics/vault/expire/num_irrevocable_leases.mdx +++ b/website/content/partials/telemetry-metrics/vault/expire/num_irrevocable_leases.mdx @@ -1,5 +1,5 @@ -### vault.expire.num_irrevocable_leases ((#vault-expire-num_irrevocable_leases)) +### vault.expire.num_irrevocable_leases {#vault-expire-num_irrevocable_leases} Metric type | Value | Description ----------- | ------ | ----------- -gauge | leases | The number of leases that cannot be automatically revoked \ No newline at end of file +gauge | leases | The number of leases that cannot be automatically revoked diff --git a/website/content/partials/telemetry-metrics/vault/expire/num_leases.mdx b/website/content/partials/telemetry-metrics/vault/expire/num_leases.mdx index 49faec3220..ec84cc8c9d 100644 --- a/website/content/partials/telemetry-metrics/vault/expire/num_leases.mdx +++ b/website/content/partials/telemetry-metrics/vault/expire/num_leases.mdx @@ -1,5 +1,5 @@ -### vault.expire.num_leases ((#vault-expire-num_leases)) +### vault.expire.num_leases {#vault-expire-num_leases} Metric type | Value | Description ----------- | ------ | ----------- -gauge | leases | The total number of leases eligible for eventual expiry \ No newline at end of file +gauge | leases | The total number of leases eligible for eventual expiry diff --git a/website/content/partials/telemetry-metrics/vault/expire/register.mdx b/website/content/partials/telemetry-metrics/vault/expire/register.mdx index 64aba27b35..26933a9917 100644 --- a/website/content/partials/telemetry-metrics/vault/expire/register.mdx +++ b/website/content/partials/telemetry-metrics/vault/expire/register.mdx @@ -1,5 +1,5 @@ -### vault.expire.register ((#vault-expire-register)) +### vault.expire.register {#vault-expire-register} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time taken for register operations \ No newline at end of file +summary | ms | Time taken for register operations diff --git a/website/content/partials/telemetry-metrics/vault/expire/register_auth.mdx b/website/content/partials/telemetry-metrics/vault/expire/register_auth.mdx index d15a32e937..269698fdb5 100644 --- a/website/content/partials/telemetry-metrics/vault/expire/register_auth.mdx +++ b/website/content/partials/telemetry-metrics/vault/expire/register_auth.mdx @@ -1,5 +1,5 @@ -### vault.expire.register-auth ((#vault-expire-register_auth)) +### vault.expire.register-auth {#vault-expire-register_auth} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time taken to register leases associated with new service tokens \ No newline at end of file +summary | ms | Time taken to register leases associated with new service tokens diff --git a/website/content/partials/telemetry-metrics/vault/expire/renew.mdx b/website/content/partials/telemetry-metrics/vault/expire/renew.mdx index ce0ed44084..d31d0a90af 100644 --- a/website/content/partials/telemetry-metrics/vault/expire/renew.mdx +++ b/website/content/partials/telemetry-metrics/vault/expire/renew.mdx @@ -1,5 +1,5 @@ -### vault.expire.renew ((#vault-expire-renew)) +### vault.expire.renew {#vault-expire-renew} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time taken to renew a lease \ No newline at end of file +summary | ms | Time taken to renew a lease diff --git a/website/content/partials/telemetry-metrics/vault/expire/renew_token.mdx b/website/content/partials/telemetry-metrics/vault/expire/renew_token.mdx index 0b90c35c33..63d9baa6f1 100644 --- a/website/content/partials/telemetry-metrics/vault/expire/renew_token.mdx +++ b/website/content/partials/telemetry-metrics/vault/expire/renew_token.mdx @@ -1,5 +1,5 @@ -### vault.expire.renew-token ((#vault-expire-renew_token)) +### vault.expire.renew-token {#vault-expire-renew_token} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time taken to renew a token \ No newline at end of file +summary | ms | Time taken to renew a token diff --git a/website/content/partials/telemetry-metrics/vault/expire/revoke.mdx b/website/content/partials/telemetry-metrics/vault/expire/revoke.mdx index 6fe0579a5d..85bb55b673 100644 --- a/website/content/partials/telemetry-metrics/vault/expire/revoke.mdx +++ b/website/content/partials/telemetry-metrics/vault/expire/revoke.mdx @@ -1,4 +1,4 @@ -### vault.expire.revoke ((#vault-expire-revoke)) +### vault.expire.revoke {#vault-expire-revoke} Metric type | Value | Description ----------- | ----- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/expire/revoke_by_token.mdx b/website/content/partials/telemetry-metrics/vault/expire/revoke_by_token.mdx index 9e1ca80423..26949d1dce 100644 --- a/website/content/partials/telemetry-metrics/vault/expire/revoke_by_token.mdx +++ b/website/content/partials/telemetry-metrics/vault/expire/revoke_by_token.mdx @@ -1,5 +1,5 @@ -### vault.expire.revoke-by-token ((#vault-expire-revoke_by_token)) +### vault.expire.revoke-by-token {#vault-expire-revoke_by_token} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time taken to revoke all secrets issued with a given token \ No newline at end of file +summary | ms | Time taken to revoke all secrets issued with a given token diff --git a/website/content/partials/telemetry-metrics/vault/expire/revoke_force.mdx b/website/content/partials/telemetry-metrics/vault/expire/revoke_force.mdx index 906286a020..f06af2b43d 100644 --- a/website/content/partials/telemetry-metrics/vault/expire/revoke_force.mdx +++ b/website/content/partials/telemetry-metrics/vault/expire/revoke_force.mdx @@ -1,5 +1,5 @@ -### vault.expire.revoke-force ((#vault-expire-revoke_force)) +### vault.expire.revoke-force {#vault-expire-revoke_force} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time taken to forcibly revoke a token \ No newline at end of file +summary | ms | Time taken to forcibly revoke a token diff --git a/website/content/partials/telemetry-metrics/vault/expire/revoke_prefix.mdx b/website/content/partials/telemetry-metrics/vault/expire/revoke_prefix.mdx index 89bc534bfd..84b1042a76 100644 --- a/website/content/partials/telemetry-metrics/vault/expire/revoke_prefix.mdx +++ b/website/content/partials/telemetry-metrics/vault/expire/revoke_prefix.mdx @@ -1,5 +1,5 @@ -### vault.expire.revoke-prefix ((#vault-expire-revoke_prefix)) +### vault.expire.revoke-prefix {#vault-expire-revoke_prefix} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time taken to revoke all tokens on a prefix \ No newline at end of file +summary | ms | Time taken to revoke all tokens on a prefix diff --git a/website/content/partials/telemetry-metrics/vault/ha/rpc/client/echo.mdx b/website/content/partials/telemetry-metrics/vault/ha/rpc/client/echo.mdx index 180d3d3668..9834a64cd0 100644 --- a/website/content/partials/telemetry-metrics/vault/ha/rpc/client/echo.mdx +++ b/website/content/partials/telemetry-metrics/vault/ha/rpc/client/echo.mdx @@ -1,5 +1,5 @@ -### vault.ha.rpc.client.echo ((#vault-ha-rpc-client-echo)) +### vault.ha.rpc.client.echo {#vault-ha-rpc-client-echo} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time taken to send an echo request from a standby to the active node (also emitted by perf standbys) \ No newline at end of file +summary | ms | Time taken to send an echo request from a standby to the active node (also emitted by perf standbys) diff --git a/website/content/partials/telemetry-metrics/vault/ha/rpc/client/echo/errors.mdx b/website/content/partials/telemetry-metrics/vault/ha/rpc/client/echo/errors.mdx index 663495485a..c3ac0f79bf 100644 --- a/website/content/partials/telemetry-metrics/vault/ha/rpc/client/echo/errors.mdx +++ b/website/content/partials/telemetry-metrics/vault/ha/rpc/client/echo/errors.mdx @@ -1,5 +1,5 @@ -### vault.ha.rpc.client.echo.errors ((#vault-ha-rpc-client-echo-errors)) +### vault.ha.rpc.client.echo.errors {#vault-ha-rpc-client-echo-errors} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of standby echo request failures (also emitted by perf standbys) \ No newline at end of file +counter | number | Number of standby echo request failures (also emitted by perf standbys) diff --git a/website/content/partials/telemetry-metrics/vault/ha/rpc/client/forward.mdx b/website/content/partials/telemetry-metrics/vault/ha/rpc/client/forward.mdx index 3ecc4b54e0..8f62b29a14 100644 --- a/website/content/partials/telemetry-metrics/vault/ha/rpc/client/forward.mdx +++ b/website/content/partials/telemetry-metrics/vault/ha/rpc/client/forward.mdx @@ -1,5 +1,5 @@ -### vault.ha.rpc.client.forward ((#vault-ha-rpc-client-forward)) +### vault.ha.rpc.client.forward {#vault-ha-rpc-client-forward} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time taken to forward a request from a standby to the active node \ No newline at end of file +summary | ms | Time taken to forward a request from a standby to the active node diff --git a/website/content/partials/telemetry-metrics/vault/ha/rpc/client/forward/errors.mdx b/website/content/partials/telemetry-metrics/vault/ha/rpc/client/forward/errors.mdx index d70d2b66ff..49d041929b 100644 --- a/website/content/partials/telemetry-metrics/vault/ha/rpc/client/forward/errors.mdx +++ b/website/content/partials/telemetry-metrics/vault/ha/rpc/client/forward/errors.mdx @@ -1,5 +1,5 @@ -### vault.ha.rpc.client.forward.errors ((#vault-ha-rpc-client-forward-errors)) +### vault.ha.rpc.client.forward.errors {#vault-ha-rpc-client-forward-errors} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of standby request forwarding failures \ No newline at end of file +counter | number | Number of standby request forwarding failures diff --git a/website/content/partials/telemetry-metrics/vault/identity/entity/active/monthly.mdx b/website/content/partials/telemetry-metrics/vault/identity/entity/active/monthly.mdx index 61c9d8f509..8f8bc4ba93 100644 --- a/website/content/partials/telemetry-metrics/vault/identity/entity/active/monthly.mdx +++ b/website/content/partials/telemetry-metrics/vault/identity/entity/active/monthly.mdx @@ -1,4 +1,4 @@ -### vault.identity.entity.active.monthly ((#vault-identity-entity-active-monthly)) +### vault.identity.entity.active.monthly {#vault-identity-entity-active-monthly} Metric type | Value | Description ----------- | -------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/identity/entity/active/partial_month.mdx b/website/content/partials/telemetry-metrics/vault/identity/entity/active/partial_month.mdx index e946265fc8..63428d1b11 100644 --- a/website/content/partials/telemetry-metrics/vault/identity/entity/active/partial_month.mdx +++ b/website/content/partials/telemetry-metrics/vault/identity/entity/active/partial_month.mdx @@ -1,4 +1,4 @@ -### vault.identity.entity.active.partial_month ((#vault-identity-entity-active-partial_month)) +### vault.identity.entity.active.partial_month {#vault-identity-entity-active-partial_month} Metric type | Value | Description ----------- | -------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/identity/entity/active/reporting_period.mdx b/website/content/partials/telemetry-metrics/vault/identity/entity/active/reporting_period.mdx index 59b09935a0..873a541157 100644 --- a/website/content/partials/telemetry-metrics/vault/identity/entity/active/reporting_period.mdx +++ b/website/content/partials/telemetry-metrics/vault/identity/entity/active/reporting_period.mdx @@ -1,4 +1,4 @@ -### vault.identity.entity.active.reporting_period ((#vault-identity-entity-active-reporting_period)) +### vault.identity.entity.active.reporting_period {#vault-identity-entity-active-reporting_period} Metric type | Value | Description ----------- | -------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/identity/entity/alias/count.mdx b/website/content/partials/telemetry-metrics/vault/identity/entity/alias/count.mdx index 13b93aa17b..3e907c58f3 100644 --- a/website/content/partials/telemetry-metrics/vault/identity/entity/alias/count.mdx +++ b/website/content/partials/telemetry-metrics/vault/identity/entity/alias/count.mdx @@ -1,4 +1,4 @@ -### vault.identity.entity.alias.count ((#vault-identity-entity-alias-count)) +### vault.identity.entity.alias.count {#vault-identity-entity-alias-count} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/identity/entity/count.mdx b/website/content/partials/telemetry-metrics/vault/identity/entity/count.mdx index 4d26e3e9ce..d729b5298b 100644 --- a/website/content/partials/telemetry-metrics/vault/identity/entity/count.mdx +++ b/website/content/partials/telemetry-metrics/vault/identity/entity/count.mdx @@ -1,4 +1,4 @@ -### vault.identity.entity.count ((#vault-identity-entity-count)) +### vault.identity.entity.count {#vault-identity-entity-count} Metric type | Value | Description ----------- | -------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/identity/entity/creation.mdx b/website/content/partials/telemetry-metrics/vault/identity/entity/creation.mdx index a8eb509906..6dcde12083 100644 --- a/website/content/partials/telemetry-metrics/vault/identity/entity/creation.mdx +++ b/website/content/partials/telemetry-metrics/vault/identity/entity/creation.mdx @@ -1,5 +1,5 @@ -### vault.identity.entity.creation ((#vault-identity-entity-creation)) +### vault.identity.entity.creation {#vault-identity-entity-creation} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | The number of identity entities created per namespace \ No newline at end of file +counter | number | The number of identity entities created per namespace diff --git a/website/content/partials/telemetry-metrics/vault/identity/num_entities.mdx b/website/content/partials/telemetry-metrics/vault/identity/num_entities.mdx index 0cdcfa697e..5af3a610f5 100644 --- a/website/content/partials/telemetry-metrics/vault/identity/num_entities.mdx +++ b/website/content/partials/telemetry-metrics/vault/identity/num_entities.mdx @@ -1,4 +1,4 @@ -### vault.identity.num_entities ((#vault-identity-num_entities)) +### vault.identity.num_entities {#vault-identity-num_entities} Metric type | Value | Description ----------- | -------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/identity/upsert_entity_txn.mdx b/website/content/partials/telemetry-metrics/vault/identity/upsert_entity_txn.mdx index 7649262602..c1983974dc 100644 --- a/website/content/partials/telemetry-metrics/vault/identity/upsert_entity_txn.mdx +++ b/website/content/partials/telemetry-metrics/vault/identity/upsert_entity_txn.mdx @@ -1,5 +1,5 @@ -### vault.identity.upsert_entity_txn ((#vault-identity-upsert_entity_txn)) +### vault.identity.upsert_entity_txn {#vault-identity-upsert_entity_txn} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to upsert an entity to the in-memory database and, on the active node, persist the data to storage \ No newline at end of file +summary | ms | Time required to upsert an entity to the in-memory database and, on the active node, persist the data to storage diff --git a/website/content/partials/telemetry-metrics/vault/identity/upsert_group_txn.mdx b/website/content/partials/telemetry-metrics/vault/identity/upsert_group_txn.mdx index c9fcba22f8..9105cee582 100644 --- a/website/content/partials/telemetry-metrics/vault/identity/upsert_group_txn.mdx +++ b/website/content/partials/telemetry-metrics/vault/identity/upsert_group_txn.mdx @@ -1,5 +1,5 @@ -### vault.identity.upsert_group_txn ((#vault-identity-upsert_group_txn)) +### vault.identity.upsert_group_txn {#vault-identity-upsert_group_txn} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to upsert group membership to the in-memory database and, on the active node, persist the data to storage \ No newline at end of file +summary | ms | Time required to upsert group membership to the in-memory database and, on the active node, persist the data to storage diff --git a/website/content/partials/telemetry-metrics/vault/logshipper/buffer/length.mdx b/website/content/partials/telemetry-metrics/vault/logshipper/buffer/length.mdx index 21d53621a0..06220e28fc 100644 --- a/website/content/partials/telemetry-metrics/vault/logshipper/buffer/length.mdx +++ b/website/content/partials/telemetry-metrics/vault/logshipper/buffer/length.mdx @@ -1,5 +1,5 @@ -### vault.logshipper.buffer.length ((#vault-logshipper-buffer-length)) +### vault.logshipper.buffer.length {#vault-logshipper-buffer-length} Metric type | Value | Description ----------- | -------------- | ----------- -gauge | buffer entries | Current length of the log shipper buffer \ No newline at end of file +gauge | buffer entries | Current length of the log shipper buffer diff --git a/website/content/partials/telemetry-metrics/vault/logshipper/buffer/max_length.mdx b/website/content/partials/telemetry-metrics/vault/logshipper/buffer/max_length.mdx index e11b90b03e..0c6092f599 100644 --- a/website/content/partials/telemetry-metrics/vault/logshipper/buffer/max_length.mdx +++ b/website/content/partials/telemetry-metrics/vault/logshipper/buffer/max_length.mdx @@ -1,5 +1,5 @@ -### vault.logshipper.buffer.max_length ((#vault-logshipper-buffer-max_length)) +### vault.logshipper.buffer.max_length {#vault-logshipper-buffer-max_length} Metric type | Value | Description ----------- | -------------- | ----------- -gauge | buffer entries | Maximum length of the log shipper buffer seen to date \ No newline at end of file +gauge | buffer entries | Maximum length of the log shipper buffer seen to date diff --git a/website/content/partials/telemetry-metrics/vault/logshipper/buffer/max_size.mdx b/website/content/partials/telemetry-metrics/vault/logshipper/buffer/max_size.mdx index 2250069dc9..f667f64bcc 100644 --- a/website/content/partials/telemetry-metrics/vault/logshipper/buffer/max_size.mdx +++ b/website/content/partials/telemetry-metrics/vault/logshipper/buffer/max_size.mdx @@ -1,5 +1,5 @@ -### vault.logshipper.buffer.max_size ((#vault-logshipper-buffer-max_size)) +### vault.logshipper.buffer.max_size {#vault-logshipper-buffer-max_size} Metric type | Value | Description ----------- | ----- | ----------- -gauge | bytes | Maximum allowable size of the log shipper buffer \ No newline at end of file +gauge | bytes | Maximum allowable size of the log shipper buffer diff --git a/website/content/partials/telemetry-metrics/vault/logshipper/buffer/size.mdx b/website/content/partials/telemetry-metrics/vault/logshipper/buffer/size.mdx index 9581a0bb50..b54326f404 100644 --- a/website/content/partials/telemetry-metrics/vault/logshipper/buffer/size.mdx +++ b/website/content/partials/telemetry-metrics/vault/logshipper/buffer/size.mdx @@ -1,5 +1,5 @@ -### vault.logshipper.buffer.size ((#vault-logshipper-buffer-size)) +### vault.logshipper.buffer.size {#vault-logshipper-buffer-size} Metric type | Value | Description ----------- | ----- | ----------- -gauge | bytes | Current size of the log shipper buffer \ No newline at end of file +gauge | bytes | Current size of the log shipper buffer diff --git a/website/content/partials/telemetry-metrics/vault/logshipper/streamwals/guard_found.mdx b/website/content/partials/telemetry-metrics/vault/logshipper/streamwals/guard_found.mdx index cc724e232a..0b8d0c87fd 100644 --- a/website/content/partials/telemetry-metrics/vault/logshipper/streamwals/guard_found.mdx +++ b/website/content/partials/telemetry-metrics/vault/logshipper/streamwals/guard_found.mdx @@ -1,4 +1,4 @@ -### vault.logshipper.streamWALs.guard_found ((#vault-logshipper-streamwals-guard_found)) +### vault.logshipper.streamWALs.guard_found {#vault-logshipper-streamwals-guard_found} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/logshipper/streamwals/missing_guard.mdx b/website/content/partials/telemetry-metrics/vault/logshipper/streamwals/missing_guard.mdx index b0c29d4e90..576d76fc23 100644 --- a/website/content/partials/telemetry-metrics/vault/logshipper/streamwals/missing_guard.mdx +++ b/website/content/partials/telemetry-metrics/vault/logshipper/streamwals/missing_guard.mdx @@ -1,4 +1,4 @@ -### vault.logshipper.streamWALs.missing_guard ((#vault-logshipper-streamwals-missing_guard)) +### vault.logshipper.streamWALs.missing_guard {#vault-logshipper-streamwals-missing_guard} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/logshipper/streamwals/scanned_entries.mdx b/website/content/partials/telemetry-metrics/vault/logshipper/streamwals/scanned_entries.mdx index 4eb25edeab..164814005a 100644 --- a/website/content/partials/telemetry-metrics/vault/logshipper/streamwals/scanned_entries.mdx +++ b/website/content/partials/telemetry-metrics/vault/logshipper/streamwals/scanned_entries.mdx @@ -1,4 +1,4 @@ -### vault.logshipper.streamWALs.scanned_entries ((#vault-logshipper-streamwals-scanned_entries)) +### vault.logshipper.streamWALs.scanned_entries {#vault-logshipper-streamwals-scanned_entries} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/merkle/flushdirty.mdx b/website/content/partials/telemetry-metrics/vault/merkle/flushdirty.mdx index 3b19b69fff..0cbb8aec76 100644 --- a/website/content/partials/telemetry-metrics/vault/merkle/flushdirty.mdx +++ b/website/content/partials/telemetry-metrics/vault/merkle/flushdirty.mdx @@ -1,5 +1,5 @@ -### vault.merkle.flushDirty ((#vault-merkle-flushdirty)) +### vault.merkle.flushDirty {#vault-merkle-flushdirty} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | The average time required to flush dirty pages to storage \ No newline at end of file +summary | ms | The average time required to flush dirty pages to storage diff --git a/website/content/partials/telemetry-metrics/vault/merkle/flushdirty/num_pages.mdx b/website/content/partials/telemetry-metrics/vault/merkle/flushdirty/num_pages.mdx index 2b12f1867b..2c03ce66e0 100644 --- a/website/content/partials/telemetry-metrics/vault/merkle/flushdirty/num_pages.mdx +++ b/website/content/partials/telemetry-metrics/vault/merkle/flushdirty/num_pages.mdx @@ -1,5 +1,5 @@ -### vault.merkle.flushDirty.num_pages ((#vault-merkle-flushdirty-num_pages)) +### vault.merkle.flushDirty.num_pages {#vault-merkle-flushdirty-num_pages} Metric type | Value | Description ----------- | ----- | ----------- -gauge | pages | Number of pages flushed \ No newline at end of file +gauge | pages | Number of pages flushed diff --git a/website/content/partials/telemetry-metrics/vault/merkle/flushdirty/outstanding_pages.mdx b/website/content/partials/telemetry-metrics/vault/merkle/flushdirty/outstanding_pages.mdx index 02049d666d..982507659e 100644 --- a/website/content/partials/telemetry-metrics/vault/merkle/flushdirty/outstanding_pages.mdx +++ b/website/content/partials/telemetry-metrics/vault/merkle/flushdirty/outstanding_pages.mdx @@ -1,5 +1,5 @@ -### vault.merkle.flushDirty.outstanding_pages ((#vault-merkle-flushdirty-outstanding_pages)) +### vault.merkle.flushDirty.outstanding_pages {#vault-merkle-flushdirty-outstanding_pages} Metric type | Value | Description ----------- | ----- | ----------- -gauge | pages | Number of dirty pages waiting to be flushed \ No newline at end of file +gauge | pages | Number of dirty pages waiting to be flushed diff --git a/website/content/partials/telemetry-metrics/vault/merkle/savecheckpoint.mdx b/website/content/partials/telemetry-metrics/vault/merkle/savecheckpoint.mdx index 2c74795283..c4afb0ab20 100644 --- a/website/content/partials/telemetry-metrics/vault/merkle/savecheckpoint.mdx +++ b/website/content/partials/telemetry-metrics/vault/merkle/savecheckpoint.mdx @@ -1,5 +1,5 @@ -### vault.merkle.saveCheckpoint ((#vault-merkle-savecheckpoint)) +### vault.merkle.saveCheckpoint {#vault-merkle-savecheckpoint} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | The average time required to save a checkpoint \ No newline at end of file +summary | ms | The average time required to save a checkpoint diff --git a/website/content/partials/telemetry-metrics/vault/merkle/savecheckpoint/num_dirty.mdx b/website/content/partials/telemetry-metrics/vault/merkle/savecheckpoint/num_dirty.mdx index 073d17dcec..ffa2c7faa6 100644 --- a/website/content/partials/telemetry-metrics/vault/merkle/savecheckpoint/num_dirty.mdx +++ b/website/content/partials/telemetry-metrics/vault/merkle/savecheckpoint/num_dirty.mdx @@ -1,5 +1,5 @@ -### vault.merkle.saveCheckpoint.num_dirty ((#vault-merkle-savecheckpoint-num_dirty)) +### vault.merkle.saveCheckpoint.num_dirty {#vault-merkle-savecheckpoint-num_dirty} Metric type | Value | Description ----------- | ----- | ----------- -gauge | pages | Number of dirty pages at checkpoint \ No newline at end of file +gauge | pages | Number of dirty pages at checkpoint diff --git a/website/content/partials/telemetry-metrics/vault/metrics/collection.mdx b/website/content/partials/telemetry-metrics/vault/metrics/collection.mdx index 0c7d4003cf..f3812477d4 100644 --- a/website/content/partials/telemetry-metrics/vault/metrics/collection.mdx +++ b/website/content/partials/telemetry-metrics/vault/metrics/collection.mdx @@ -1,5 +1,5 @@ -### vault.metrics.collection ((#vault-metrics-collection)) +### vault.metrics.collection {#vault-metrics-collection} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | The average time required (per gauge type) to collect usage data \ No newline at end of file +summary | ms | The average time required (per gauge type) to collect usage data diff --git a/website/content/partials/telemetry-metrics/vault/metrics/collection/error.mdx b/website/content/partials/telemetry-metrics/vault/metrics/collection/error.mdx index f191d37c99..3bd5ab2b60 100644 --- a/website/content/partials/telemetry-metrics/vault/metrics/collection/error.mdx +++ b/website/content/partials/telemetry-metrics/vault/metrics/collection/error.mdx @@ -1,4 +1,4 @@ -### vault.metrics.collection.error ((#vault-metrics-collection-error)) +### vault.metrics.collection.error {#vault-metrics-collection-error} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/metrics/collection/interval.mdx b/website/content/partials/telemetry-metrics/vault/metrics/collection/interval.mdx index 9a70e8f3c0..b06ddd8c8b 100644 --- a/website/content/partials/telemetry-metrics/vault/metrics/collection/interval.mdx +++ b/website/content/partials/telemetry-metrics/vault/metrics/collection/interval.mdx @@ -1,5 +1,5 @@ -### vault.metrics.collection.interval ((#vault-metrics-collection-interval)) +### vault.metrics.collection.interval {#vault-metrics-collection-interval} Metric type | Units | Description ----------- | ------------- | ----------- -summary | time duration | The current value of `usage_gauge_period` \ No newline at end of file +summary | time duration | The current value of `usage_gauge_period` diff --git a/website/content/partials/telemetry-metrics/vault/policy/delete_policy.mdx b/website/content/partials/telemetry-metrics/vault/policy/delete_policy.mdx index 95363fcbb9..339969aa66 100644 --- a/website/content/partials/telemetry-metrics/vault/policy/delete_policy.mdx +++ b/website/content/partials/telemetry-metrics/vault/policy/delete_policy.mdx @@ -1,5 +1,5 @@ -### vault.policy.delete_policy ((#vault-policy-delete_policy)) +### vault.policy.delete_policy {#vault-policy-delete_policy} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to delete a policy \ No newline at end of file +summary | ms | Time required to delete a policy diff --git a/website/content/partials/telemetry-metrics/vault/policy/get_policy.mdx b/website/content/partials/telemetry-metrics/vault/policy/get_policy.mdx index cdfbbc1a2f..b0c5c6fc79 100644 --- a/website/content/partials/telemetry-metrics/vault/policy/get_policy.mdx +++ b/website/content/partials/telemetry-metrics/vault/policy/get_policy.mdx @@ -1,5 +1,5 @@ -### vault.policy.get_policy ((#vault-policy-get_policy)) +### vault.policy.get_policy {#vault-policy-get_policy} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to read a policy \ No newline at end of file +summary | ms | Time required to read a policy diff --git a/website/content/partials/telemetry-metrics/vault/policy/list_policies.mdx b/website/content/partials/telemetry-metrics/vault/policy/list_policies.mdx index 05a97e5ce3..1f85d839e6 100644 --- a/website/content/partials/telemetry-metrics/vault/policy/list_policies.mdx +++ b/website/content/partials/telemetry-metrics/vault/policy/list_policies.mdx @@ -1,5 +1,5 @@ -### vault.policy.list_policies ((#vault-policy-list_policies)) +### vault.policy.list_policies {#vault-policy-list_policies} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to list all policies \ No newline at end of file +summary | ms | Time required to list all policies diff --git a/website/content/partials/telemetry-metrics/vault/policy/set_policy.mdx b/website/content/partials/telemetry-metrics/vault/policy/set_policy.mdx index 9b92b92637..060e83a372 100644 --- a/website/content/partials/telemetry-metrics/vault/policy/set_policy.mdx +++ b/website/content/partials/telemetry-metrics/vault/policy/set_policy.mdx @@ -1,5 +1,5 @@ -### vault.policy.set_policy ((#vault-policy-set_policy)) +### vault.policy.set_policy {#vault-policy-set_policy} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to set a policy \ No newline at end of file +summary | ms | Time required to set a policy diff --git a/website/content/partials/telemetry-metrics/vault/quota/lease_count/counter.mdx b/website/content/partials/telemetry-metrics/vault/quota/lease_count/counter.mdx index c9662c6233..e7ff4c4fc0 100644 --- a/website/content/partials/telemetry-metrics/vault/quota/lease_count/counter.mdx +++ b/website/content/partials/telemetry-metrics/vault/quota/lease_count/counter.mdx @@ -1,4 +1,4 @@ -### vault.quota.lease_count.counter ((#vault-quota-lease_count-counter)) +### vault.quota.lease_count.counter {#vault-quota-lease_count-counter} Metric type | Value | Description ----------- | ----- | ----------- @@ -8,4 +8,4 @@ The number of leases reported is specific to the quota rule listed in the `name` label, not the number of leases in general. For example, if the named rule allows for 50 leases max and there are currently 40 leases in the scope of that quota rule, the value of `vault.quota.lease_count.counter` is 40 even if there -are 1000 other leases that are unscoped or in the scope of other quota rules. \ No newline at end of file +are 1000 other leases that are unscoped or in the scope of other quota rules. diff --git a/website/content/partials/telemetry-metrics/vault/quota/lease_count/max.mdx b/website/content/partials/telemetry-metrics/vault/quota/lease_count/max.mdx index 4c56717c32..db979388f7 100644 --- a/website/content/partials/telemetry-metrics/vault/quota/lease_count/max.mdx +++ b/website/content/partials/telemetry-metrics/vault/quota/lease_count/max.mdx @@ -1,5 +1,5 @@ -### vault.quota.lease_count.max ((#vault-quota-lease_count-max)) +### vault.quota.lease_count.max {#vault-quota-lease_count-max} Metric type | Value | Description ----------- | ----- | ----------- -gauge | lease | Maximum number of leases allowed by the named quota rule \ No newline at end of file +gauge | lease | Maximum number of leases allowed by the named quota rule diff --git a/website/content/partials/telemetry-metrics/vault/quota/lease_count/violation.mdx b/website/content/partials/telemetry-metrics/vault/quota/lease_count/violation.mdx index 29c771de79..02df8c7faf 100644 --- a/website/content/partials/telemetry-metrics/vault/quota/lease_count/violation.mdx +++ b/website/content/partials/telemetry-metrics/vault/quota/lease_count/violation.mdx @@ -1,5 +1,5 @@ -### vault.quota.lease_count.violation ((#vault-quota-lease_count-violation)) +### vault.quota.lease_count.violation {#vault-quota-lease_count-violation} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of requests rejected due to exceeding the named lease count quota \ No newline at end of file +counter | number | Number of requests rejected due to exceeding the named lease count quota diff --git a/website/content/partials/telemetry-metrics/vault/quota/rate_limit/violation.mdx b/website/content/partials/telemetry-metrics/vault/quota/rate_limit/violation.mdx index 624b82d9de..52dc5e4b14 100644 --- a/website/content/partials/telemetry-metrics/vault/quota/rate_limit/violation.mdx +++ b/website/content/partials/telemetry-metrics/vault/quota/rate_limit/violation.mdx @@ -1,5 +1,5 @@ -### vault.quota.rate_limit.violation ((#vault-quota-rate_limit-violation)) +### vault.quota.rate_limit.violation {#vault-quota-rate_limit-violation} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of requests rejected due to exceeding the named rate limit quota rule \ No newline at end of file +counter | number | Number of requests rejected due to exceeding the named rate limit quota rule diff --git a/website/content/partials/telemetry-metrics/vault/raft-storage/delete.mdx b/website/content/partials/telemetry-metrics/vault/raft-storage/delete.mdx index 902fefb5b9..d17cc4ff95 100644 --- a/website/content/partials/telemetry-metrics/vault/raft-storage/delete.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft-storage/delete.mdx @@ -1,5 +1,5 @@ -### vault.raft-storage.delete ((#vault-raft_storage-delete)) +### vault.raft-storage.delete {#vault-raft_storage-delete} Metric type | Value | Description ----------- | ----- | ----------- -timer | ms | Time required to insert log entry to delete path \ No newline at end of file +timer | ms | Time required to insert log entry to delete path diff --git a/website/content/partials/telemetry-metrics/vault/raft-storage/entry_size.mdx b/website/content/partials/telemetry-metrics/vault/raft-storage/entry_size.mdx index a3ce1e79ae..65a2fb58a4 100644 --- a/website/content/partials/telemetry-metrics/vault/raft-storage/entry_size.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft-storage/entry_size.mdx @@ -1,5 +1,5 @@ -### vault.raft-storage.entry_size ((#vault-raft_storage-entry_size)) +### vault.raft-storage.entry_size {#vault-raft_storage-entry_size} Metric type | Value | Description ----------- | ----- | ----------- -summary | bytes | The total size of a raft entry during log application \ No newline at end of file +summary | bytes | The total size of a raft entry during log application diff --git a/website/content/partials/telemetry-metrics/vault/raft-storage/get.mdx b/website/content/partials/telemetry-metrics/vault/raft-storage/get.mdx index 7aeeb0aab8..9f0823e5dc 100644 --- a/website/content/partials/telemetry-metrics/vault/raft-storage/get.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft-storage/get.mdx @@ -1,5 +1,5 @@ -### vault.raft-storage.get ((#vault-raft_storage-get)) +### vault.raft-storage.get {#vault-raft_storage-get} Metric type | Value | Description ----------- | ----- | ----------- -timer | ms | Time required to retrieve a value for the given path from the finite state machine \ No newline at end of file +timer | ms | Time required to retrieve a value for the given path from the finite state machine diff --git a/website/content/partials/telemetry-metrics/vault/raft-storage/list.mdx b/website/content/partials/telemetry-metrics/vault/raft-storage/list.mdx index 1909d25b83..56f74653e3 100644 --- a/website/content/partials/telemetry-metrics/vault/raft-storage/list.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft-storage/list.mdx @@ -1,5 +1,5 @@ -### vault.raft-storage.list ((#vault-raft_storage-list)) +### vault.raft-storage.list {#vault-raft_storage-list} Metric type | Value | Description ----------- | ----- | ----------- -timer | ms | Time required to list all entries under the prefix from the finite state machine \ No newline at end of file +timer | ms | Time required to list all entries under the prefix from the finite state machine diff --git a/website/content/partials/telemetry-metrics/vault/raft-storage/put.mdx b/website/content/partials/telemetry-metrics/vault/raft-storage/put.mdx index 013e4af683..3cda0319fa 100644 --- a/website/content/partials/telemetry-metrics/vault/raft-storage/put.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft-storage/put.mdx @@ -1,5 +1,5 @@ -### vault.raft-storage.put ((#vault-raft_storage-put)) +### vault.raft-storage.put {#vault-raft_storage-put} Metric type | Value | Description ----------- | ----- | ----------- -timer | ms | Time required to insert a log entry to the persist path \ No newline at end of file +timer | ms | Time required to insert a log entry to the persist path diff --git a/website/content/partials/telemetry-metrics/vault/raft-storage/transaction.mdx b/website/content/partials/telemetry-metrics/vault/raft-storage/transaction.mdx index 35d5926dfd..7ebff87b35 100644 --- a/website/content/partials/telemetry-metrics/vault/raft-storage/transaction.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft-storage/transaction.mdx @@ -1,5 +1,5 @@ -### vault.raft-storage.transaction ((#vault-raft_storage-transaction)) +### vault.raft-storage.transaction {#vault-raft_storage-transaction} Metric type | Value | Description ----------- | ----- | ----------- -timer | ms | Time required to insert operations into a single log \ No newline at end of file +timer | ms | Time required to insert operations into a single log diff --git a/website/content/partials/telemetry-metrics/vault/raft/apply.mdx b/website/content/partials/telemetry-metrics/vault/raft/apply.mdx index 976b0f910f..afeb0da08b 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/apply.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/apply.mdx @@ -1,8 +1,8 @@ -### vault.raft.apply ((#vault-raft-apply)) +### vault.raft.apply {#vault-raft-apply} Metric type | Value | Description ----------- | ------- | ----------- counter | number | Number of transactions in the configured interval The `vault.raft.apply` metric is generally a good indicator of the write load -on your raft internal storage. \ No newline at end of file +on your raft internal storage. diff --git a/website/content/partials/telemetry-metrics/vault/raft/barrier.mdx b/website/content/partials/telemetry-metrics/vault/raft/barrier.mdx index 05ef62b5fc..a516fd85cd 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/barrier.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/barrier.mdx @@ -1,4 +1,4 @@ -### vault.raft.barrier ((#vault-raft-barrier)) +### vault.raft.barrier {#vault-raft-barrier} Metric type | Value | Description ----------- | ------- | ----------- @@ -6,4 +6,4 @@ counter | number | Number of times the node started the barrier A node starts the barrier by issuing a blocking call when it wants to ensure that all pending operations that need to be applied to the finite state machine -are properly queued. \ No newline at end of file +are properly queued. diff --git a/website/content/partials/telemetry-metrics/vault/raft/candidate/electself.mdx b/website/content/partials/telemetry-metrics/vault/raft/candidate/electself.mdx index c3902cfa6e..5f92f6bc4e 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/candidate/electself.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/candidate/electself.mdx @@ -1,5 +1,5 @@ -### vault.raft.candidate.electSelf ((#vault-raft-candidate-electself)) +### vault.raft.candidate.electSelf {#vault-raft-candidate-electself} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required for a node to send a vote request to a peer \ No newline at end of file +summary | ms | Time required for a node to send a vote request to a peer diff --git a/website/content/partials/telemetry-metrics/vault/raft/commitnumlogs.mdx b/website/content/partials/telemetry-metrics/vault/raft/commitnumlogs.mdx index 3a63bc5260..03a2fe2cdf 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/commitnumlogs.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/commitnumlogs.mdx @@ -1,5 +1,5 @@ -### vault.raft.commitNumLogs ((#vault-raft-commitnumlogs)) +### vault.raft.commitNumLogs {#vault-raft-commitnumlogs} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Number of logs processed for application to the finite state machine in a single batch \ No newline at end of file +gauge | number | Number of logs processed for application to the finite state machine in a single batch diff --git a/website/content/partials/telemetry-metrics/vault/raft/committime.mdx b/website/content/partials/telemetry-metrics/vault/raft/committime.mdx index 97703eed15..bf1d011a83 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/committime.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/committime.mdx @@ -1,5 +1,5 @@ -### vault.raft.commitTime ((#vault-raft-committime)) +### vault.raft.commitTime {#vault-raft-committime} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to commit a new entry to the raft log on the leader node \ No newline at end of file +summary | ms | Time required to commit a new entry to the raft log on the leader node diff --git a/website/content/partials/telemetry-metrics/vault/raft/compactlogs.mdx b/website/content/partials/telemetry-metrics/vault/raft/compactlogs.mdx index 40d34a0457..da03d5ac98 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/compactlogs.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/compactlogs.mdx @@ -1,5 +1,5 @@ -### vault.raft.compactLogs ((#vault-raft-compactlogs)) +### vault.raft.compactLogs {#vault-raft-compactlogs} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to trim unnecessary logs \ No newline at end of file +summary | ms | Time required to trim unnecessary logs diff --git a/website/content/partials/telemetry-metrics/vault/raft/fsm/apply.mdx b/website/content/partials/telemetry-metrics/vault/raft/fsm/apply.mdx index 78cacb3c85..b9565c2eaa 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/fsm/apply.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/fsm/apply.mdx @@ -1,4 +1,4 @@ -### vault.raft.fsm.apply ((#vault-raft-fsm-apply)) +### vault.raft.fsm.apply {#vault-raft-fsm-apply} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/raft/fsm/applybatch.mdx b/website/content/partials/telemetry-metrics/vault/raft/fsm/applybatch.mdx index c2171db4b5..abcf181fe5 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/fsm/applybatch.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/fsm/applybatch.mdx @@ -1,5 +1,5 @@ -### vault.raft.fsm.applyBatch ((#vault-raft-fsm-applybatch)) +### vault.raft.fsm.applyBatch {#vault-raft-fsm-applybatch} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required by the finite state machine to apply the most recent batch of logs \ No newline at end of file +summary | ms | Time required by the finite state machine to apply the most recent batch of logs diff --git a/website/content/partials/telemetry-metrics/vault/raft/fsm/applybatchnum.mdx b/website/content/partials/telemetry-metrics/vault/raft/fsm/applybatchnum.mdx index 282665746d..6ca97dbf92 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/fsm/applybatchnum.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/fsm/applybatchnum.mdx @@ -1,5 +1,5 @@ -### vault.raft.fsm.applyBatchNum ((#vault-raft-fsm-applybatchnum)) +### vault.raft.fsm.applyBatchNum {#vault-raft-fsm-applybatchnum} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of logs applied in the most recent batch \ No newline at end of file +counter | number | Number of logs applied in the most recent batch diff --git a/website/content/partials/telemetry-metrics/vault/raft/fsm/enqueue.mdx b/website/content/partials/telemetry-metrics/vault/raft/fsm/enqueue.mdx index 9e40a0aec3..13bc03cf03 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/fsm/enqueue.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/fsm/enqueue.mdx @@ -1,5 +1,5 @@ -### vault.raft.fsm.enqueue ((#vault-raft-fsm-enqueue)) +### vault.raft.fsm.enqueue {#vault-raft-fsm-enqueue} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to queue up a batch of logs for the finite state machine to apply \ No newline at end of file +summary | ms | Time required to queue up a batch of logs for the finite state machine to apply diff --git a/website/content/partials/telemetry-metrics/vault/raft/fsm/restore.mdx b/website/content/partials/telemetry-metrics/vault/raft/fsm/restore.mdx index e8552e42c2..e951065c89 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/fsm/restore.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/fsm/restore.mdx @@ -1,5 +1,5 @@ -### vault.raft.fsm.restore ((#vault-raft-fsm-restore)) +### vault.raft.fsm.restore {#vault-raft-fsm-restore} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required by the finite state machine to complete a restore operation from a snapshot \ No newline at end of file +summary | ms | Time required by the finite state machine to complete a restore operation from a snapshot diff --git a/website/content/partials/telemetry-metrics/vault/raft/fsm/snapshot.mdx b/website/content/partials/telemetry-metrics/vault/raft/fsm/snapshot.mdx index 0bc1d3bd94..a348faf3f8 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/fsm/snapshot.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/fsm/snapshot.mdx @@ -1,5 +1,5 @@ -### vault.raft.fsm.snapshot ((#vault-raft-fsm-snapshot)) +### vault.raft.fsm.snapshot {#vault-raft-fsm-snapshot} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required by the finite state machine to record state information for the current snapshot \ No newline at end of file +summary | ms | Time required by the finite state machine to record state information for the current snapshot diff --git a/website/content/partials/telemetry-metrics/vault/raft/fsm/store_config.mdx b/website/content/partials/telemetry-metrics/vault/raft/fsm/store_config.mdx index 1f10be0f07..494c8dcb1e 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/fsm/store_config.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/fsm/store_config.mdx @@ -1,5 +1,5 @@ -### vault.raft.fsm.store_config ((#vault-raft-fsm-store_config)) +### vault.raft.fsm.store_config {#vault-raft-fsm-store_config} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to store the most recent raft configuration \ No newline at end of file +summary | ms | Time required to store the most recent raft configuration diff --git a/website/content/partials/telemetry-metrics/vault/raft/get.mdx b/website/content/partials/telemetry-metrics/vault/raft/get.mdx index b92212501b..e6f22e0d81 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/get.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/get.mdx @@ -1,5 +1,5 @@ -### vault.raft.get ((#vault-raft-get)) +### vault.raft.get {#vault-raft-get} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to retrieve an entry from underlying storage \ No newline at end of file +summary | ms | Time required to retrieve an entry from underlying storage diff --git a/website/content/partials/telemetry-metrics/vault/raft/leader/dispatchlog.mdx b/website/content/partials/telemetry-metrics/vault/raft/leader/dispatchlog.mdx index 06eef49b12..ef3c1755d7 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/leader/dispatchlog.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/leader/dispatchlog.mdx @@ -1,5 +1,5 @@ -### vault.raft.leader.dispatchLog ((#vault-raft-leader-dispatchlog)) +### vault.raft.leader.dispatchLog {#vault-raft-leader-dispatchlog} Metric type | Value | Description ----------- | ----- | ----------- -timer | ms | Time required for the leader node to write a log entry to disk \ No newline at end of file +timer | ms | Time required for the leader node to write a log entry to disk diff --git a/website/content/partials/telemetry-metrics/vault/raft/leader/dispatchnumlogs.mdx b/website/content/partials/telemetry-metrics/vault/raft/leader/dispatchnumlogs.mdx index d60a47da55..4fb4b466a3 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/leader/dispatchnumlogs.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/leader/dispatchnumlogs.mdx @@ -1,5 +1,5 @@ -### vault.raft.leader.dispatchNumLogs ((#vault-raft-leader-dispatchnumlogs)) +### vault.raft.leader.dispatchNumLogs {#vault-raft-leader-dispatchnumlogs} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Number of logs committed to disk in the most recent batch \ No newline at end of file +gauge | number | Number of logs committed to disk in the most recent batch diff --git a/website/content/partials/telemetry-metrics/vault/raft/leader/lastcontact.mdx b/website/content/partials/telemetry-metrics/vault/raft/leader/lastcontact.mdx index 7cf793311b..96390db3d8 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/leader/lastcontact.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/leader/lastcontact.mdx @@ -1,5 +1,5 @@ -### vault.raft.leader.lastContact ((#vault-raft-leader-lastcontact)) +### vault.raft.leader.lastContact {#vault-raft-leader-lastcontact} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time since the leader was last able to contact the follower nodes when checking its leader lease \ No newline at end of file +summary | ms | Time since the leader was last able to contact the follower nodes when checking its leader lease diff --git a/website/content/partials/telemetry-metrics/vault/raft/list.mdx b/website/content/partials/telemetry-metrics/vault/raft/list.mdx index 28d1333310..a0636a6d0b 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/list.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/list.mdx @@ -1,5 +1,5 @@ -### vault.raft.list ((#vault-raft-list)) +### vault.raft.list {#vault-raft-list} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to retrieve a list of keys from underlying storage \ No newline at end of file +summary | ms | Time required to retrieve a list of keys from underlying storage diff --git a/website/content/partials/telemetry-metrics/vault/raft/peers.mdx b/website/content/partials/telemetry-metrics/vault/raft/peers.mdx index 1e68005323..02cb96e4df 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/peers.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/peers.mdx @@ -1,5 +1,5 @@ -### vault.raft.peers ((#vault-raft-peers)) +### vault.raft.peers {#vault-raft-peers} Metric type | Value | Description ----------- | ------- | ----------- -guage | number | The number of peers in the raft cluster configuration \ No newline at end of file +guage | number | The number of peers in the raft cluster configuration diff --git a/website/content/partials/telemetry-metrics/vault/raft/replication/appendentries/log.mdx b/website/content/partials/telemetry-metrics/vault/raft/replication/appendentries/log.mdx index 1b31d5ee4f..8e1de400c5 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/replication/appendentries/log.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/replication/appendentries/log.mdx @@ -1,4 +1,4 @@ -### vault.raft.replication.appendEntries.log ((#vault-raft-replication-appendentries-log)) +### vault.raft.replication.appendEntries.log {#vault-raft-replication-appendentries-log} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/raft/replication/appendentries/rpc.mdx b/website/content/partials/telemetry-metrics/vault/raft/replication/appendentries/rpc.mdx index 9e4cdb4b4f..a00c436aa9 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/replication/appendentries/rpc.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/replication/appendentries/rpc.mdx @@ -1,5 +1,5 @@ -### vault.raft.replication.appendEntries.rpc ((#vault-raft-replication-appendentries-rpc)) +### vault.raft.replication.appendEntries.rpc {#vault-raft-replication-appendentries-rpc} Metric type | Value | Description ----------- | ----- | ----------- -timer | ms | Time required to replicate leader node log entries to all follower nodes with `appendEntries` \ No newline at end of file +timer | ms | Time required to replicate leader node log entries to all follower nodes with `appendEntries` diff --git a/website/content/partials/telemetry-metrics/vault/raft/replication/heartbeat.mdx b/website/content/partials/telemetry-metrics/vault/raft/replication/heartbeat.mdx index 9e24bc2134..6a9aab5690 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/replication/heartbeat.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/replication/heartbeat.mdx @@ -1,4 +1,4 @@ -### vault.raft.replication.heartbeat ((#vault-raft-replication-heartbeat)) +### vault.raft.replication.heartbeat {#vault-raft-replication-heartbeat} Metric type | Value | Description ----------- | ----- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/raft/replication/installsnapshot.mdx b/website/content/partials/telemetry-metrics/vault/raft/replication/installsnapshot.mdx index 266d97702c..55aff1b331 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/replication/installsnapshot.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/replication/installsnapshot.mdx @@ -1,8 +1,8 @@ -### vault.raft.replication.installSnapshot ((#vault-raft-replication-installsnapshot)) +### vault.raft.replication.installSnapshot {#vault-raft-replication-installsnapshot} Metric type | Value | Description ----------- | ----- | ----------- timer | ms | Time required to process an `installSnapshot` RPC call Only nodes currently in the `follower` state report -`vault.raft.replication.installSnapshot` metrics. \ No newline at end of file +`vault.raft.replication.installSnapshot` metrics. diff --git a/website/content/partials/telemetry-metrics/vault/raft/restore.mdx b/website/content/partials/telemetry-metrics/vault/raft/restore.mdx index 32dda607a7..c39740515e 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/restore.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/restore.mdx @@ -1,8 +1,8 @@ -### vault.raft.restore ((#vault-raft-restore)) +### vault.raft.restore {#vault-raft-restore} Metric type | Value | Description ----------- | ------- | ----------- counter | number | Number of times that the node performed a restore operation In the context of raft storage, a restore operation refers to the process where -raft consumes an external snapshot to restore its state. \ No newline at end of file +raft consumes an external snapshot to restore its state. diff --git a/website/content/partials/telemetry-metrics/vault/raft/restoreusersnapshot.mdx b/website/content/partials/telemetry-metrics/vault/raft/restoreusersnapshot.mdx index 877cf6f563..17b251582a 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/restoreusersnapshot.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/restoreusersnapshot.mdx @@ -1,5 +1,5 @@ -### vault.raft.restoreUserSnapshot ((#vault-raft-restoreusersnapshot)) +### vault.raft.restoreUserSnapshot {#vault-raft-restoreusersnapshot} Metric type | Value | Description ----------- | ----- | ----------- -timer | ms | Time required to restore the finite state machine from a user snapshot \ No newline at end of file +timer | ms | Time required to restore the finite state machine from a user snapshot diff --git a/website/content/partials/telemetry-metrics/vault/raft/rpc/appendentries.mdx b/website/content/partials/telemetry-metrics/vault/raft/rpc/appendentries.mdx index 85b0ad1bc9..59b77f47a7 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/rpc/appendentries.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/rpc/appendentries.mdx @@ -1,5 +1,5 @@ -### vault.raft.rpc.appendEntries ((#vault-raft-rpc-appendentries)) +### vault.raft.rpc.appendEntries {#vault-raft-rpc-appendentries} Metric type | Value | Description ----------- | ----- | ----------- -timer | ms | Time required to process a remote `appendEntries` call from a node \ No newline at end of file +timer | ms | Time required to process a remote `appendEntries` call from a node diff --git a/website/content/partials/telemetry-metrics/vault/raft/rpc/appendentries/processlogs.mdx b/website/content/partials/telemetry-metrics/vault/raft/rpc/appendentries/processlogs.mdx index 4a7bdc7d46..54fa5dfd5a 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/rpc/appendentries/processlogs.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/rpc/appendentries/processlogs.mdx @@ -1,5 +1,5 @@ -### vault.raft.rpc.appendEntries.processLogs ((#vault-raft-rpc-appendentries-processlogs)) +### vault.raft.rpc.appendEntries.processLogs {#vault-raft-rpc-appendentries-processlogs} Metric type | Value | Description ----------- | ----- | ----------- -timer | ms | Time required to completely process the outstanding logs for the given node \ No newline at end of file +timer | ms | Time required to completely process the outstanding logs for the given node diff --git a/website/content/partials/telemetry-metrics/vault/raft/rpc/appendentries/storelogs.mdx b/website/content/partials/telemetry-metrics/vault/raft/rpc/appendentries/storelogs.mdx index 2f63636a7a..183640269f 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/rpc/appendentries/storelogs.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/rpc/appendentries/storelogs.mdx @@ -1,5 +1,5 @@ -### vault.raft.rpc.appendEntries.storeLogs ((#vault-raft-rpc-appendentries-storelogs)) +### vault.raft.rpc.appendEntries.storeLogs {#vault-raft-rpc-appendentries-storelogs} Metric type | Value | Description ----------- | ----- | ----------- -timer | ms | Time required to record any outstanding logs since the last request to append entries for the given node \ No newline at end of file +timer | ms | Time required to record any outstanding logs since the last request to append entries for the given node diff --git a/website/content/partials/telemetry-metrics/vault/raft/rpc/installsnapshot.mdx b/website/content/partials/telemetry-metrics/vault/raft/rpc/installsnapshot.mdx index dc10012051..634817d72c 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/rpc/installsnapshot.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/rpc/installsnapshot.mdx @@ -1,8 +1,8 @@ -### vault.raft.rpc.installSnapshot ((#vault-raft-rpc-installsnapshot)) +### vault.raft.rpc.installSnapshot {#vault-raft-rpc-installsnapshot} Metric type | Value | Description ----------- | ----- | ----------- timer | ms | Time required to process an `installSnapshot` RPC call Only nodes currently in the `follower` state report -`vault.raft.rpc.installSnapshot` metrics. \ No newline at end of file +`vault.raft.rpc.installSnapshot` metrics. diff --git a/website/content/partials/telemetry-metrics/vault/raft/rpc/processheartbeat.mdx b/website/content/partials/telemetry-metrics/vault/raft/rpc/processheartbeat.mdx index f25dc18afa..852ce5e66f 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/rpc/processheartbeat.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/rpc/processheartbeat.mdx @@ -1,5 +1,5 @@ -### vault.raft.rpc.processHeartbeat ((#vault-raft-rpc-processheartbeat)) +### vault.raft.rpc.processHeartbeat {#vault-raft-rpc-processheartbeat} Metric type | Value | Description ----------- | ----- | ----------- -timer | ms | Time required to process a heartbeat request \ No newline at end of file +timer | ms | Time required to process a heartbeat request diff --git a/website/content/partials/telemetry-metrics/vault/raft/rpc/requestvote.mdx b/website/content/partials/telemetry-metrics/vault/raft/rpc/requestvote.mdx index bacf6f0c94..58318ab316 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/rpc/requestvote.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/rpc/requestvote.mdx @@ -1,5 +1,5 @@ -### vault.raft.rpc.requestVote ((#vault-raft-rpc-requestvote)) +### vault.raft.rpc.requestVote {#vault-raft-rpc-requestvote} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to complete a `requestVote` call \ No newline at end of file +summary | ms | Time required to complete a `requestVote` call diff --git a/website/content/partials/telemetry-metrics/vault/raft/snapshot/create.mdx b/website/content/partials/telemetry-metrics/vault/raft/snapshot/create.mdx index 012867461c..4ebf779fbf 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/snapshot/create.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/snapshot/create.mdx @@ -1,5 +1,5 @@ -### vault.raft.snapshot.create ((#vault-raft-snapshot-create)) +### vault.raft.snapshot.create {#vault-raft-snapshot-create} Metric type | Value | Description ----------- | ----- | ----------- -timer | ms | Time required to capture a new snapshot \ No newline at end of file +timer | ms | Time required to capture a new snapshot diff --git a/website/content/partials/telemetry-metrics/vault/raft/snapshot/persist.mdx b/website/content/partials/telemetry-metrics/vault/raft/snapshot/persist.mdx index bcf6cf7e22..3ae5b5bf08 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/snapshot/persist.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/snapshot/persist.mdx @@ -1,5 +1,5 @@ -### vault.raft.snapshot.persist ((#vault-raft-snapshot-persist)) +### vault.raft.snapshot.persist {#vault-raft-snapshot-persist} Metric type | Value | Description ----------- | ----- | ----------- -timer | ms | Time required to record snapshot meta information to disk while taking snapshots \ No newline at end of file +timer | ms | Time required to record snapshot meta information to disk while taking snapshots diff --git a/website/content/partials/telemetry-metrics/vault/raft/snapshot/takesnapshot.mdx b/website/content/partials/telemetry-metrics/vault/raft/snapshot/takesnapshot.mdx index bf29604b4f..3a6a77245c 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/snapshot/takesnapshot.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/snapshot/takesnapshot.mdx @@ -1,8 +1,8 @@ -### vault.raft.snapshot.takeSnapshot ((#vault-raft-snapshot-takesnapshot)) +### vault.raft.snapshot.takeSnapshot {#vault-raft-snapshot-takesnapshot} Metric type | Value | Description ----------- | ----- | ----------- timer | ms | Total time required to create and persist the current snapshot In most cases, `vault.raft.snapshot.takeSnapshot` is approximately equal to -`vault.raft.snapshot.create + vault.raft.snapshot.persist`. \ No newline at end of file +`vault.raft.snapshot.create + vault.raft.snapshot.persist`. diff --git a/website/content/partials/telemetry-metrics/vault/raft/state/candidate.mdx b/website/content/partials/telemetry-metrics/vault/raft/state/candidate.mdx index 6a98166729..4b2ac6a8b1 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/state/candidate.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/state/candidate.mdx @@ -1,5 +1,5 @@ -### vault.raft.state.candidate ((#vault-raft-state-candidate)) +### vault.raft.state.candidate {#vault-raft-state-candidate} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of times the raft server initiated an election \ No newline at end of file +counter | number | Number of times the raft server initiated an election diff --git a/website/content/partials/telemetry-metrics/vault/raft/state/follower.mdx b/website/content/partials/telemetry-metrics/vault/raft/state/follower.mdx index 50a6595e4f..f5cb9f8967 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/state/follower.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/state/follower.mdx @@ -1,4 +1,4 @@ -### vault.raft.state.follower ((#vault-raft-state-follower)) +### vault.raft.state.follower {#vault-raft-state-follower} Metric type | Value | Description ----------- | ------- | ----------- @@ -7,4 +7,4 @@ summary | number | Number of times in the configured interval that the raft Nodes transition to `follower` state under the following conditions: - when the node joins the cluster -- when a leader is elected, but the node was not elected leader \ No newline at end of file +- when a leader is elected, but the node was not elected leader diff --git a/website/content/partials/telemetry-metrics/vault/raft/state/leader.mdx b/website/content/partials/telemetry-metrics/vault/raft/state/leader.mdx index 4ea5f945f5..3d23c35fd1 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/state/leader.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/state/leader.mdx @@ -1,4 +1,4 @@ -### vault.raft.state.leader ((#vault-raft-state-leader)) +### vault.raft.state.leader {#vault-raft-state-leader} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/raft/transition/heartbeat_timeout.mdx b/website/content/partials/telemetry-metrics/vault/raft/transition/heartbeat_timeout.mdx index 06309c7007..b8b8c449db 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/transition/heartbeat_timeout.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/transition/heartbeat_timeout.mdx @@ -1,4 +1,4 @@ -### vault.raft.transition.heartbeat_timeout ((#vault-raft-transition-heartbeat_timeout)) +### vault.raft.transition.heartbeat_timeout {#vault-raft-transition-heartbeat_timeout} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/raft/transition/leader_lease_timeout.mdx b/website/content/partials/telemetry-metrics/vault/raft/transition/leader_lease_timeout.mdx index ff48baa575..d3e75734dd 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/transition/leader_lease_timeout.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/transition/leader_lease_timeout.mdx @@ -1,4 +1,4 @@ -### vault.raft.transition.leader_lease_timeout ((#vault-raft-transition-leader_lease_timeout)) +### vault.raft.transition.leader_lease_timeout {#vault-raft-transition-leader_lease_timeout} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/raft/verify_leader.mdx b/website/content/partials/telemetry-metrics/vault/raft/verify_leader.mdx index f0bb174896..596e9d3e67 100644 --- a/website/content/partials/telemetry-metrics/vault/raft/verify_leader.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft/verify_leader.mdx @@ -1,5 +1,5 @@ -### vault.raft.verify_leader ((#vault-raft-verify_leader)) +### vault.raft.verify_leader {#vault-raft-verify_leader} Metric type | Value | Description ----------- | ------- | ----------- -counter | number | Number of times in the configured interval that the node confirmed it is still the leader \ No newline at end of file +counter | number | Number of times in the configured interval that the node confirmed it is still the leader diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/cursor/count.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/cursor/count.mdx index 4576eb835c..37fbacc096 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/cursor/count.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/cursor/count.mdx @@ -1,5 +1,5 @@ -### vault.raft_storage.bolt.cursor.count ((#vault-raft_storage-bolt-cursor-count)) +### vault.raft_storage.bolt.cursor.count {#vault-raft_storage-bolt-cursor-count} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Number of cursors created in the Bolt database \ No newline at end of file +gauge | number | Number of cursors created in the Bolt database diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/freelist/allocated_bytes.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/freelist/allocated_bytes.mdx index 293c4783a4..b15c924c61 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/freelist/allocated_bytes.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/freelist/allocated_bytes.mdx @@ -1,5 +1,5 @@ -### vault.raft_storage.bolt.freelist.allocated_bytes ((#vault-raft_storage-bolt-freelist-allocated_bytes)) +### vault.raft_storage.bolt.freelist.allocated_bytes {#vault-raft_storage-bolt-freelist-allocated_bytes} Metric type | Value | Description ----------- | ----- | ----------- -gauge | bytes | Total space allocated for the freelist for the Bolt database \ No newline at end of file +gauge | bytes | Total space allocated for the freelist for the Bolt database diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/freelist/free_pages.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/freelist/free_pages.mdx index f075a4b8ec..2130b81fce 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/freelist/free_pages.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/freelist/free_pages.mdx @@ -1,5 +1,5 @@ -### vault.raft_storage.bolt.freelist.free_pages ((#vault-raft_storage-bolt-freelist-free_pages)) +### vault.raft_storage.bolt.freelist.free_pages {#vault-raft_storage-bolt-freelist-free_pages} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Number of free pages in the freelist for the Bolt database \ No newline at end of file +gauge | number | Number of free pages in the freelist for the Bolt database diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/freelist/pending_pages.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/freelist/pending_pages.mdx index 252b944301..ec1828c669 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/freelist/pending_pages.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/freelist/pending_pages.mdx @@ -1,5 +1,5 @@ -### vault.raft_storage.bolt.freelist.pending_pages ((#vault-raft_storage-bolt-freelist-pending_pages)) +### vault.raft_storage.bolt.freelist.pending_pages {#vault-raft_storage-bolt-freelist-pending_pages} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Number of pending pages in the freelist for the Bolt database \ No newline at end of file +gauge | number | Number of pending pages in the freelist for the Bolt database diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/freelist/used_bytes.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/freelist/used_bytes.mdx index 257a90c59f..664b30757b 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/freelist/used_bytes.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/freelist/used_bytes.mdx @@ -1,5 +1,5 @@ -### vault.raft_storage.bolt.freelist.used_bytes ((#vault-raft_storage-bolt-freelist-used_bytes)) +### vault.raft_storage.bolt.freelist.used_bytes {#vault-raft_storage-bolt-freelist-used_bytes} Metric type | Value | Description ----------- | ----- | ----------- -gauge | bytes | Total space used by the freelist for the Bolt database \ No newline at end of file +gauge | bytes | Total space used by the freelist for the Bolt database diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/node/count.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/node/count.mdx index 70ca6b4131..4367959249 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/node/count.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/node/count.mdx @@ -1,5 +1,5 @@ -### vault.raft_storage.bolt.node.count ((#vault-raft_storage-bolt-node-count)) +### vault.raft_storage.bolt.node.count {#vault-raft_storage-bolt-node-count} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Number of node allocations for the Bolt database \ No newline at end of file +gauge | number | Number of node allocations for the Bolt database diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/node/dereferences.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/node/dereferences.mdx index a6ffa46bf1..d62a413f3c 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/node/dereferences.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/node/dereferences.mdx @@ -1,5 +1,5 @@ -### vault.raft_storage.bolt.node.dereferences ((#vault-raft_storage-bolt-node-dereferences)) +### vault.raft_storage.bolt.node.dereferences {#vault-raft_storage-bolt-node-dereferences} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Total number of node dereferences by the Bolt database \ No newline at end of file +gauge | number | Total number of node dereferences by the Bolt database diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/page/bytes_allocated.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/page/bytes_allocated.mdx index cb113094dc..fb2307baaf 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/page/bytes_allocated.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/page/bytes_allocated.mdx @@ -1,5 +1,5 @@ -### vault.raft_storage.bolt.page.bytes_allocated ((#vault-raft_storage-bolt-page-bytes_allocated)) +### vault.raft_storage.bolt.page.bytes_allocated {#vault-raft_storage-bolt-page-bytes_allocated} Metric type | Value | Description ----------- | ----- | ----------- -gauge | bytes | Total space allocated to the Bolt database \ No newline at end of file +gauge | bytes | Total space allocated to the Bolt database diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/page/count.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/page/count.mdx index b946afb99a..9515cc1f91 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/page/count.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/page/count.mdx @@ -1,5 +1,5 @@ -### vault.raft_storage.bolt.page.count ((#vault-raft_storage-bolt-page-count)) +### vault.raft_storage.bolt.page.count {#vault-raft_storage-bolt-page-count} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Number of page allocations in the Bolt database \ No newline at end of file +gauge | number | Number of page allocations in the Bolt database diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/rebalance/count.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/rebalance/count.mdx index 9768358455..1acc50ed7c 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/rebalance/count.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/rebalance/count.mdx @@ -1,5 +1,5 @@ -### vault.raft_storage.bolt.rebalance.count ((#vault-raft_storage-bolt-rebalance-count)) +### vault.raft_storage.bolt.rebalance.count {#vault-raft_storage-bolt-rebalance-count} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Number of node rebalances performed by the Bolt database \ No newline at end of file +gauge | number | Number of node rebalances performed by the Bolt database diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/rebalance/time.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/rebalance/time.mdx index df71744a34..7887dbebcf 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/rebalance/time.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/rebalance/time.mdx @@ -1,5 +1,5 @@ -### vault.raft_storage.bolt.rebalance.time ((#vault-raft_storage-bolt-rebalance-time)) +### vault.raft_storage.bolt.rebalance.time {#vault-raft_storage-bolt-rebalance-time} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required by the Bolt database to rebalance nodes \ No newline at end of file +summary | ms | Time required by the Bolt database to rebalance nodes diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/spill/count.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/spill/count.mdx index a80e6da540..96300dc37a 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/spill/count.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/spill/count.mdx @@ -1,5 +1,5 @@ -### vault.raft_storage.bolt.spill.count ((#vault-raft_storage-bolt-spill-count)) +### vault.raft_storage.bolt.spill.count {#vault-raft_storage-bolt-spill-count} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Number of nodes spilled by the Bolt database \ No newline at end of file +gauge | number | Number of nodes spilled by the Bolt database diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/spill/time.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/spill/time.mdx index 1c7d8adefc..a981f1f336 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/spill/time.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/spill/time.mdx @@ -1,5 +1,5 @@ -### vault.raft_storage.bolt.spill.time ((#vault-raft_storage-bolt-spill-time)) +### vault.raft_storage.bolt.spill.time {#vault-raft_storage-bolt-spill-time} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Total time spent spilling by the Bolt database \ No newline at end of file +summary | ms | Total time spent spilling by the Bolt database diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/split/count.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/split/count.mdx index 2098239b74..5f7b6adb8d 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/split/count.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/split/count.mdx @@ -1,5 +1,5 @@ -### vault.raft_storage.bolt.split.count ((#vault-raft_storage-bolt-split-count)) +### vault.raft_storage.bolt.split.count {#vault-raft_storage-bolt-split-count} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Number of nodes split by the Bolt database \ No newline at end of file +gauge | number | Number of nodes split by the Bolt database diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/transaction/currently_open_read_transactions.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/transaction/currently_open_read_transactions.mdx index e951b520c3..bd44281a0a 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/transaction/currently_open_read_transactions.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/transaction/currently_open_read_transactions.mdx @@ -1,5 +1,5 @@ -### vault.raft_storage.bolt.transaction.currently_open_read_transactions ((#vault-raft_storage-bolt-transaction-currently_open_read_transactions)) +### vault.raft_storage.bolt.transaction.currently_open_read_transactions {#vault-raft_storage-bolt-transaction-currently_open_read_transactions} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Number of in-process read transactions for the Bolt DB \ No newline at end of file +gauge | number | Number of in-process read transactions for the Bolt DB diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/transaction/started_read_transactions.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/transaction/started_read_transactions.mdx index 8771dba587..001cbddef4 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/transaction/started_read_transactions.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/transaction/started_read_transactions.mdx @@ -1,5 +1,5 @@ -### vault.raft_storage.bolt.transaction.started_read_transactions ((#vault-raft_storage-bolt-transaction-started_read_transactions)) +### vault.raft_storage.bolt.transaction.started_read_transactions {#vault-raft_storage-bolt-transaction-started_read_transactions} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Number of read transactions started by the Bolt DB \ No newline at end of file +gauge | number | Number of read transactions started by the Bolt DB diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/write/count.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/write/count.mdx index 542234d183..980a09177c 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/write/count.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/write/count.mdx @@ -1,5 +1,5 @@ -### vault.raft_storage.bolt.write.count ((#vault-raft_storage-bolt-write-count)) +### vault.raft_storage.bolt.write.count {#vault-raft_storage-bolt-write-count} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Number of writes performed by the Bolt database \ No newline at end of file +gauge | number | Number of writes performed by the Bolt database diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/write/time.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/write/time.mdx index b2c2457971..8e67c40734 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/write/time.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/bolt/write/time.mdx @@ -1,4 +1,4 @@ -### vault.raft_storage.bolt.write.time ((#vault-raft_storage-bolt-write-time)) +### vault.raft_storage.bolt.write.time {#vault-raft_storage-bolt-write-time} Metric type | Value | Description ----------- | ----- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/follower/applied_index_delta.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/follower/applied_index_delta.mdx index 95a6c7d2e0..ef77935c82 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/follower/applied_index_delta.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/follower/applied_index_delta.mdx @@ -1,5 +1,5 @@ -### vault.raft_storage.follower.applied_index_delta ((#vault-raft_storage-follower-applied_index_delta)) +### vault.raft_storage.follower.applied_index_delta {#vault-raft_storage-follower-applied_index_delta} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | The difference between the index applied by the leader and the index applied by the follower as reported by echoes \ No newline at end of file +gauge | number | The difference between the index applied by the leader and the index applied by the follower as reported by echoes diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/follower/last_heartbeat_ms.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/follower/last_heartbeat_ms.mdx index 03b74039d7..93652b701b 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/follower/last_heartbeat_ms.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/follower/last_heartbeat_ms.mdx @@ -1,5 +1,5 @@ -### vault.raft_storage.follower.last_heartbeat_ms ((#vault-raft_storage-follower-last_heartbeat_ms)) +### vault.raft_storage.follower.last_heartbeat_ms {#vault-raft_storage-follower-last_heartbeat_ms} Metric type | Value | Description ----------- | ----- | ----------- -gauge | ms | Time since the follower last received a heartbeat request \ No newline at end of file +gauge | ms | Time since the follower last received a heartbeat request diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/stats/applied_index.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/stats/applied_index.mdx index 68bb4d2e74..d5ea16db16 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/stats/applied_index.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/stats/applied_index.mdx @@ -1,5 +1,5 @@ -### vault.raft_storage.stats.applied_index ((#vault-raft_storage-stats-applied_index)) +### vault.raft_storage.stats.applied_index {#vault-raft_storage-stats-applied_index} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Highest index of raft log last applied to the finite state machine or added to `fsm_pending queue` \ No newline at end of file +gauge | number | Highest index of raft log last applied to the finite state machine or added to `fsm_pending queue` diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/stats/commit_index.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/stats/commit_index.mdx index d07b7ca8f2..5d4e5f99c5 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/stats/commit_index.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/stats/commit_index.mdx @@ -1,5 +1,5 @@ -### vault.raft_storage.stats.commit_index ((#vault-raft_storage-stats-commit_index)) +### vault.raft_storage.stats.commit_index {#vault-raft_storage-stats-commit_index} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Index of the last raft log committed to disk on the node \ No newline at end of file +gauge | number | Index of the last raft log committed to disk on the node diff --git a/website/content/partials/telemetry-metrics/vault/raft_storage/stats/fsm_pending.mdx b/website/content/partials/telemetry-metrics/vault/raft_storage/stats/fsm_pending.mdx index 61cc3b0757..0370d3f34a 100644 --- a/website/content/partials/telemetry-metrics/vault/raft_storage/stats/fsm_pending.mdx +++ b/website/content/partials/telemetry-metrics/vault/raft_storage/stats/fsm_pending.mdx @@ -1,5 +1,5 @@ -### vault.raft_storage.stats.fsm_pending ((#vault-raft_storage-stats-fsm_pending)) +### vault.raft_storage.stats.fsm_pending {#vault-raft_storage-stats-fsm_pending} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Number of raft logs queued by the node for the finite state machine to apply \ No newline at end of file +gauge | number | Number of raft logs queued by the node for the finite state machine to apply diff --git a/website/content/partials/telemetry-metrics/vault/rollback/attempt/mountpoint.mdx b/website/content/partials/telemetry-metrics/vault/rollback/attempt/mountpoint.mdx index 6419d77b04..079a78e71e 100644 --- a/website/content/partials/telemetry-metrics/vault/rollback/attempt/mountpoint.mdx +++ b/website/content/partials/telemetry-metrics/vault/rollback/attempt/mountpoint.mdx @@ -1,5 +1,5 @@ -### vault.rollback.attempt.{MOUNTPOINT} ((#vault-rollback-attempt-mountpoint)) +### vault.rollback.attempt.{MOUNTPOINT} {#vault-rollback-attempt-mountpoint} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to perform a rollback operation on the given mount point \ No newline at end of file +summary | ms | Time required to perform a rollback operation on the given mount point diff --git a/website/content/partials/telemetry-metrics/vault/rollback/inflight.mdx b/website/content/partials/telemetry-metrics/vault/rollback/inflight.mdx index 832cb30888..77b52b4799 100644 --- a/website/content/partials/telemetry-metrics/vault/rollback/inflight.mdx +++ b/website/content/partials/telemetry-metrics/vault/rollback/inflight.mdx @@ -1,4 +1,4 @@ -### vault.rollback.inflight ((#vault-rollback-inflight)) +### vault.rollback.inflight {#vault-rollback-inflight} Metric type | Value | Description ----------- | ------ | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/rollback/queued.mdx b/website/content/partials/telemetry-metrics/vault/rollback/queued.mdx index e8a7d099f4..bb0fdcefda 100644 --- a/website/content/partials/telemetry-metrics/vault/rollback/queued.mdx +++ b/website/content/partials/telemetry-metrics/vault/rollback/queued.mdx @@ -1,4 +1,4 @@ -### vault.rollback.queued ((#vault-rollback-queued)) +### vault.rollback.queued {#vault-rollback-queued} Metric type | Value | Description ----------- | ------ | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/rollback/waiting.mdx b/website/content/partials/telemetry-metrics/vault/rollback/waiting.mdx index 2fb0e2eab0..b00b263744 100644 --- a/website/content/partials/telemetry-metrics/vault/rollback/waiting.mdx +++ b/website/content/partials/telemetry-metrics/vault/rollback/waiting.mdx @@ -1,4 +1,4 @@ -### vault.rollback.waiting ((#vault-rollback-waiting)) +### vault.rollback.waiting {#vault-rollback-waiting} Metric type | Value | Description ----------- | ----- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/route/create/mountpoint.mdx b/website/content/partials/telemetry-metrics/vault/route/create/mountpoint.mdx index 5352774c62..f9527f0aa2 100644 --- a/website/content/partials/telemetry-metrics/vault/route/create/mountpoint.mdx +++ b/website/content/partials/telemetry-metrics/vault/route/create/mountpoint.mdx @@ -1,5 +1,5 @@ -### vault.route.create.{MOUNTPOINT} ((#vault-route-create-mountpoint)) +### vault.route.create.{MOUNTPOINT} {#vault-route-create-mountpoint} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to send a create request to the backend and for the backend to complete the operation for the given mount point \ No newline at end of file +summary | ms | Time required to send a create request to the backend and for the backend to complete the operation for the given mount point diff --git a/website/content/partials/telemetry-metrics/vault/route/delete/mountpoint.mdx b/website/content/partials/telemetry-metrics/vault/route/delete/mountpoint.mdx index e9bacdcea1..02865393cf 100644 --- a/website/content/partials/telemetry-metrics/vault/route/delete/mountpoint.mdx +++ b/website/content/partials/telemetry-metrics/vault/route/delete/mountpoint.mdx @@ -1,5 +1,5 @@ -### vault.route.delete.{MOUNTPOINT} ((#vault-route-delete-mountpoint)) +### vault.route.delete.{MOUNTPOINT} {#vault-route-delete-mountpoint} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to send a delete request to the backend and for the backend to complete the operation for the given mount point \ No newline at end of file +summary | ms | Time required to send a delete request to the backend and for the backend to complete the operation for the given mount point diff --git a/website/content/partials/telemetry-metrics/vault/route/list/mountpoint.mdx b/website/content/partials/telemetry-metrics/vault/route/list/mountpoint.mdx index 6af8f2fd07..2c61b9a260 100644 --- a/website/content/partials/telemetry-metrics/vault/route/list/mountpoint.mdx +++ b/website/content/partials/telemetry-metrics/vault/route/list/mountpoint.mdx @@ -1,5 +1,5 @@ -### vault.route.list.{MOUNTPOINT} ((#vault-route-list-mountpoint)) +### vault.route.list.{MOUNTPOINT} {#vault-route-list-mountpoint} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to send a list request to the backend and for the backend to complete the operation for the given mount point \ No newline at end of file +summary | ms | Time required to send a list request to the backend and for the backend to complete the operation for the given mount point diff --git a/website/content/partials/telemetry-metrics/vault/route/read/mountpoint.mdx b/website/content/partials/telemetry-metrics/vault/route/read/mountpoint.mdx index 9acf65dc22..0bad1c199d 100644 --- a/website/content/partials/telemetry-metrics/vault/route/read/mountpoint.mdx +++ b/website/content/partials/telemetry-metrics/vault/route/read/mountpoint.mdx @@ -1,5 +1,5 @@ -### vault.route.read.{MOUNTPOINT} ((#vault-route-read-mountpoint)) +### vault.route.read.{MOUNTPOINT} {#vault-route-read-mountpoint} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to send a read request to the backend and for the backend to complete the operation for the given mount point \ No newline at end of file +summary | ms | Time required to send a read request to the backend and for the backend to complete the operation for the given mount point diff --git a/website/content/partials/telemetry-metrics/vault/route/rollback/mountpoint.mdx b/website/content/partials/telemetry-metrics/vault/route/rollback/mountpoint.mdx index 3174f45603..6be6af48f8 100644 --- a/website/content/partials/telemetry-metrics/vault/route/rollback/mountpoint.mdx +++ b/website/content/partials/telemetry-metrics/vault/route/rollback/mountpoint.mdx @@ -1,4 +1,4 @@ -### vault.route.rollback.{MOUNTPOINT} ((#vault-route-rollback-mountpoint)) +### vault.route.rollback.{MOUNTPOINT} {#vault-route-rollback-mountpoint} Metric type | Value | Description ----------- | ----- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/runtime/alloc_bytes.mdx b/website/content/partials/telemetry-metrics/vault/runtime/alloc_bytes.mdx index b21717fbb0..a44b6dd711 100644 --- a/website/content/partials/telemetry-metrics/vault/runtime/alloc_bytes.mdx +++ b/website/content/partials/telemetry-metrics/vault/runtime/alloc_bytes.mdx @@ -1,4 +1,4 @@ -### vault.runtime.alloc_bytes ((#vault-runtime-alloc_bytes)) +### vault.runtime.alloc_bytes {#vault-runtime-alloc_bytes} Metric type | Value | Description ----------- | ----- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/runtime/free_count.mdx b/website/content/partials/telemetry-metrics/vault/runtime/free_count.mdx index dac376559b..654f5d4f90 100644 --- a/website/content/partials/telemetry-metrics/vault/runtime/free_count.mdx +++ b/website/content/partials/telemetry-metrics/vault/runtime/free_count.mdx @@ -1,5 +1,5 @@ -### vault.runtime.free_count ((#vault-runtime-free_count)) +### vault.runtime.free_count {#vault-runtime-free_count} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Number of freed objects \ No newline at end of file +gauge | number | Number of freed objects diff --git a/website/content/partials/telemetry-metrics/vault/runtime/gc_pause_ns.mdx b/website/content/partials/telemetry-metrics/vault/runtime/gc_pause_ns.mdx index 1b1949db59..f09a9c6284 100644 --- a/website/content/partials/telemetry-metrics/vault/runtime/gc_pause_ns.mdx +++ b/website/content/partials/telemetry-metrics/vault/runtime/gc_pause_ns.mdx @@ -1,5 +1,5 @@ -### vault.runtime.gc_pause_ns ((#vault-runtime-gc_pause_ns)) +### vault.runtime.gc_pause_ns {#vault-runtime-gc_pause_ns} Metric type | Value | Description ----------- | ----- | ----------- -summary | ns | Time required to complete the last garbage collection run \ No newline at end of file +summary | ns | Time required to complete the last garbage collection run diff --git a/website/content/partials/telemetry-metrics/vault/runtime/heap_objects.mdx b/website/content/partials/telemetry-metrics/vault/runtime/heap_objects.mdx index 8fe6f76e8d..12ffad8327 100644 --- a/website/content/partials/telemetry-metrics/vault/runtime/heap_objects.mdx +++ b/website/content/partials/telemetry-metrics/vault/runtime/heap_objects.mdx @@ -1,4 +1,4 @@ -### vault.runtime.heap_objects ((#vault-runtime-heap_objects)) +### vault.runtime.heap_objects {#vault-runtime-heap_objects} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/runtime/malloc_count.mdx b/website/content/partials/telemetry-metrics/vault/runtime/malloc_count.mdx index b5e723d047..153d8b6778 100644 --- a/website/content/partials/telemetry-metrics/vault/runtime/malloc_count.mdx +++ b/website/content/partials/telemetry-metrics/vault/runtime/malloc_count.mdx @@ -1,5 +1,5 @@ -### vault.runtime.malloc_count ((#vault-runtime-malloc_count)) +### vault.runtime.malloc_count {#vault-runtime-malloc_count} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Total number of allocated heap objects in memory \ No newline at end of file +gauge | number | Total number of allocated heap objects in memory diff --git a/website/content/partials/telemetry-metrics/vault/runtime/num_goroutines.mdx b/website/content/partials/telemetry-metrics/vault/runtime/num_goroutines.mdx index 8272c289b2..23a5b8024f 100644 --- a/website/content/partials/telemetry-metrics/vault/runtime/num_goroutines.mdx +++ b/website/content/partials/telemetry-metrics/vault/runtime/num_goroutines.mdx @@ -1,4 +1,4 @@ -### vault.runtime.num_goroutines ((#vault-runtime-num_goroutines)) +### vault.runtime.num_goroutines {#vault-runtime-num_goroutines} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/runtime/sys_bytes.mdx b/website/content/partials/telemetry-metrics/vault/runtime/sys_bytes.mdx index d9806e0cb5..1ea6280f59 100644 --- a/website/content/partials/telemetry-metrics/vault/runtime/sys_bytes.mdx +++ b/website/content/partials/telemetry-metrics/vault/runtime/sys_bytes.mdx @@ -1,4 +1,4 @@ -### vault.runtime.sys_bytes ((#vault-runtime-sys_bytes)) +### vault.runtime.sys_bytes {#vault-runtime-sys_bytes} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/runtime/total_gc_pause_ns.mdx b/website/content/partials/telemetry-metrics/vault/runtime/total_gc_pause_ns.mdx index a2cb40cd7a..9b0c75a9c9 100644 --- a/website/content/partials/telemetry-metrics/vault/runtime/total_gc_pause_ns.mdx +++ b/website/content/partials/telemetry-metrics/vault/runtime/total_gc_pause_ns.mdx @@ -1,4 +1,4 @@ -### vault.runtime.total_gc_pause_ns ((#vault-runtime-total_gc_pause_ns)) +### vault.runtime.total_gc_pause_ns {#vault-runtime-total_gc_pause_ns} Metric type | Value | Description ----------- | ----- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/runtime/total_gc_runs.mdx b/website/content/partials/telemetry-metrics/vault/runtime/total_gc_runs.mdx index 7a9f9c8c38..d849f69fb3 100644 --- a/website/content/partials/telemetry-metrics/vault/runtime/total_gc_runs.mdx +++ b/website/content/partials/telemetry-metrics/vault/runtime/total_gc_runs.mdx @@ -1,4 +1,4 @@ -### vault.runtime.total_gc_runs ((#vault-runtime-total_gc_runs)) +### vault.runtime.total_gc_runs {#vault-runtime-total_gc_runs} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/secret/kv/count.mdx b/website/content/partials/telemetry-metrics/vault/secret/kv/count.mdx index 49d406428b..cf2db40551 100644 --- a/website/content/partials/telemetry-metrics/vault/secret/kv/count.mdx +++ b/website/content/partials/telemetry-metrics/vault/secret/kv/count.mdx @@ -1,4 +1,4 @@ -### vault.secret.kv.count ((#vault-secret-kv-count)) +### vault.secret.kv.count {#vault-secret-kv-count} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/secret/lease/creation.mdx b/website/content/partials/telemetry-metrics/vault/secret/lease/creation.mdx index 6aae2f53a2..83903e805f 100644 --- a/website/content/partials/telemetry-metrics/vault/secret/lease/creation.mdx +++ b/website/content/partials/telemetry-metrics/vault/secret/lease/creation.mdx @@ -1,4 +1,4 @@ -### vault.secret.lease.creation ((#vault-secret-lease-creation)) +### vault.secret.lease.creation {#vault-secret-lease-creation} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/token/count.mdx b/website/content/partials/telemetry-metrics/vault/token/count.mdx index 144254c48b..1fa6c7e35f 100644 --- a/website/content/partials/telemetry-metrics/vault/token/count.mdx +++ b/website/content/partials/telemetry-metrics/vault/token/count.mdx @@ -1,4 +1,4 @@ -### vault.token.count ((#vault-token-count)) +### vault.token.count {#vault-token-count} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/token/count/by_auth.mdx b/website/content/partials/telemetry-metrics/vault/token/count/by_auth.mdx index b382f000fd..459ec68175 100644 --- a/website/content/partials/telemetry-metrics/vault/token/count/by_auth.mdx +++ b/website/content/partials/telemetry-metrics/vault/token/count/by_auth.mdx @@ -1,4 +1,4 @@ -### vault.token.count.by_auth ((#vault-token-count-by_auth)) +### vault.token.count.by_auth {#vault-token-count-by_auth} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/token/count/by_policy.mdx b/website/content/partials/telemetry-metrics/vault/token/count/by_policy.mdx index 0808fec024..e9eac06ac0 100644 --- a/website/content/partials/telemetry-metrics/vault/token/count/by_policy.mdx +++ b/website/content/partials/telemetry-metrics/vault/token/count/by_policy.mdx @@ -1,4 +1,4 @@ -### vault.token.count.by_policy ((#vault-token-count-by_policy)) +### vault.token.count.by_policy {#vault-token-count-by_policy} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/token/count/by_ttl.mdx b/website/content/partials/telemetry-metrics/vault/token/count/by_ttl.mdx index 464f27edcf..bd3ea93acc 100644 --- a/website/content/partials/telemetry-metrics/vault/token/count/by_ttl.mdx +++ b/website/content/partials/telemetry-metrics/vault/token/count/by_ttl.mdx @@ -1,4 +1,4 @@ -### vault.token.count.by_ttl ((#vault-token-count-by_ttl)) +### vault.token.count.by_ttl {#vault-token-count-by_ttl} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/token/create.mdx b/website/content/partials/telemetry-metrics/vault/token/create.mdx index 5c6e6b405d..d2a195b37c 100644 --- a/website/content/partials/telemetry-metrics/vault/token/create.mdx +++ b/website/content/partials/telemetry-metrics/vault/token/create.mdx @@ -1,4 +1,4 @@ -### vault.token.create ((#vault-token-create)) +### vault.token.create {#vault-token-create} Metric type | Value | Description ----------- | ----- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/token/create_root.mdx b/website/content/partials/telemetry-metrics/vault/token/create_root.mdx index ab75bcab55..36c747cbde 100644 --- a/website/content/partials/telemetry-metrics/vault/token/create_root.mdx +++ b/website/content/partials/telemetry-metrics/vault/token/create_root.mdx @@ -1,4 +1,4 @@ -### vault.token.create_root ((#vault-token-create_root)) +### vault.token.create_root {#vault-token-create_root} Metric type | Value | Description ----------- | ------- | ----------- @@ -7,4 +7,4 @@ counter | number | Number of root tokens created The `vault.token.create_root` counts the total number of root tokens created over time, not the number of root tokens currently in use. As a result, the value of `vault.token.create_root` does not decrease when a root token is -revoked. \ No newline at end of file +revoked. diff --git a/website/content/partials/telemetry-metrics/vault/token/createaccessor.mdx b/website/content/partials/telemetry-metrics/vault/token/createaccessor.mdx index ba43e29a19..7dc5baf578 100644 --- a/website/content/partials/telemetry-metrics/vault/token/createaccessor.mdx +++ b/website/content/partials/telemetry-metrics/vault/token/createaccessor.mdx @@ -1,4 +1,4 @@ -### vault.token.createAccessor ((#vault-token-createaccessor)) +### vault.token.createAccessor {#vault-token-createaccessor} Metric type | Value | Description ----------- | ----- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/token/creation.mdx b/website/content/partials/telemetry-metrics/vault/token/creation.mdx index 2737f403ac..4922500cdb 100644 --- a/website/content/partials/telemetry-metrics/vault/token/creation.mdx +++ b/website/content/partials/telemetry-metrics/vault/token/creation.mdx @@ -1,4 +1,4 @@ -### vault.token.creation ((#vault-token-creation)) +### vault.token.creation {#vault-token-creation} Metric type | Value | Description ----------- | ------- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/token/lookup.mdx b/website/content/partials/telemetry-metrics/vault/token/lookup.mdx index 66da87d3fe..901be6d879 100644 --- a/website/content/partials/telemetry-metrics/vault/token/lookup.mdx +++ b/website/content/partials/telemetry-metrics/vault/token/lookup.mdx @@ -1,4 +1,4 @@ -### vault.token.lookup ((#vault-token-lookup)) +### vault.token.lookup {#vault-token-lookup} Metric type | Value | Description ----------- | ----- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/token/revoke.mdx b/website/content/partials/telemetry-metrics/vault/token/revoke.mdx index cfc559b22a..b20decaaf9 100644 --- a/website/content/partials/telemetry-metrics/vault/token/revoke.mdx +++ b/website/content/partials/telemetry-metrics/vault/token/revoke.mdx @@ -1,4 +1,4 @@ -### vault.token.revoke ((#vault-token-revoke)) +### vault.token.revoke {#vault-token-revoke} Metric type | Value | Description ----------- | ----- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/token/revoke_tree.mdx b/website/content/partials/telemetry-metrics/vault/token/revoke_tree.mdx index a1ab52258d..3464307b24 100644 --- a/website/content/partials/telemetry-metrics/vault/token/revoke_tree.mdx +++ b/website/content/partials/telemetry-metrics/vault/token/revoke_tree.mdx @@ -1,4 +1,4 @@ -### vault.token.revoke-tree ((#vault-token-revoke_tree)) +### vault.token.revoke-tree {#vault-token-revoke_tree} Metric type | Value | Description ----------- | ----- | ----------- diff --git a/website/content/partials/telemetry-metrics/vault/token/store.mdx b/website/content/partials/telemetry-metrics/vault/token/store.mdx index e9f2d11779..01494eaea6 100644 --- a/website/content/partials/telemetry-metrics/vault/token/store.mdx +++ b/website/content/partials/telemetry-metrics/vault/token/store.mdx @@ -1,5 +1,5 @@ -### vault.token.store ((#vault-token-store)) +### vault.token.store {#vault-token-store} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to store an updated token entry without writing to the secondary index \ No newline at end of file +summary | ms | Time required to store an updated token entry without writing to the secondary index diff --git a/website/content/partials/telemetry-metrics/vault/wal/deletewals.mdx b/website/content/partials/telemetry-metrics/vault/wal/deletewals.mdx index 051c4ce96f..7faab53e95 100644 --- a/website/content/partials/telemetry-metrics/vault/wal/deletewals.mdx +++ b/website/content/partials/telemetry-metrics/vault/wal/deletewals.mdx @@ -1,5 +1,5 @@ -### vault.wal.deleteWALs ((#vault-wal-deletewals)) +### vault.wal.deleteWALs {#vault-wal-deletewals} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to fully delete a write-ahead log \ No newline at end of file +summary | ms | Time required to fully delete a write-ahead log diff --git a/website/content/partials/telemetry-metrics/vault/wal/flushready.mdx b/website/content/partials/telemetry-metrics/vault/wal/flushready.mdx index 8cfe11e2d8..c958fd0dc7 100644 --- a/website/content/partials/telemetry-metrics/vault/wal/flushready.mdx +++ b/website/content/partials/telemetry-metrics/vault/wal/flushready.mdx @@ -1,5 +1,5 @@ -### vault.wal.flushReady ((#vault-wal-flushready)) +### vault.wal.flushReady {#vault-wal-flushready} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to fully flush a write-ahead log that is ready for storage \ No newline at end of file +summary | ms | Time required to fully flush a write-ahead log that is ready for storage diff --git a/website/content/partials/telemetry-metrics/vault/wal/flushready/queue_len.mdx b/website/content/partials/telemetry-metrics/vault/wal/flushready/queue_len.mdx index e4243cbd99..2782aaedaa 100644 --- a/website/content/partials/telemetry-metrics/vault/wal/flushready/queue_len.mdx +++ b/website/content/partials/telemetry-metrics/vault/wal/flushready/queue_len.mdx @@ -1,5 +1,5 @@ -### vault.wal.flushReady.queue_len ((#vault-wal-flushready-queue_len)) +### vault.wal.flushReady.queue_len {#vault-wal-flushready-queue_len} Metric type | Value | Description ----------- | ------- | ----------- -summary | number | Current size of the write queue in the WAL system \ No newline at end of file +summary | number | Current size of the write queue in the WAL system diff --git a/website/content/partials/telemetry-metrics/vault/wal/gc/deleted.mdx b/website/content/partials/telemetry-metrics/vault/wal/gc/deleted.mdx index 2ced6a3c73..b9832cbd25 100644 --- a/website/content/partials/telemetry-metrics/vault/wal/gc/deleted.mdx +++ b/website/content/partials/telemetry-metrics/vault/wal/gc/deleted.mdx @@ -1,5 +1,5 @@ -### vault.wal.gc.deleted ((#vault-wal-gc-deleted)) +### vault.wal.gc.deleted {#vault-wal-gc-deleted} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Number of write-ahead logs deleted during garbage collection \ No newline at end of file +gauge | number | Number of write-ahead logs deleted during garbage collection diff --git a/website/content/partials/telemetry-metrics/vault/wal/gc/total.mdx b/website/content/partials/telemetry-metrics/vault/wal/gc/total.mdx index 64265f0a12..de2d2464f8 100644 --- a/website/content/partials/telemetry-metrics/vault/wal/gc/total.mdx +++ b/website/content/partials/telemetry-metrics/vault/wal/gc/total.mdx @@ -1,5 +1,5 @@ -### vault.wal.gc.total ((#vault-wal-gc-total)) +### vault.wal.gc.total {#vault-wal-gc-total} Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Total number of write-ahead logs currently on disk \ No newline at end of file +gauge | number | Total number of write-ahead logs currently on disk diff --git a/website/content/partials/telemetry-metrics/vault/wal/loadwal.mdx b/website/content/partials/telemetry-metrics/vault/wal/loadwal.mdx index d036ab87b6..b51a9eea16 100644 --- a/website/content/partials/telemetry-metrics/vault/wal/loadwal.mdx +++ b/website/content/partials/telemetry-metrics/vault/wal/loadwal.mdx @@ -1,5 +1,5 @@ -### vault.wal.loadWAL ((#vault-wal-loadwal)) +### vault.wal.loadWAL {#vault-wal-loadwal} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to load a write-ahead log \ No newline at end of file +summary | ms | Time required to load a write-ahead log diff --git a/website/content/partials/telemetry-metrics/vault/wal/persistwals.mdx b/website/content/partials/telemetry-metrics/vault/wal/persistwals.mdx index 1f8b637082..4a82487693 100644 --- a/website/content/partials/telemetry-metrics/vault/wal/persistwals.mdx +++ b/website/content/partials/telemetry-metrics/vault/wal/persistwals.mdx @@ -1,5 +1,5 @@ -### vault.wal.persistWALs ((#vault-wal-persistwals)) +### vault.wal.persistWALs {#vault-wal-persistwals} Metric type | Value | Description ----------- | ----- | ----------- -summary | ms | Time required to persist a write-ahead log \ No newline at end of file +summary | ms | Time required to persist a write-ahead log