[PR #24] [MERGED] Use expvar #248

Closed
opened 2026-03-01 17:24:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/abh/geodns/pull/24
Author: @miekg
Created: 12/26/2012
Status: Merged
Merged: 12/27/2012
Merged by: @abh

Base: masterHead: master


📝 Commits (1)

  • 1f8800c replace qCounter++ with a mutex from expvar

📊 Changes

3 files changed (+19 additions, -13 deletions)

View changed files

📝 geodns.go (+2 -1)
📝 monitor.go (+15 -8)
📝 serve.go (+2 -4)

📄 Description

Make use of the expvar package convert all use of qCounter.
Not tested: expect: it compiles, ship it.

The logging output may be slightly different - didn't look to careful.


🔄 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/abh/geodns/pull/24 **Author:** [@miekg](https://github.com/miekg) **Created:** 12/26/2012 **Status:** ✅ Merged **Merged:** 12/27/2012 **Merged by:** [@abh](https://github.com/abh) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`1f8800c`](https://github.com/abh/geodns/commit/1f8800c32559297b6b68b3aac03c878b8d8b22f7) replace qCounter++ with a mutex from expvar ### 📊 Changes **3 files changed** (+19 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `geodns.go` (+2 -1) 📝 `monitor.go` (+15 -8) 📝 `serve.go` (+2 -4) </details> ### 📄 Description Make use of the expvar package convert all use of qCounter. Not tested: expect: it compiles, ship it. The logging output may be slightly different - didn't look to careful. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 17:24:49 +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/geodns#248
No description provided.