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

network: remove near_<msg-type>_{total,bytes} metrics #6661

Merged
merged 3 commits into from
Apr 21, 2022

Commits on Apr 21, 2022

  1. network: remove near_<msg-type>_{total,bytes} metrics

    Remove near_<msg-type>_total metrics.  Data in those metrics are
    available in a near_peer_message_received_by_type_total{type} metric
    which is easier to deal with since it’s a single metric with a label
    for all types rather than multiple metrics.
    
    Similarly, replace near_<msg-type>_bytes metrics with a new
    near_peer_message_received_by_type_bytes metric.
    
    The near_<msg-type>_dropped metric is left as is for now but will be
    dealt with in another change.
    mina86 committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    57762d7 View commit details
    Browse the repository at this point in the history
  2. add changelog

    mina86 committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    949a003 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30013c5 View commit details
    Browse the repository at this point in the history