{"id":13806228,"url":"https://github.com/phaneesh/riemann-bundle","last_synced_at":"2025-10-22T01:56:05.979Z","repository":{"id":54806861,"uuid":"56362941","full_name":"phaneesh/riemann-bundle","owner":"phaneesh","description":"Dropwizard Riemann bundle which simplifies dropwizard metrics integration into Riemann","archived":false,"fork":false,"pushed_at":"2021-04-16T04:41:28.000Z","size":26,"stargazers_count":0,"open_issues_count":2,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-25T03:53:25.592Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phaneesh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-16T03:11:31.000Z","updated_at":"2021-04-16T04:41:30.000Z","dependencies_parsed_at":"2022-08-14T03:30:34.836Z","dependency_job_id":null,"html_url":"https://github.com/phaneesh/riemann-bundle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phaneesh/riemann-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaneesh%2Friemann-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaneesh%2Friemann-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaneesh%2Friemann-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaneesh%2Friemann-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phaneesh","download_url":"https://codeload.github.com/phaneesh/riemann-bundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaneesh%2Friemann-bundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280365588,"owners_count":26318385,"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-21T02:00:06.614Z","response_time":58,"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-08-04T01:01:09.159Z","updated_at":"2025-10-22T01:56:05.944Z","avatar_url":"https://github.com/phaneesh.png","language":"Java","funding_links":[],"categories":["Open Source"],"sub_categories":["Metrics"],"readme":"# Dropwizard Riemann Bundle [![Travis build status](https://travis-ci.org/phaneesh/riemann-bundle.svg?branch=master)](https://travis-ci.org/phaneesh/riemann-bundle)\n\nThis bundle simplifies integrating dropwizard metrics with [Riemann](http://riemann.io/).\nThis bundle compiles only on Java 8.\n \n## Dependencies\n* [metrics3-riemann-reporter](https://github.com/riemann/riemann-java-client/tree/master/metrics3-riemann-reporter) 0.5.1 \n\n## Usage\nThe bundle integrates dropwizard metrics with [Riemann](http://riemann.io/) with a simple configuration. \n \n### Build instructions\n  - Clone the source:\n\n        git clone github.com/phaneesh/riemann-bundle\n\n  - Build\n\n        mvn install\n\n### Maven Dependency\nUse the following repository:\n```xml\n\u003crepository\u003e\n    \u003cid\u003eclojars\u003c/id\u003e\n    \u003cname\u003eClojars repository\u003c/name\u003e\n    \u003curl\u003ehttps://clojars.org/repo\u003c/url\u003e\n\u003c/repository\u003e\n```\nUse the following maven dependency:\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.raven.dropwizard\u003c/groupId\u003e\n    \u003cartifactId\u003edropwizard-riemann\u003c/artifactId\u003e\n    \u003cversion\u003e2.0.21-1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### Using Riemann bundle\n\n#### Bootstrap\n```java\n    @Override\n    public void initialize(Bootstrap\u003c?\u003e bootstrap) {\n        bootstrap.addBundle(new RiemannBundle() {\n            \n            @Override\n            public RiemannConfig getRiemannConfiguration(Configuration configuration) {\n                ...\n            }\n        });\n    }\n```\n\n### Configuration\n```\nriemann:\n  host: my.riemann.host\n  port: 5556\n  prefix: mycompany.myenvironment.myservice\n  pollingInterval: 60 \n  tags:\n    - mytag1\n    - mytag2\n    - mytag3\n```\n\nLICENSE\n-------\n\nCopyright 2016 Phaneesh Nagaraja \u003cphaneesh.n@gmail.com\u003e.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphaneesh%2Friemann-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphaneesh%2Friemann-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphaneesh%2Friemann-bundle/lists"}