{"id":15840216,"url":"https://github.com/h3poteto/opentelemetry_phoenixchannel","last_synced_at":"2025-09-23T15:57:03.530Z","repository":{"id":249788835,"uuid":"830893431","full_name":"h3poteto/opentelemetry_phoenixchannel","owner":"h3poteto","description":"Telemetry handler that creates Opentelemetry spans for Phoenix.Channels events","archived":false,"fork":false,"pushed_at":"2025-09-16T16:30:49.000Z","size":24,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-19T01:05:22.450Z","etag":null,"topics":["elixir","opentelemetry","phoenix-channels","telemetry"],"latest_commit_sha":null,"homepage":"","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/h3poteto.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,"zenodo":null}},"created_at":"2024-07-19T08:12:21.000Z","updated_at":"2024-08-17T15:40:41.000Z","dependencies_parsed_at":"2024-07-23T11:21:13.951Z","dependency_job_id":"e8eb8a8d-f377-42fb-9da1-ccc503896c48","html_url":"https://github.com/h3poteto/opentelemetry_phoenixchannel","commit_stats":null,"previous_names":["h3poteto/opentelemetry_phoenixchannel"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/h3poteto/opentelemetry_phoenixchannel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h3poteto%2Fopentelemetry_phoenixchannel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h3poteto%2Fopentelemetry_phoenixchannel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h3poteto%2Fopentelemetry_phoenixchannel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h3poteto%2Fopentelemetry_phoenixchannel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/h3poteto","download_url":"https://codeload.github.com/h3poteto/opentelemetry_phoenixchannel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h3poteto%2Fopentelemetry_phoenixchannel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276164320,"owners_count":25596021,"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-09-20T02:00:10.207Z","response_time":63,"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","opentelemetry","phoenix-channels","telemetry"],"created_at":"2024-10-05T16:42:10.003Z","updated_at":"2025-09-23T15:57:03.469Z","avatar_url":"https://github.com/h3poteto.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpentelemetryPhoenixchannel\n\nTelemetry handler that creates Opentelemetry spans from Phoenix.Channels events.\n\n## Installation\n\nThis package can be installed by adding `opentelemetry_phoenixchannel` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:opentelemetry_phoenixchannel, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n## Usage\nAfter installing, setup the handler in your application behaviour before your top-level supervisor starts.\n\n```elixir\ndef start(_type, _args) do\n  OpentelemetryPhoenixchannel.setup()\n\n  children = [\n    {Phoenix.PubSub, name: MyApp.PubSub},\n    MyAppWeb.Endpoint\n  ]\n\n  opts = [strategy: :one_for_one, name: MyStore.Supervisor]\n  Supervisor.start_link(children, opts)\nend\n```\n\n## License\nThe software is available as open source under the terms of the [MIT License](https://opensource.org/license/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh3poteto%2Fopentelemetry_phoenixchannel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh3poteto%2Fopentelemetry_phoenixchannel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh3poteto%2Fopentelemetry_phoenixchannel/lists"}