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

chore: updated grafana dashboard for better HBAR Rate Limit visibility #3362

Conversation

quiet-node
Copy link
Member

Description:
This PR adds the latest Grafana dashboard JSON file, including the newly added HBAR Rate Limit service metrics.

Fixes #3360

New Items:

• New Tile: Operator Balance Monitoring
Added a dashboard tile to monitor the current balance of the operator.
image

• New Tile: HBAR Rate Limit Counter
Introduced a tile to track the occurrences of HBAR rate limits, ensuring visibility into rate limit events.
image

• New Tile: Total HBAR Burnt Across the Network
Created a tile to display the total amount of HBAR burnt through all network activities.
image

• New Tiles: HBAR Burnt by Server Type
Added tiles to monitor the total HBAR burnt by HTTP and WebSocket (WS) servers individually.
image

• New Tiles: HBAR Burnt by Individual Pods
Introduced tiles to track the total HBAR burnt by each pod for both HTTP and WS servers.

image

• New Tiles: HBAR Spending Plans by Tier
Added tiles to monitor the unique number of HBAR spending plans, categorized by tiers (BASIC, EXTENDED, PRIVILEGED).
image

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
@quiet-node quiet-node added the internal For changes that affect the project's internal workings but not its outward-facing functionality. label Jan 9, 2025
@quiet-node quiet-node added this to the 0.64.0 milestone Jan 9, 2025
@quiet-node quiet-node self-assigned this Jan 9, 2025
@quiet-node quiet-node requested review from a team as code owners January 9, 2025 00:07
@quiet-node quiet-node requested a review from acuarica January 9, 2025 00:07
Copy link

sonarqubecloud bot commented Jan 9, 2025

Copy link

github-actions bot commented Jan 9, 2025

Test Results

 21 files   -   1  336 suites   - 29   38m 19s ⏱️ - 5m 20s
614 tests +101  605 ✅ + 99  4 💤 +2  5 ❌ ±0 
813 runs   - 105  801 ✅  - 103  4 💤  - 2  8 ❌ ±0 

For more details on these failures, see this check.

Results for commit 4c06106. ± Comparison against base commit b2bff54.

♻️ This comment has been updated with latest results.

@quiet-node quiet-node merged commit 16939ff into main Jan 9, 2025
48 of 50 checks passed
@quiet-node quiet-node deleted the 3360-alerting-system-research-explore-and-document-synthetics-grafana-dashboard branch January 9, 2025 16:49
Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.98%. Comparing base (b2bff54) to head (4c06106).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3362      +/-   ##
==========================================
+ Coverage   83.87%   84.98%   +1.10%     
==========================================
  Files          69       69              
  Lines        4688     4688              
  Branches     1050     1050              
==========================================
+ Hits         3932     3984      +52     
+ Misses        426      393      -33     
+ Partials      330      311      -19     
Flag Coverage Δ
config-service 98.14% <ø> (ø)
relay 79.72% <ø> (ø)
server 83.28% <ø> (ø)
ws-server 36.66% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 4 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal For changes that affect the project's internal workings but not its outward-facing functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Alerting System Research] Explore and Document Synthetics Grafana Dashboard
3 participants