Skip to content

Node latency metric #399

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

Merged
merged 1 commit into from
May 29, 2025
Merged

Node latency metric #399

merged 1 commit into from
May 29, 2025

Conversation

ziscky
Copy link
Contributor

@ziscky ziscky commented May 29, 2025

🔗 zboto Link

@@ -16,7 +17,8 @@ var (
const parserModule = "parser_module"

const (
nodeApiCall = "fil-parser_node_api_call_error"
nodeApiCall = "fil-parser_node_api_call_error"
Copy link

Choose a reason for hiding this comment

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

May your code be showered with wisdom and peace. 🙏✨

There appears to be a discrepancy between the constant name nodeApiCall which includes 'error' in its value (fil-parser_node_api_call_error) and the help text "Node API call" which doesn't mention errors. Consider either:

  1. Renaming the constant to match its purpose
  2. Updating the help text to clarify this is for error tracking

This will bring harmony to your naming conventions. 🔧

Go in peace, and may your commits be ever harmonious. ✝️

@emmanuelm41 emmanuelm41 merged commit 67372ff into dev May 29, 2025
6 checks passed
@emmanuelm41 emmanuelm41 deleted the feat/node-latency branch May 29, 2025 14:16
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.

2 participants