[PR #3176] [MERGED] Blocklist metrics #3615

Closed
opened 2026-03-16 11:53:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3176
Author: @marcus0x62
Created: 8/4/2025
Status: Merged
Merged: 8/6/2025
Merged by: @marcus0x62

Base: mainHead: blocklist_metrics


📝 Commits (2)

  • 9d73b93 add metrics to the blocklist
  • 24ac1ba blocklist metrics tests

📊 Changes

2 files changed (+205 additions, -1 deletions)

View changed files

📝 bin/tests/integration/named_metrics_tests.rs (+129 -1)
📝 crates/server/src/store/blocklist.rs (+76 -0)

📄 Description

This adds basic metrics for the blocklist authority:

  • Gauge for total blocklist entries
  • Blocklist hits
  • Total queries received
  • Total queries blocked
  • Total queries logged

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/3176 **Author:** [@marcus0x62](https://github.com/marcus0x62) **Created:** 8/4/2025 **Status:** ✅ Merged **Merged:** 8/6/2025 **Merged by:** [@marcus0x62](https://github.com/marcus0x62) **Base:** `main` ← **Head:** `blocklist_metrics` --- ### 📝 Commits (2) - [`9d73b93`](https://github.com/hickory-dns/hickory-dns/commit/9d73b93e071bfe1587d9d21191367a5903a062bc) add metrics to the blocklist - [`24ac1ba`](https://github.com/hickory-dns/hickory-dns/commit/24ac1ba9caf81fa62a17e811492dff37d6a6c43d) blocklist metrics tests ### 📊 Changes **2 files changed** (+205 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `bin/tests/integration/named_metrics_tests.rs` (+129 -1) 📝 `crates/server/src/store/blocklist.rs` (+76 -0) </details> ### 📄 Description This adds basic metrics for the blocklist authority: - Gauge for total blocklist entries - Blocklist hits - Total queries received - Total queries blocked - Total queries logged --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:53:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#3615
No description provided.