{"id":16656020,"url":"https://github.com/mcrumm/kino_telemetry","last_synced_at":"2025-04-09T18:20:27.477Z","repository":{"id":62236639,"uuid":"559045672","full_name":"mcrumm/kino_telemetry","owner":"mcrumm","description":"Render telemetry metrics as charts in Livebook","archived":false,"fork":false,"pushed_at":"2023-01-09T23:37:48.000Z","size":45,"stargazers_count":20,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T20:21:46.726Z","etag":null,"topics":["elixir","elixir-phoenix","livebook","metrics","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/mcrumm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["mcrumm"]}},"created_at":"2022-10-28T22:50:10.000Z","updated_at":"2025-01-10T22:59:16.000Z","dependencies_parsed_at":"2023-02-08T16:01:52.728Z","dependency_job_id":null,"html_url":"https://github.com/mcrumm/kino_telemetry","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcrumm%2Fkino_telemetry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcrumm%2Fkino_telemetry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcrumm%2Fkino_telemetry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcrumm%2Fkino_telemetry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcrumm","download_url":"https://codeload.github.com/mcrumm/kino_telemetry/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248085325,"owners_count":21045139,"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":["elixir","elixir-phoenix","livebook","metrics","telemetry"],"created_at":"2024-10-12T09:56:02.038Z","updated_at":"2025-04-09T18:20:27.457Z","avatar_url":"https://github.com/mcrumm.png","language":"Elixir","funding_links":["https://github.com/sponsors/mcrumm"],"categories":[],"sub_categories":[],"readme":"# KinoTelemetry\n\nRenders [Telemetry.Metrics](https://github.com/beam-telemetry/telemetry_metrics) definitions in [Livebook](https://livebook.dev).\n\n\u003cimg width=\"917\" alt=\"Screen Shot of Telemetry Metrics in Livebook\" src=\"https://user-images.githubusercontent.com/168677/198905630-78575011-d23f-4b54-9af9-de3e114e2f1d.png\"\u003e\n\n## Usage\n\n```elixir\nMix.install([\n  {:kino_telemetry, github: \"mcrumm/kino_telemetry\"},\n  {:telemetry_poller, \"~\u003e 1.0\"}\n])\n\n{:ok, _} = :telemetry_poller.start_link(measurements: [], period: 5_000)\n\nTelemetry.Metrics.last_value(\"vm.memory.binary\", unit: :byte)\n|\u003e KinoTelemetry.Metric.new()\n```\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `kino_telemetry` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:kino_telemetry, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at \u003chttps://hexdocs.pm/kino_telemetry\u003e.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcrumm%2Fkino_telemetry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcrumm%2Fkino_telemetry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcrumm%2Fkino_telemetry/lists"}