{"id":20738818,"url":"https://github.com/ebean-orm/ebean-avaje-metrics","last_synced_at":"2025-10-09T11:09:59.945Z","repository":{"id":66966742,"uuid":"179038416","full_name":"ebean-orm/ebean-avaje-metrics","owner":"ebean-orm","description":"An adapter such that the metrics from Ebean can be supplied and reported via Avaje metrics","archived":false,"fork":false,"pushed_at":"2019-10-14T01:16:42.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-14T04:39:41.506Z","etag":null,"topics":[],"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/ebean-orm.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":"2019-04-02T08:58:24.000Z","updated_at":"2019-10-14T01:16:43.000Z","dependencies_parsed_at":"2023-05-16T05:00:15.493Z","dependency_job_id":null,"html_url":"https://github.com/ebean-orm/ebean-avaje-metrics","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ebean-orm/ebean-avaje-metrics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebean-orm%2Febean-avaje-metrics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebean-orm%2Febean-avaje-metrics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebean-orm%2Febean-avaje-metrics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebean-orm%2Febean-avaje-metrics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ebean-orm","download_url":"https://codeload.github.com/ebean-orm/ebean-avaje-metrics/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebean-orm%2Febean-avaje-metrics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001290,"owners_count":26083058,"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-10-09T02:00:07.460Z","response_time":59,"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":[],"created_at":"2024-11-17T06:20:48.445Z","updated_at":"2025-10-09T11:09:59.922Z","avatar_url":"https://github.com/ebean-orm.png","language":"Java","readme":"# ebean-avaje-metrics\nAn adapter such that the metrics from Ebean can be supplied and reported via Avaje metrics\n\n\n## Example use\n\n```java\nDatabase db = DB.getDefault();\nMetricManager.addSupplier(new DbMetricSupplier(db));\n```\n\n\n## Example - register multiple databases\n\n```java\n\nDatabase db1 = DB.getDefault();\nDatabase db2 = DB.byName(\"central\");\n\n// metric names prefixed with \"db\"\nMetricManager.addSupplier(new DbMetricSupplier(db1));\n\n// metric names prefixed with \"centraldb\"\nMetricManager.addSupplier(new DbMetricSupplier(db2, \"centraldb\"));\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febean-orm%2Febean-avaje-metrics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febean-orm%2Febean-avaje-metrics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febean-orm%2Febean-avaje-metrics/lists"}