{"id":32171247,"url":"https://github.com/bizneo/metro","last_synced_at":"2026-02-18T21:02:40.148Z","repository":{"id":208979656,"uuid":"722953983","full_name":"bizneo/metro","owner":"bizneo","description":"Plug and play Prometheus metrics of Erlang VM and Ecto for Elixir projects.","archived":false,"fork":false,"pushed_at":"2023-11-24T11:04:19.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-11-21T19:31:22.297Z","etag":null,"topics":["ecto","elixir","monitoring","prometheus"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/metro","language":"Elixir","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/bizneo.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}},"created_at":"2023-11-24T10:39:33.000Z","updated_at":"2023-11-24T11:16:49.000Z","dependencies_parsed_at":"2023-12-10T20:48:40.652Z","dependency_job_id":null,"html_url":"https://github.com/bizneo/metro","commit_stats":null,"previous_names":["bizneo/metro"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bizneo/metro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizneo%2Fmetro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizneo%2Fmetro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizneo%2Fmetro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizneo%2Fmetro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bizneo","download_url":"https://codeload.github.com/bizneo/metro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizneo%2Fmetro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29596125,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T20:59:56.587Z","status":"ssl_error","status_checked_at":"2026-02-18T20:58:41.434Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["ecto","elixir","monitoring","prometheus"],"created_at":"2025-10-21T17:46:15.532Z","updated_at":"2026-02-18T21:02:40.143Z","avatar_url":"https://github.com/bizneo.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Metro\n\nThis package provides basic Prometheus metrics of Erlang VM and Ecto for Elixir projects.\n\nIt exposes a new endpoint in a different port with the Prometheus endpoint at `/metrics`.\n\n## Installation\n\nThe package can be installed by adding `metro` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:metro, \"~\u003e 0.1.0\"},\n  ]\nend\n```\n\nAfter that, you need to start Metro within your application:\n\n```elixir\ndefmodule MyApp.Application do\n  def start(_type, _args) do\n    children = [\n      # Start metrics\n      {Metro, app: :my_app, port: 9000}\n    ]\n  end\nend\n```\n\nand metrics will be available at `http://localhost:9000/metrics` once you start\nyour application.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbizneo%2Fmetro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbizneo%2Fmetro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbizneo%2Fmetro/lists"}