{"id":24897149,"url":"https://github.com/eiiches/java-method-stats-agent","last_synced_at":"2025-10-24T14:45:33.013Z","repository":{"id":138188378,"uuid":"96030688","full_name":"eiiches/java-method-stats-agent","owner":"eiiches","description":"Java agent for collecting and exposing method statistics via JMX","archived":false,"fork":false,"pushed_at":"2022-06-14T11:42:03.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-05-29T09:14:18.510Z","etag":null,"topics":["java","java-agent","jmx","monitoring"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eiiches.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":"2017-07-02T15:04:22.000Z","updated_at":"2022-06-14T11:42:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"e740bd82-c873-4d51-9add-dec98fc2ab78","html_url":"https://github.com/eiiches/java-method-stats-agent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eiiches/java-method-stats-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eiiches%2Fjava-method-stats-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eiiches%2Fjava-method-stats-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eiiches%2Fjava-method-stats-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eiiches%2Fjava-method-stats-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eiiches","download_url":"https://codeload.github.com/eiiches/java-method-stats-agent/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eiiches%2Fjava-method-stats-agent/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269593099,"owners_count":24443670,"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-08-09T02:00:10.424Z","response_time":111,"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":["java","java-agent","jmx","monitoring"],"created_at":"2025-02-01T20:16:37.996Z","updated_at":"2025-10-24T14:45:27.677Z","avatar_url":"https://github.com/eiiches.png","language":"Java","readme":"java-method-stats-agent\n=======================\n\nJava agent for collecting and exposing method statistics via JMX.\n\n**WARNING** (2017-07-01) I just started this project and should not be considered production-ready yet.\n\nUsage\n-----\n\n```sh\njava -javaagent:/path/to/java-method-stats-agent-$VERSION.jar=@/path/to/config.yaml ...\n```\n\n### Examples\n\n#### Apache Flume\n\nThis instruments `append` and `appendBatch` RPC handler on Avro Source and collect their response time statistics which are not provided by Apache Flume out-of-the-box.\n\n```yaml\ninstruments:\n  - method: org.apache.flume.source.AvroSource.append(org.apache.flume.source.avro.AvroFlumeEvent)\n    jmx:\n      domain: org.apache.flume.source\n      keys:\n        type: ${$jmx.sanitize($0.getName())}\n        method: append\n    event: ON_RETURN\n    type: TIMER\n  - method: org.apache.flume.source.AvroSource.appendBatch(java.util.List)\n    jmx:\n      domain: org.apache.flume.source\n      keys:\n        type: ${$jmx.sanitize($0.getName())}\n        method: appendBatch\n    event: ON_RETURN\n    type: TIMER\n```\n\nSee [/examples](/examples) for more configuration examples.\n\nLicense\n-------\n\n[The Apache License, Version 2.0](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feiiches%2Fjava-method-stats-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feiiches%2Fjava-method-stats-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feiiches%2Fjava-method-stats-agent/lists"}