{"id":16701379,"url":"https://github.com/prometheus-erl/prometheus-httpd","last_synced_at":"2025-07-10T12:34:03.664Z","repository":{"id":46158656,"uuid":"84337578","full_name":"prometheus-erl/prometheus-httpd","owner":"prometheus-erl","description":"Expose Prometheus metrics using inets httpd.","archived":false,"fork":false,"pushed_at":"2025-05-06T10:56:49.000Z","size":113,"stargazers_count":24,"open_issues_count":0,"forks_count":16,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-15T08:23:10.882Z","etag":null,"topics":["erlang","http","instrumentation","metrics","monitoring","prometheus"],"latest_commit_sha":null,"homepage":null,"language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prometheus-erl.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":"2017-03-08T15:44:29.000Z","updated_at":"2025-05-06T10:53:58.000Z","dependencies_parsed_at":"2024-06-21T04:16:55.073Z","dependency_job_id":"3eff86fa-94aa-4121-8cee-b27d4b70efb4","html_url":"https://github.com/prometheus-erl/prometheus-httpd","commit_stats":null,"previous_names":["deadtrickster/prometheus_httpd","prometheus-erl/prometheus-httpd","deadtrickster/prometheus-httpd"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/prometheus-erl/prometheus-httpd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prometheus-erl%2Fprometheus-httpd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prometheus-erl%2Fprometheus-httpd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prometheus-erl%2Fprometheus-httpd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prometheus-erl%2Fprometheus-httpd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prometheus-erl","download_url":"https://codeload.github.com/prometheus-erl/prometheus-httpd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prometheus-erl%2Fprometheus-httpd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264578900,"owners_count":23631555,"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":["erlang","http","instrumentation","metrics","monitoring","prometheus"],"created_at":"2024-10-12T18:43:50.387Z","updated_at":"2025-07-10T12:34:03.621Z","avatar_url":"https://github.com/prometheus-erl.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prometheus.io inets httpd exporter #\n\n[![Hex.pm](https://img.shields.io/hexpm/v/prometheus_httpd.svg?maxAge=2592000?style=plastic)](https://hex.pm/packages/prometheus_httpd)\n[![Hex.pm](https://img.shields.io/hexpm/dt/prometheus_httpd.svg?maxAge=2592000)](https://hex.pm/packages/prometheus_httpd)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/prometheus_httpd/)\n[![GitHub Actions](https://github.com/prometheus-erl/prometheus-httpd/actions/workflows/ci.yml/badge.svg)](https://github.com/prometheus-erl/prometheus-httpd/actions/workflows/ci.yml)\n[![Codecov](https://codecov.io/github/prometheus-erl/prometheus-httpd/graph/badge.svg?token=G9HB5UKNIY)](https://codecov.io/github/prometheus-erl/prometheus-httpd)\n\nProvides [httpd middleware](http://erlang.org/doc/man/httpd.html) \"mod-module\" (`prometheus_httpd`) for exposing [Prometheus.io](https://github.com/prometheus-erl/prometheus.erl) metrics in various formats.\n\nAlso can start its own httpd instance with just `prometheus_httpd` enabled.\n\n## Usage\n\n```\nprometheus_httpd:start()\n```\n\nMore in the `prometheus_httpd` module [documentation](https://hexdocs.pm/prometheus_httpd/prometheus_httpd.md)\n\n![BEAM Dashboard](https://raw.githubusercontent.com/prometheus-erl/beam-dashboards/master/BEAM.png)\n\n- IRC: #erlang on Freenode; \n- [Slack](https://elixir-slackin.herokuapp.com/): #prometheus channel - [Browser](https://elixir-lang.slack.com/messages/prometheus) or App(slack://elixir-lang.slack.com/messages/prometheus).\n\n## Integrations\n- [Ecto Instrumenter](https://hex.pm/packages/prometheus_ecto)\n- [Erlang client](https://github.com/prometheus-erl/prometheus.erl)\n- [Elixir client](https://github.com/prometheus-erl/prometheus.ex)\n- [Elixir plugs Instrumenters and Exporter](https://hex.pm/packages/prometheus_plugs)\n- [Extatus - App to report metrics to Prometheus from Elixir GenServers](https://github.com/gmtprime/extatus)\n- [Fuse plugin](https://github.com/jlouis/fuse#fuse_stats_prometheus)\n- [OS process info Collector](https://hex.pm/packages/prometheus_process_collector) (linux-only)\n- [Phoenix Instrumenter](https://hex.pm/packages/prometheus_phoenix)\n- [RabbitMQ Exporter](https://github.com/prometheus-erl/prometheus_rabbitmq_exporter).\n\n## Dashboards\n\n- [Beam Dashboards](https://github.com/prometheus-erl/beam-dashboards).\n\n## Blogs\n\n- [Monitoring Elixir apps in 2016: Prometheus and Grafana](https://aldusleaf.org/monitoring-elixir-apps-in-2016-prometheus-and-grafana/)\n- [A Simple Erlang Application, with Prometheus](http://markbucciarelli.com/2016-11-23_a_simple_erlang_application_with_prometheus.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprometheus-erl%2Fprometheus-httpd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprometheus-erl%2Fprometheus-httpd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprometheus-erl%2Fprometheus-httpd/lists"}