Skip to content

Made metrics instrumentation modular#483

Merged
rpanic merged 2 commits intodevelopfrom
feature/metrics-modularization
Apr 20, 2026
Merged

Made metrics instrumentation modular#483
rpanic merged 2 commits intodevelopfrom
feature/metrics-modularization

Conversation

@rpanic
Copy link
Copy Markdown
Member

@rpanic rpanic commented Mar 31, 2026

Based on #479

Closes #482

@rpanic rpanic linked an issue Mar 31, 2026 that may be closed by this pull request
@rpanic rpanic mentioned this pull request Mar 31, 2026

setInterval(async () => {
const random = Math.floor(Math.random() * 5);
const random = 0; //Math.floor(Math.random() * 5);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why we force zero here?

Copy link
Copy Markdown
Collaborator

@stanlou stanlou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let’s fix the lint issues and then merge.

@rpanic rpanic changed the base branch from integration/devnet-module-merge to develop April 20, 2026 18:25
@rpanic rpanic merged commit 82dc9e7 into develop Apr 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make metric instrumentation modular

2 participants