feat: NMv3: Prometheus metrics for network monitor#6693
Merged
jstuczyn merged 8 commits intofeat/mix-stress-testingfrom Apr 24, 2026
Merged
feat: NMv3: Prometheus metrics for network monitor#6693jstuczyn merged 8 commits intofeat/mix-stress-testingfrom
jstuczyn merged 8 commits intofeat/mix-stress-testingfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
d4f290c to
2bdd601
Compare
98df819 to
4e9fb84
Compare
2bdd601 to
0f82710
Compare
0f82710 to
302c8bf
Compare
4e9fb84 to
aa6a5e9
Compare
302c8bf to
267c5f0
Compare
aa6a5e9 to
cb1175b
Compare
267c5f0 to
0a22d03
Compare
cb1175b to
a2ed5e0
Compare
Base automatically changed from
feat/nmv3-results-api
to
feat/mix-stress-testing
April 24, 2026 09:55
simonwicky
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NYM-754
Wires up a
/v1/metrics/prometheusscrape endpoint for the v3 orchestrator, along with the metric variants it exposes and the call-site instrumentation that feeds them. The handle follows the existing nym-node wrapper pattern: a singletonPROMETHEUS_METRICSbacked bynym_metrics, with every variant pre-registered at startup so scrapes never see a missing series.Summary
This change is