Skip to content

feat: broken sockets metric in batcher - #1255

Merged
uri-99 merged 22 commits into
stagingfrom
1241-measure-broken-websocketserrors-with-prometheus-when-sending-responses-in-batcher
Oct 18, 2024
Merged

feat: broken sockets metric in batcher#1255
uri-99 merged 22 commits into
stagingfrom
1241-measure-broken-websocketserrors-with-prometheus-when-sending-responses-in-batcher

Conversation

@MarcosNicolau

@MarcosNicolauMarcosNicolau commented Oct 14, 2024

Copy link
Copy Markdown
Collaborator

Changes
Adds metrics for the broken sockets when sending responses in the batcher.

Testing
Set up a local testnet as usual, and:

  • Run metrics: make run_metrics
  • Start sending proofs and stop the execution.
  • Go to localhost:3000 and you should see a new module: Broken sockets

Closes#1241

@MarcosNicolauMarcosNicolau self-assigned this Oct 15, 2024
@MarcosNicolau
MarcosNicolau marked this pull request as ready for review October 15, 2024 15:09
…-prometheus-when-sending-responses-in-batcher
Comment threadbatcher/aligned-batcher/src/connection.rs Outdated
Comment threadbatcher/aligned-batcher/src/connection.rs Outdated
Comment threadbatcher/aligned-batcher/src/connection.rs Outdated
Comment threadgrafana/provisioning/dashboards/aligned/aggregator_batcher.json Outdated
Comment threadbatcher/aligned-batcher/src/lib.rs Outdated
Comment threadbatcher/aligned-batcher/src/metrics.rs Outdated
@uri-99
uri-99 merged commit 468fed9 into stagingOct 18, 2024
@uri-99
uri-99 deleted the 1241-measure-broken-websocketserrors-with-prometheus-when-sending-responses-in-batcher branch October 18, 2024 21:02
PatStiles pushed a commit that referenced this pull request Nov 6, 2024
Co-authored-by: Julian Arce <52429267+JuArce@users.noreply.github.com>
Co-authored-by: Mariano Nicolini <mariano.nicolini.91@gmail.com>
Sign up for freeto 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.

Measure broken websockets/errors with Prometheus when sending responses in Batcher

6 participants

@MarcosNicolau@uri-99@IAvecilla@entropidelic@avilagaston9@JuArce