{"id":20315529,"url":"https://github.com/appsignal/appsignal-elixir-plug","last_synced_at":"2025-10-07T17:05:44.885Z","repository":{"id":39273593,"uuid":"248253830","full_name":"appsignal/appsignal-elixir-plug","owner":"appsignal","description":"AppSignal instrumentation for Plug","archived":false,"fork":false,"pushed_at":"2025-07-21T14:30:00.000Z","size":180,"stargazers_count":2,"open_issues_count":0,"forks_count":6,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-09-30T03:33:35.620Z","etag":null,"topics":["elixir","plug"],"latest_commit_sha":null,"homepage":"https://www.appsignal.com/elixir","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/appsignal.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-03-18T14:27:06.000Z","updated_at":"2025-08-22T15:09:39.000Z","dependencies_parsed_at":"2023-02-16T10:25:16.321Z","dependency_job_id":"7c81aee1-5d76-4cba-94b0-b2ad4bd005bd","html_url":"https://github.com/appsignal/appsignal-elixir-plug","commit_stats":{"total_commits":149,"total_committers":5,"mean_commits":29.8,"dds":"0.10738255033557043","last_synced_commit":"a7ce385beb99f77dd4e82f79cbd23e249ac59317"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/appsignal/appsignal-elixir-plug","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appsignal%2Fappsignal-elixir-plug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appsignal%2Fappsignal-elixir-plug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appsignal%2Fappsignal-elixir-plug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appsignal%2Fappsignal-elixir-plug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appsignal","download_url":"https://codeload.github.com/appsignal/appsignal-elixir-plug/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appsignal%2Fappsignal-elixir-plug/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278811851,"owners_count":26050183,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["elixir","plug"],"created_at":"2024-11-14T18:19:39.716Z","updated_at":"2025-10-07T17:05:44.844Z","avatar_url":"https://github.com/appsignal.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Appsignal.Plug\n\nAppSignal's Plug instrumentation instruments calls to Plug applications to\ngain performance insights and error reporting.\n\n## Installation\n\nTo install `Appsignal.Plug` into your Plug application, first add\n`:appsignal_plug` to your project's dependencies:\n\n``` elixir\ndefp deps do\n  {:appsignal_plug, \"~\u003e 2.0\"}\nend\n```\n\nAfter that, follow the [installation instructions for Appsignal for\nElixir](https://docs.appsignal.com/elixir/installation/).\n\nFinally, `use Appsignal.Plug` in your application's router module:\n\n``` elixir\ndefmodule AppsignalPlugExample do\n  use Plug.Router\n  use Appsignal.Plug\n\n  plug(:match)\n  plug(:dispatch)\n\n  get \"/\" do\n    send_resp(conn, 200, \"Welcome\")\n  end\nend\n```\n\nFor more information, check out the [Integrating AppSignal into\nPlug](https://docs.appsignal.com/elixir/integrations/plug.html) guide.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappsignal%2Fappsignal-elixir-plug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappsignal%2Fappsignal-elixir-plug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappsignal%2Fappsignal-elixir-plug/lists"}