How to Store Spring Boot Application Metrics in InfluxDB

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. micrometer

    An application observability facade for the most popular observability tools. Think SLF4J, but for observability.

    In this tutorial, you'll learn how to build a Java web application with Spring Boot that collects metrics via the Micrometer library and automatically sends them to an instance of InfluxDB, the ideal database for storing this type of data.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. influxdb3-python

    Python module that provides a simple and convenient way to interact with InfluxDB 3.0.

    In this tutorial, you'll learn how to build a Java web application with Spring Boot that collects metrics via the Micrometer library and automatically sends them to an instance of InfluxDB, the ideal database for storing this type of data.

  4. If you want to test the demo application you're going to learn how to build, clone the GitHub repository supporting this tutorial with the following command:

  5. Spring Data JPA

    Simplifies the development of creating a JPA-based data access layer.

    Please note: The H2 database was chosen for simplicity. You can replace it with any other database technology and use the Spring Boot JPA to connect. The demo application will still work.

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

  • EclipseStore – Databaseless Java Persistence for Microservices and Serverless

    1 project | news.ycombinator.com | 8 Dec 2023
  • Permazen: Language-natural persistence to KV stores

    6 projects | news.ycombinator.com | 19 Sep 2023
  • Figma Is a File Editor

    3 projects | news.ycombinator.com | 13 Jul 2023
  • Migrating quartz to jobrunr

    2 projects | /r/java | 21 Feb 2023
  • Persism 2.2.0 - A Lightweight ORM for Java

    1 project | /r/programming | 17 Sep 2022

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