{"id":16118945,"url":"https://github.com/cch0/spring-boot-2-prometheus","last_synced_at":"2025-04-06T09:50:48.208Z","repository":{"id":84547358,"uuid":"123493448","full_name":"cch0/spring-boot-2-prometheus","owner":"cch0","description":"bare minimum spring boot 2 application with Prometheus","archived":false,"fork":false,"pushed_at":"2018-03-01T21:34:00.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T15:36:52.493Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cch0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-01T21:17:48.000Z","updated_at":"2018-03-01T21:34:01.000Z","dependencies_parsed_at":"2023-03-08T08:15:24.706Z","dependency_job_id":null,"html_url":"https://github.com/cch0/spring-boot-2-prometheus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cch0%2Fspring-boot-2-prometheus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cch0%2Fspring-boot-2-prometheus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cch0%2Fspring-boot-2-prometheus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cch0%2Fspring-boot-2-prometheus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cch0","download_url":"https://codeload.github.com/cch0/spring-boot-2-prometheus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247463903,"owners_count":20942948,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-09T20:51:39.303Z","updated_at":"2025-04-06T09:50:48.174Z","avatar_url":"https://github.com/cch0.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spring-boot-2-prometheus\nBare minimum spring boot 2 application with Prometheus\n\nOnce application is started, __Prometheus__ endpoint is available at __/actuator/prometheus__ and __metrics__ endpoint at __/actuator/metrics__.\n\n\nThis application is generated by [Spring Initializr](https://start.spring.io/) with additional dependency on actuator, web and devtools.\n\nAdditional maven dependency for __micrometer-registry-prometheus__ is also added so that the application is generating metrics in Prometheus format.\n\nIn the __application.yml__ file, prometheus and metrics endpoints are enabled by the following configuration.\n\n```\nmanagement:\n  endpoints:\n    web:\n      exposure:\n        include:\n          - info\n          - health\n          - prometheus\n          - metrics\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcch0%2Fspring-boot-2-prometheus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcch0%2Fspring-boot-2-prometheus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcch0%2Fspring-boot-2-prometheus/lists"}