{"id":20462297,"url":"https://github.com/drish/dogstatsd-local","last_synced_at":"2025-07-07T00:38:54.572Z","repository":{"id":72519093,"uuid":"209190973","full_name":"drish/dogstatsd-local","owner":"drish","description":"Simple Ruby UDP service that prints to stdout DogStatsD messages in a JSON prettified format","archived":false,"fork":false,"pushed_at":"2019-09-24T18:10:11.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T11:50:28.262Z","etag":null,"topics":["datadog","statsd"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/drish.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-09-18T01:36:07.000Z","updated_at":"2024-10-16T21:02:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"7eea82cd-fcc8-46a6-9dc5-31522ed5a849","html_url":"https://github.com/drish/dogstatsd-local","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drish/dogstatsd-local","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drish%2Fdogstatsd-local","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drish%2Fdogstatsd-local/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drish%2Fdogstatsd-local/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drish%2Fdogstatsd-local/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drish","download_url":"https://codeload.github.com/drish/dogstatsd-local/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drish%2Fdogstatsd-local/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263995293,"owners_count":23541361,"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":["datadog","statsd"],"created_at":"2024-11-15T12:34:20.126Z","updated_at":"2025-07-07T00:38:54.550Z","avatar_url":"https://github.com/drish.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/drish/dogstatsd-local.svg?branch=master)](https://travis-ci.com/drish/dogstatsd-local)\n\n### dogstatsd-local\n\nA simple Ruby UDP service that prints back to STDOUT DogStatsD messages in a JSON prettified format\n\n\n#### Setup \n\ndocker-compose\n\n```yml\nversion: '3.4'\n\nservices:\n  dogstatsd-local:\n    image: drish/dogstatsd-local\n    ports:\n      - 8125:8125/udp\n```\n\nstraight docker \n\n```text\n~/drish/ » docker run -p 8125:8125 drish/dogstatsd-local\nINFO -- : initialized dogstatsd-local 0.0.0.0:8125\nINFO -- : waiting for statsd datagrams..\n```\n\nUse your statsd client normally\n\n```ruby\nrequire 'datadog/statsd'\nstatsd = Datadog::Statsd.new('dogstatsd-local', 8125)\nstatsd.increment('page.views')\n```\n\n\n```sh\n[2019-09-18T18:44:38.221440 #1]  INFO -- : {\"path\":\"page.views\",\"namespace\":\"page\",\"name\":\"views\",\"value\":1}\n```\n\n#### TODO\n\n- [ ] Events\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrish%2Fdogstatsd-local","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrish%2Fdogstatsd-local","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrish%2Fdogstatsd-local/lists"}