{"id":19653565,"url":"https://github.com/sematext/sematext-metrics-reporter","last_synced_at":"2026-08-04T09:04:21.594Z","repository":{"id":8498165,"uuid":"10106259","full_name":"sematext/sematext-metrics-reporter","owner":"sematext","description":"Coda Metrics SPM Reporter","archived":false,"fork":false,"pushed_at":"2013-06-10T12:18:30.000Z","size":168,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-08-04T00:33:11.768Z","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/sematext.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-16T17:07:54.000Z","updated_at":"2018-02-11T10:06:20.000Z","dependencies_parsed_at":"2022-09-09T22:41:29.658Z","dependency_job_id":null,"html_url":"https://github.com/sematext/sematext-metrics-reporter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sematext/sematext-metrics-reporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sematext%2Fsematext-metrics-reporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sematext%2Fsematext-metrics-reporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sematext%2Fsematext-metrics-reporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sematext%2Fsematext-metrics-reporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sematext","download_url":"https://codeload.github.com/sematext/sematext-metrics-reporter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sematext%2Fsematext-metrics-reporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010666,"owners_count":26084784,"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-12T02:00:06.719Z","response_time":53,"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-11T15:14:31.882Z","updated_at":"2025-10-12T07:37:56.019Z","avatar_url":"https://github.com/sematext.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"sematext-metrics-reporter[![Build Status](https://travis-ci.org/sematext/sematext-metrics-reporter.png?branch=master)](https://travis-ci.org/sematext/sematext-metrics-reporter)\n====\n\n[Coda Hale Metrics](http://metrics.codahale.com/) Reporter that uses [Sematext Metrics](http://github.com/sematext/sematext-metrics) library to send metrics to [SPM](http://sematext.com/spm/index.html) as [Custom Metrics](https://sematext.atlassian.net/wiki/display/PUBSPM/Custom+Metrics)\n\n## Usage\nAdd maven dependency:\n\n    \u003cdependency\u003e\n      \u003cgroupId\u003ecom.sematext\u003c/groupId\u003e\n      \u003cartifactId\u003esematext-metrics-reporter\u003c/artifactId\u003e\n      \u003cversion\u003e0.1.3.0.0\u003c/version\u003e\n    \u003c/dependency\u003e\n\n\nAnd configure reporter:\n\n\n    MetricRegistry metrics = new MetricRegistry();\n\n    SematextClient.initialize(\"[spm-token]\");\n    SematextMetricsReporter reporter = SematextMetricsReporter.forClient(SematextClient.client())\n      .withFilter(MetricFilter.ALL)\n      .withRegistry(metrics)\n      .withDurationUnit(TimeUnit.MILLISECONDS)\n      .build();\n\n    reporter.start(1, TimeUnit.MINUTES);\n\n## License\n\nCopyright 2013 Sematext Group, Inc.\n\nLicensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsematext%2Fsematext-metrics-reporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsematext%2Fsematext-metrics-reporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsematext%2Fsematext-metrics-reporter/lists"}