Skip to content

Commit 78effdd

Browse files
authored
docs: add redpanda_trust_file_crc32c and redpanda_truststore_expires_at_timestamp_seconds metrics (#1236)
1 parent c992001 commit 78effdd

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

modules/reference/pages/public-metrics-reference.adoc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1859,6 +1859,34 @@ Indicator of whether a resource has at least one valid TLS certificate installed
18591859

18601860
---
18611861

1862+
=== redpanda_trust_file_crc32c
1863+
1864+
CRC32C checksum calculated from the contents of the trust file. This value is calculated when a valid certificate is loaded and a trust store is present. Otherwise, the value is zero.
1865+
1866+
*Type*: gauge
1867+
1868+
*Labels*:
1869+
1870+
- `area`
1871+
- `detail`
1872+
- `shard`
1873+
1874+
---
1875+
1876+
=== redpanda_truststore_expires_at_timestamp_seconds
1877+
1878+
Expiry time of the shortest-lived CA in the truststore, measured in seconds since epoch.
1879+
1880+
*Type*: gauge
1881+
1882+
*Labels*:
1883+
1884+
- `area`
1885+
- `detail`
1886+
- `shard`
1887+
1888+
---
1889+
18621890
[[data_transform_metrics]]
18631891
== Data transforms metrics
18641892

0 commit comments

Comments
 (0)