{"id":33237020,"url":"https://github.com/40ants/prometheus-gc","last_synced_at":"2026-01-16T20:20:21.251Z","repository":{"id":143092992,"uuid":"592001616","full_name":"40ants/prometheus-gc","owner":"40ants","description":"Extension for prometheus.cl which collects metrics about garbage collector state.","archived":false,"fork":false,"pushed_at":"2026-01-12T10:24:44.000Z","size":88,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-12T18:54:24.208Z","etag":null,"topics":["common-lisp","monitoring","prometheus"],"latest_commit_sha":null,"homepage":"https://40ants.com/prometheus-gc/","language":"Common Lisp","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/40ants.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-22T16:17:24.000Z","updated_at":"2025-02-25T22:44:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc207590-b659-4c57-8961-a49c15bd4072","html_url":"https://github.com/40ants/prometheus-gc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/40ants/prometheus-gc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fprometheus-gc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fprometheus-gc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fprometheus-gc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fprometheus-gc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/40ants","download_url":"https://codeload.github.com/40ants/prometheus-gc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/40ants%2Fprometheus-gc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28482267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":["common-lisp","monitoring","prometheus"],"created_at":"2025-11-16T19:00:28.311Z","updated_at":"2026-01-16T20:20:21.237Z","avatar_url":"https://github.com/40ants.png","language":"Common Lisp","readme":"\u003ca id=\"x-28PROMETHEUS-GC-DOCS-2FINDEX-3A-40README-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29\"\u003e\u003c/a\u003e\n\n# prometheus-gc - This is a Prometheus collector for Common Lisp implementation garbage collector.\n\n\u003ca id=\"prometheus-gc-asdf-system-details\"\u003e\u003c/a\u003e\n\n## PROMETHEUS-GC ASDF System Details\n\n* Description: This is a Prometheus collector for Common Lisp implementation garbage collector.\n* Licence: Unlicense\n* Author: Alexander Artemenko \u003csvetlyak.40wt@gmail.com\u003e\n* Homepage: [https://40ants.com/prometheus-gc][6ef5]\n* Bug tracker: [https://github.com/40ants/prometheus-gc/issues][42ed]\n* Source control: [GIT][aa36]\n* Depends on: [prometheus][14fa]\n\n[![](https://github-actions.40ants.com/40ants/prometheus-gc/matrix.svg?only=ci.run-tests)][3a13]\n\n![](http://quickdocs.org/badge/prometheus-gc.svg)\n\n\u003ca id=\"x-28PROMETHEUS-GC-DOCS-2FINDEX-3A-3A-40ABOUT-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29\"\u003e\u003c/a\u003e\n\n## What is this?\n\nThis is a Prometheus collector for Common Lisp implementation garbage collector.\n\nOnly `SBCL` is currently supported.\n\n\u003ca id=\"x-28PROMETHEUS-GC-DOCS-2FINDEX-3A-3A-40INSTALLATION-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29\"\u003e\u003c/a\u003e\n\n## Installation\n\nYou can install this library from Quicklisp, but you want to receive updates quickly, then install it from Ultralisp.org:\n\n```\n(ql-dist:install-dist \"http://dist.ultralisp.org/\"\n                      :prompt nil)\n(ql:quickload :prometheus-gc)\n```\n\u003ca id=\"x-28PROMETHEUS-GC-DOCS-2FINDEX-3A-3A-40USAGE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29\"\u003e\u003c/a\u003e\n\n## Usage\n\nInstantiate collector like this:\n\n```lisp\n(prometheus-gc:make-gc-collector :registry registry)\n```\nThen serialize metrics as described in the docs of [prometheus.cl][67af] library.\n\n\n[6ef5]: https://40ants.com/prometheus-gc\n[aa36]: https://github.com/40ants/prometheus-gc\n[3a13]: https://github.com/40ants/prometheus-gc/actions\n[42ed]: https://github.com/40ants/prometheus-gc/issues\n[67af]: https://github.com/deadtrickster/prometheus.cl\n[14fa]: https://quickdocs.org/prometheus\n\n* * *\n###### [generated by [40ANTS-DOC](https://40ants.com/doc/)]\n","funding_links":[],"categories":["Interfaces to other package managers"],"sub_categories":["Hosting platforms"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F40ants%2Fprometheus-gc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F40ants%2Fprometheus-gc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F40ants%2Fprometheus-gc/lists"}