Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Authority discovery metrics #2329

Open
kamilsa opened this issue Dec 30, 2024 · 0 comments · May be fixed by #2333
Open

[Feature Request]: Authority discovery metrics #2329

kamilsa opened this issue Dec 30, 2024 · 0 comments · May be fixed by #2333
Assignees
Labels

Comments

@kamilsa
Copy link
Contributor

kamilsa commented Dec 30, 2024

Component

Other

Feature Description

Add metrics for tracking authority discovery:

  • amount_addresses_last_published: A gauge that indicates the number of external addresses published when authority discovery
  • requests_pending: A gauge that shows the number of pending authority address requests.
  • dht_event_received: A counter vector that counts the number of DHT (Distributed Hash Table) events received by authority discovery, categorized by event name.
  • handle_value_found_event_failure: A counter that records the number of times handling a DHT value found event failed.
  • known_authorities_count: A gauge that indicates the number of authorities known by authority discovery.

References and additional Information

No response

@turuslan turuslan linked a pull request Jan 10, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants