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

app: add p2p stream metric and disable resource manager #2291

Merged
merged 3 commits into from
Jun 8, 2023

Commits on Jun 8, 2023

  1. app: disable resource manager (#2290)

    Disable resource manager in charon to avoid `resource limit exceeded` error from libp2p.
    
    category: misc
    ticket: #2277
    dB2510 authored and corverroos committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    597aea7 View commit details
    Browse the repository at this point in the history
  2. p2p: add stream counter metric (#2278)

    Adds a Prometheus metric to track the opened streams by protocol.
    
    category: bug
    ticket: #2277
    gsora authored and corverroos committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    97f8a02 View commit details
    Browse the repository at this point in the history
  3. app/promauto: implement reset gauge (#2289)

    Implement a ResetGauge to simplify "resetting of previously set labels".
    
    category: misc
    ticket: #2277
    corverroos committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    a57c120 View commit details
    Browse the repository at this point in the history