{"id":36480539,"url":"https://github.com/monshunter/goat","last_synced_at":"2026-01-12T01:01:06.143Z","repository":{"id":287218726,"uuid":"963335777","full_name":"monshunter/goat","owner":"monshunter","description":"GOAT (Golang Application Tracing) - A high-performance code tracing tool for gray releases in Go applications, featuring automatic incremental code tracking, real-time monitoring, and intelligent instrumentation to help developers make reliable decisions during gray releases.","archived":false,"fork":false,"pushed_at":"2025-05-31T16:35:36.000Z","size":4790,"stargazers_count":67,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-01T00:50:22.369Z","etag":null,"topics":["canary-deployment","code-instrumentation","coverage","devops","golang","gray-release","monitoring","observability","testing","tracing"],"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/monshunter.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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-04-09T14:19:53.000Z","updated_at":"2025-05-31T16:35:40.000Z","dependencies_parsed_at":"2026-01-12T01:00:44.509Z","dependency_job_id":null,"html_url":"https://github.com/monshunter/goat","commit_stats":null,"previous_names":["monshunter/goat"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/monshunter/goat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monshunter%2Fgoat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monshunter%2Fgoat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monshunter%2Fgoat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monshunter%2Fgoat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monshunter","download_url":"https://codeload.github.com/monshunter/goat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monshunter%2Fgoat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28330155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"ssl_error","status_checked_at":"2026-01-12T00:36:15.229Z","response_time":60,"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":["canary-deployment","code-instrumentation","coverage","devops","golang","gray-release","monitoring","observability","testing","tracing"],"created_at":"2026-01-12T01:00:37.449Z","updated_at":"2026-01-12T01:01:06.069Z","avatar_url":"https://github.com/monshunter.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GOAT - Golang Application Tracing\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/monshunter/goat)](https://goreportcard.com/report/github.com/monshunter/goat)\n[![GoDoc](https://godoc.org/github.com/monshunter/goat?status.svg)](https://godoc.org/github.com/monshunter/goat)\n[![License](https://img.shields.io/github/license/monshunter/goat)](https://github.com/monshunter/goat/blob/main/LICENSE)\n\n[中文文档](README_ZH.md) [Wiki](https://deepwiki.com/monshunter/goat)\n\n`GOAT` (Golang Application Tracing) is a high-performance code tracing tool that automatically tracks incremental code execution during runtime.\n\n## Architecture\n\n![GOAT Architecture](docs/images/goat-architecture.svg)\n\n## Features\n\n- Auto-detects Git branch changes\n- Real-time coverage dashboard\n- Minimal manual setup, clean removal\n\n## Quick Start\n\n### Step 1: Install\n```bash\ngo install github.com/monshunter/goat/cmd/goat@latest\n```\n\n### Step 2: Config In Project\n\n```bash\ngoat init\n```\n### Step 3: Insert Tracking Code\n\n```bash\ngoat track\n```\n\n### Step 4: Run and Monitor\n\n- (Opt 1) prometheus format\n\n```\nGET http://127.0.0.1:57005/metrics\n```\n\n- (Opt 2) json format\n\n```\nGET http://localhost:57005/track\n```\n\n### At the End: Clean Up\n\n```bash\ngoat clean\n```\n\n## Examples \u0026 Documentation\n\n- [examples directory](examples/README.md).\n- [architecture document](docs/technical-architecture.md).\n\n## License\n\n[MIT License](LICENSE).\n\n## Support\n\nIf you find GOAT helpful, Star \u0026 Share \u0026 Contribute!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonshunter%2Fgoat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonshunter%2Fgoat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonshunter%2Fgoat/lists"}