Metriki: a client-aggregate metrics library ported from Dropwizard Metrics

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. Metrics

    :chart_with_upwards_trend: Capturing JVM- and application-level metrics. So you know what's going on. (by dropwizard)

    I have been a loyal user of Java's Dropwizard Metrics library. And it's the most important missing part when our team writing a large-scale rust application. So I decide to port the library to Rust: Metriki

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. metriki

    Rust metrics ported from dropwizard metrics

    I have been a loyal user of Java's Dropwizard Metrics library. And it's the most important missing part when our team writing a large-scale rust application. So I decide to port the library to Rust: Metriki

  4. metrics

    A metrics ecosystem for Rust. (by metrics-rs)

    The most important character of Metriki, that different it from metrics, is it aggregates metrics on the client side so you can record data at a fixed interval while retaining its statistical information.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Custom metrics using @vercel/otel

    2 projects | dev.to | 6 Apr 2025
  • 100 DevOps Interview Questions and Answers for 2025

    3 projects | dev.to | 6 Apr 2025
  • Show HN: CNCF announces Dapr Agents, a vendor-neutral AI framework

    3 projects | news.ycombinator.com | 12 Mar 2025
  • Kubernetes Monitoring Challenges: Root Causes and Solutions

    1 project | dev.to | 11 Feb 2025
  • Shift Left Meets Kafka: Testing Event-Driven Microservices

    1 project | dev.to | 20 Jan 2025

Did you know that Rust is
the 5th most popular programming language
based on number of references?