{"id":27282766,"url":"https://github.com/kalverra/octometrics","last_synced_at":"2026-04-10T22:02:39.450Z","repository":{"id":285297518,"uuid":"956237787","full_name":"kalverra/octometrics","owner":"kalverra","description":"Visualize and profile GitHub Actions PRs, Commits, Workflows, and Jobs","archived":false,"fork":false,"pushed_at":"2026-03-05T21:01:26.000Z","size":325,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-06T00:35:31.414Z","etag":null,"topics":["actions","analytics","ci","metrics","performance","profiling","telemetry","workflows"],"latest_commit_sha":null,"homepage":"","language":"Go","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/kalverra.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-27T23:25:51.000Z","updated_at":"2026-03-05T21:01:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"4c9c1b64-cfca-499c-afe6-8f86ad8a3736","html_url":"https://github.com/kalverra/octometrics","commit_stats":null,"previous_names":["kalverra/octometrics"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/kalverra/octometrics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalverra%2Foctometrics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalverra%2Foctometrics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalverra%2Foctometrics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalverra%2Foctometrics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kalverra","download_url":"https://codeload.github.com/kalverra/octometrics/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalverra%2Foctometrics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30355223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["actions","analytics","ci","metrics","performance","profiling","telemetry","workflows"],"created_at":"2025-04-11T18:16:21.170Z","updated_at":"2026-04-10T22:02:39.441Z","avatar_url":"https://github.com/kalverra.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Octometrics\n\nA simple CLI tool to visualize and profile your GitHub Actions workflows. See all the processes that run as part of a PR, workflow, or job in a simple, interactive chart. It can also run [directly in your GitHub Actions flow](https://github.com/kalverra/octometrics-action), useful for debugging changes and performance issues.\n\n\u003cdiv align=\"center\"\u003e\n\n![Demo GIF](./octometrics-demo.gif)\n\n\u003c/div\u003e\n\n## Run\n\nBefore running, make sure to provide GitHub API token, either through the `GITHUB_TOKEN` env var, or the `-t` flag.\n\n```sh\n# Install\ngo install github.com/kalverra/octometrics@latest\n\n# Set your GITHUB_TOKEN to avoid rate limits\nexport GITHUB_TOKEN=$(gh auth token)\n\n# Show help menu\noctometrics -h\n\n# To see all workflows run on all commits a part of this PR (including merge queue runs): https://github.com/kalverra/octometrics/pull/33\noctometrics gather -o kalverra -r octometrics -p 33\n# To see all workflows run on a specific commit: https://github.com/kalverra/octometrics/pull/33/changes/94ad3f7e2f45852a99791326847ea12c94b964dc\noctometrics gather -o kalverra -r octometrics -c 94ad3f7e2f45852a99791326847ea12c94b964dc\n# To see a specific workflow run: https://github.com/kalverra/octometrics/actions/runs/22918636165\noctometrics gather -o kalverra -r octometrics -w 22918636165\n\n# Use '-u' to force update local data if it already exists\noctometrics gather -o kalverra -r octometrics -p 33 -u\n\n# Compare two like-types in a handy view\noctometrics compare -o kalverra -r octometrics --commits 51f80a592a2776c509e7a3c00951a241461ae4a6,169427803c7fa43a4b9403137a9834b9e7102825\n```\n\n## GitHub Action\n\nRun `monitor` directly in your GitHub action and it will post performance data as a comment and summary to the action run. [See the octometrics-action](https://github.com/kalverra/octometrics-action).\n\n## MCP Server\n\nStart an MCP server to be used with AI agents.\n\n```sh\noctometrics mcp\n```\n\n## Contributing\n\n```sh\njust lint # Run linters\njust test # Run tests\n```\n---\n\nHighly inspired by the [workflow-telemetry-action](https://github.com/catchpoint/workflow-telemetry-action/tree/master).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalverra%2Foctometrics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkalverra%2Foctometrics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalverra%2Foctometrics/lists"}