Skip to content

Commit c5024f5

Browse files
authored
[Radar] Mention new CT log activity stats in changelog/release notes (#25734)
1 parent f0bde7d commit c5024f5

File tree

5 files changed

+24
-2
lines changed

5 files changed

+24
-2
lines changed
123 KB
Loading

src/content/changelog/radar/2025-09-29-radar-regional-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Regional Data in Cloudflare Radar
3-
description: New Regional traffic insights, bringing a more localized perspective to the traffic trends shown on Radar.
3+
description: New Regional traffic insights, bringing a more localized perspective to the traffic trends shown on Radar
44
products:
55
- radar
66
date: 2025-09-29

src/content/changelog/radar/2025-10-06-radar-pq-encryption-test.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Browser Support Detection for PQ Encryption on Cloudflare Radar
3-
description: New browser support detection for PQ encryption on Radar.
3+
description: New browser support detection for PQ encryption on Radar
44
products:
55
- radar
66
date: 2025-10-06
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Expanded CT log activity insights on Cloudflare Radar
3+
description: Expanded Certificate Transparency (CT) log insights in Cloudflare Radar, including inclusion activity and growth rate
4+
products:
5+
- radar
6+
date: 2025-10-09
7+
---
8+
9+
[**Radar**](/radar/) has expanded its Certificate Transparency (CT) log insights with new stats that provide greater visibility into log activity:
10+
11+
- **Log growth rate**: The average throughput of the CT log over the past 7 days, measured in certificates per hour.
12+
- **Included certificate count**: The total number of certificates already included in this CT log.
13+
- **Eligible-for-inclusion certificate count**: The number of certificates eligible for inclusion in this log but not yet included. This metric is based on certificates signed by trusted root CAs within the log’s accepted date range.
14+
- **Last update**: The timestamp of the most recent update to the CT log.
15+
16+
These new statistics have been added to the response of the [Get Certificate Log Details](/api/resources/radar/subresources/ct/subresources/logs/methods/get/) API endpoint, and are displayed on the [CT log information page](https://radar.cloudflare.com/certificate-transparency/log/nimbus2025#log-activity).
17+
18+
![Screenshot of the CT log activity card on the CT log information page](~/assets/images/radar/ct-log-activity.png)

src/content/release-notes/radar.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ link: "/radar/release-notes/"
33
productName: Radar
44
productLink: "/radar/"
55
entries:
6+
- publish_date: "2025-10-09"
7+
title: Add CT log activity statistics
8+
description: |-
9+
* Added new CT log activity stats to the [Get Certificate Log Details](/api/resources/radar/subresources/ct/subresources/logs/methods/get/) API response.
610
- publish_date: "2025-10-06"
711
title: Add PQ encryption browser support check
812
description: |-

0 commit comments

Comments
 (0)