{"id":41528768,"url":"https://github.com/moelholm/prometheus-spring-boot-starter","last_synced_at":"2026-01-23T22:42:14.835Z","repository":{"id":57728131,"uuid":"81123187","full_name":"moelholm/prometheus-spring-boot-starter","owner":"moelholm","description":"Spring Boot Starter for enabling a Prometheus actuator endpoint","archived":false,"fork":false,"pushed_at":"2017-11-14T09:30:15.000Z","size":64,"stargazers_count":54,"open_issues_count":4,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-15T02:55:24.890Z","etag":null,"topics":["java","prometheus","spring","spring-boot"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moelholm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-06T19:25:16.000Z","updated_at":"2023-10-28T11:37:51.000Z","dependencies_parsed_at":"2022-08-30T09:11:31.828Z","dependency_job_id":null,"html_url":"https://github.com/moelholm/prometheus-spring-boot-starter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/moelholm/prometheus-spring-boot-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moelholm%2Fprometheus-spring-boot-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moelholm%2Fprometheus-spring-boot-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moelholm%2Fprometheus-spring-boot-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moelholm%2Fprometheus-spring-boot-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moelholm","download_url":"https://codeload.github.com/moelholm/prometheus-spring-boot-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moelholm%2Fprometheus-spring-boot-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28701860,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","prometheus","spring","spring-boot"],"created_at":"2026-01-23T22:42:14.254Z","updated_at":"2026-01-23T22:42:14.825Z","avatar_url":"https://github.com/moelholm.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Spring Boot Starter for Prometheus\n\nThis is Spring Boot Starter module for activating a Prometheus endpoint in Spring Boot applications.\n\n[![Build Status](https://travis-ci.org/moelholm/prometheus-spring-boot-starter.svg?branch=master)](https://travis-ci.org/moelholm/prometheus-spring-boot-starter) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.moelholm/prometheus-spring-boot-starter/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.moelholm/prometheus-spring-boot-starter)\n\n\n### What you get\n\nA new Spring Boot Actuator endpoint - designed for Prometheus:\n\n    http://localhost:8080/prometheus\n\nIf you curl that you will get something like:\n\n    # HELP heap_used heap_used\n    # TYPE heap_used gauge\n\nExactly how Prometheus likes it.\n\n### How you get it\n\nIt's as easy as any other Spring Boot Starter ;). Find your recipe below...\n\nGradle:\n\n    compile \"com.moelholm:prometheus-spring-boot-starter:1.0.1\"\n\nMaven:\n\n    \u003cdependency\u003e\n      \u003cgroupId\u003ecom.moelholm\u003c/groupId\u003e\n      \u003cartifactId\u003eprometheus-spring-boot-starter\u003c/artifactId\u003e\n      \u003cversion\u003e1.0.1\u003c/version\u003e\n    \u003c/dependency\u003e\n\n### Configuration\n\nYou can configure 2 x properties - here shown with their default values:\n\n    endpoints.prometheus.path      = /prometheus\n    \n    endpoints.prometheus.sensitive = false\n\nSame configuration as you will find with the standard Spring Boot Actuator endpoints.\n\n### Alternatives\n\nThere are other starters as well:\n\n- https://github.com/thomasdarimont/prometheus-spring-boot-starter\n- https://github.com/akaGelo/spring-boot-starter-prometheus\n\nBoth actually existed at the time I started development of this starter. The first one is simple\nbut lacks two things: being in the Maven Central and using Spring Boot Actuator endpoints. The second\none is very much like this starter - but additionally comes with health indicator information as well.\nPersonally I found the implementation a bit complex - contrary to Thomas' implementation. Hence this starter: \na kind of mashup ;)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoelholm%2Fprometheus-spring-boot-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoelholm%2Fprometheus-spring-boot-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoelholm%2Fprometheus-spring-boot-starter/lists"}