{"id":26496754,"url":"https://github.com/traffic-hunter/traffic_hunter","last_synced_at":"2025-03-20T12:42:37.635Z","repository":{"id":258211055,"uuid":"868370582","full_name":"traffic-hunter/traffic_hunter","owner":"traffic-hunter","description":"Traffic-Hunter is an APM (Application Performance Monitoring) tool designed for simple performance monitoring of small-scale projects.","archived":false,"fork":false,"pushed_at":"2024-12-31T07:14:51.000Z","size":542,"stargazers_count":9,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-31T07:17:23.105Z","etag":null,"topics":["bytebuddy","grafana","java","javaagent","metrics","spring-boot","timescaledb","trace"],"latest_commit_sha":null,"homepage":"https://traffic-hunter.gitbook.io/traffic-hunter","language":"Java","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/traffic-hunter.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}},"created_at":"2024-10-06T07:53:37.000Z","updated_at":"2024-12-31T07:04:49.000Z","dependencies_parsed_at":"2024-11-05T10:27:24.812Z","dependency_job_id":"cc5108e0-1389-4ca1-a93e-946e74b6b9d1","html_url":"https://github.com/traffic-hunter/traffic_hunter","commit_stats":null,"previous_names":["yungwangoh/traffic_hunter","traffic-hunter/traffic_hunter"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traffic-hunter%2Ftraffic_hunter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traffic-hunter%2Ftraffic_hunter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traffic-hunter%2Ftraffic_hunter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traffic-hunter%2Ftraffic_hunter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/traffic-hunter","download_url":"https://codeload.github.com/traffic-hunter/traffic_hunter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244613386,"owners_count":20481547,"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":["bytebuddy","grafana","java","javaagent","metrics","spring-boot","timescaledb","trace"],"created_at":"2025-03-20T12:42:36.931Z","updated_at":"2025-03-20T12:42:37.620Z","avatar_url":"https://github.com/traffic-hunter.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Traffic Hunter_Logo_2_배경](https://github.com/user-attachments/assets/43779ef6-f4f8-40f5-98b5-447754bfd2a4)\n\n## Latest Release 🚀\n\nThe pre-release version is v1.0.0. \n\n- 2024/12/30 - 1.0.0 version\n\n### Notes\n\n- Agent that is v1.0.0 supports only `spring framework 6.x` and `boot 3.x`\n\n## Intro. Traffic-Hunter\n\n**Traffic-Hunter** is APM (Application Performance Management) \n\n\n- `Real-Time Monitoring`: Capture and visualize application metrics and transaction logs in real-time.\n\n\n- `Easy Configuration`: Easily configure the agent using a simple YAML file, making setup straightforward and user-friendly.\n\n\n- `Efficient Data Storage`: Leverages [**TimescaleDB**](https://www.timescale.com/) for efficient storage and querying of time-series data, \n   enabling high-performance analytics on metrics and traces.\n\n\n- `Visualization`: This APM leverages [**Grafana**](https://grafana.com/docs/grafana/latest/) for powerful and customizable visualization of metrics and transaction logs, enabling real-time insights and easy integration into your observability stack.\n\n\n- `Zero-Code`: Traffic Hunter Agent uses **Java Instrumentation** to modify bytecode at runtime, requiring no code changes from users. Simply attach the agent, and it automatically tracks metrics and traces with zero configuration.\n\n## Getting Started\n\n- [**Quick-start**](https://traffic-hunter.gitbook.io/traffic-hunter) - Quick-start and installation guide.\n\n## Overview 👀\n\n- **Application Health Check** - cpu, heap memory, thread, web server, dbcp (database connection pool)\n\n\u003cimg width=\"1440\" alt=\"스크린샷 2024-12-12 오후 10 52 04\" src=\"https://github.com/user-attachments/assets/18866da9-8b64-4ea8-a703-18e23b61d756\" /\u003e\n\n- **Transaction Logs** - Transaction logs track application requests in real-time, recording executed methods and related information.\n\n\u003cimg width=\"1421\" alt=\"스크린샷 2024-12-12 오후 10 55 37\" src=\"https://github.com/user-attachments/assets/35b09f7e-caf2-4d58-9912-3efefd56bb28\" /\u003e\n\n## Version Compatibility 👏\n\n| Java Version | Agent           | Server         | Notes                                     |\n|--------------|-----------------|----------------|-------------------------------------------|\n| 21           | ✅ Supported     | ✅ Supported   | Includes support for advanced features like virtual threads |\n\n### Notes\n- Java versions below 21 are **not supported**.\n- For optimal performance and access to the latest features, use Java 21.\n- Ensure both the agent and the server are running compatible Java versions.\n\n## License\n\n```text\nThe MIT License\n\nCopyright (c) 2024 yungwang-o\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftraffic-hunter%2Ftraffic_hunter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftraffic-hunter%2Ftraffic_hunter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftraffic-hunter%2Ftraffic_hunter/lists"}