Skip to content

Commit 9e32f03

Browse files
authored
Add documentation for new PKI certificate count census metrics (#1106)
2 parents 2e54b77 + 7edb8cc commit 9e32f03

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

content/vault/v1.21.x (rc)/content/docs/license/product-usage-reporting.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ All of these metrics are numerical, and contain no sensitive values or additiona
170170
| `vault.secret.engine.alicloud.count` | The total number of Alicloud secret engines in Vault. |
171171
| `vault.secret.engine.aws.count` | The total number of AWS secret engines in Vault. |
172172
| `vault.secret.engine.aws.dynamic.role.count` | The total number of AWS dynamic roles in Vault. |
173-
| `vault.secret.engine.aws.static.role.count` | The total number of AWS static roles in Vault.
173+
| `vault.secret.engine.aws.static.role.count` | The total number of AWS static roles in Vault.
174174
| `vault.secret.engine.azure.count` | The total number of Azure secret engines in Vault. |
175175
| `vault.secret.engine.azure.dynamic.role.count` | The total number of Azure dynamic roles in Vault. |
176176
| `vault.secret.engine.consul.count` | The total number of Consul secret engines in Vault. |
@@ -254,6 +254,8 @@ All of these metrics are numerical, and contain no sensitive values or additiona
254254
| `vault.autosnapshots.google-gcs.count` | The total of automated snapshot configurations with storage type Google GCS. |
255255
| `vault.autosnapshots.aws-s3.count` | The total number of automated snapshot configurations with storage type AWS S3. |
256256
| `vault.autosnapshots.azure-blob.count` | The total number of automated snapshot configurations with storage type Azure Blob. |
257+
| `vault.pki.cert.stored.count.current_month | The number of certificates stored in built-in PKI backends in the current month. |
258+
| `vault.pki.cert.stored.count.previous_month | The number of certificates stored in built-in PKI backends in the previous month. |
257259

258260
## Usage metadata list
259261

content/vault/v1.21.x (rc)/content/docs/license/utilization/manual-reporting.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,16 @@ The default retention period is 400 days.
184184
"key": "clientcount.previous_month_complete.type.secret_sync",
185185
"value": 0,
186186
"mode": "write"
187+
},
188+
"certcount.current_month_estimate": {
189+
"key": "certcount.current_month_estimate",
190+
"value": 0,
191+
"mode": "write"
192+
},
193+
"certcount.previous_month_complete": {
194+
"key": "certcount.previous_month_complete",
195+
"value": 0,
196+
"mode": "write"
187197
}
188198
},
189199
"product_version": "1.16.0+ent",

0 commit comments

Comments
 (0)