MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap
Revision 2 as of 2025-07-01 18:40:27
  • prometheus

Contents

  1. prometheus
    1. Micrometer in spring boot

prometheus

  • https://prometheus.io/docs/introduction/overview/

Prometheus is an open-source systems monitoring and alerting toolkit originally built at SoundCloud.

Prometheus collects and stores its metrics as time series data, i.e. metrics information is stored with the timestamp at which it was recorded, alongside optional key-value pairs called labels.

Binaries:

  • https://github.com/prometheus/prometheus/releases/download/v3.4.2/prometheus-3.4.2.linux-amd64.tar.gz

  • https://github.com/prometheus/alertmanager/releases/download/v0.28.1/alertmanager-0.28.1.linux-amd64.tar.gz

Micrometer in spring boot

In Spring Boot we can have micrometer deployed so it returns metrics when prometheus scrapes it.

  • https://docs.micrometer.io/micrometer/reference/implementations/prometheus.html

  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01