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

return histograms for time metrics #1005

Merged
merged 2 commits into from
Jul 11, 2024
Merged

return histograms for time metrics #1005

merged 2 commits into from
Jul 11, 2024

Commits on Jul 11, 2024

  1. metrics: return histograms for time metrics

    create local type MetricsMap
    implement receive_metric function for local types
    add error management
    iterate logarithmically (base 2) to produce prometheus buckets
    
    optimize the listing of available metrics, with iterators
    optimize function dump_cluster_metrics
    Keksoj committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    64b558e View commit details
    Browse the repository at this point in the history
  2. fix AggregatedMetrics::merge_metrics

    the method would insert non-mergeable backend metrics.
    Keksoj committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    15ac8eb View commit details
    Browse the repository at this point in the history