{"id":16672936,"url":"https://github.com/euskadi31/statsd-cpp","last_synced_at":"2025-10-28T13:32:03.408Z","repository":{"id":19302585,"uuid":"22540152","full_name":"euskadi31/statsd-cpp","owner":"euskadi31","description":"A cpp client for the Etsy StatsD server.","archived":false,"fork":false,"pushed_at":"2024-08-05T19:27:23.000Z","size":53,"stargazers_count":14,"open_issues_count":1,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-03T23:01:36.748Z","etag":null,"topics":["c-plus-plus","linux","macos","statsd","statsd-client","statsd-cpp","windows"],"latest_commit_sha":null,"homepage":"","language":"C++","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/euskadi31.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"liberapay":"euskadi31"}},"created_at":"2014-08-02T05:46:33.000Z","updated_at":"2025-03-11T03:36:29.000Z","dependencies_parsed_at":"2024-08-05T22:12:00.914Z","dependency_job_id":"a477dd67-497d-43d6-a16c-3275730437bb","html_url":"https://github.com/euskadi31/statsd-cpp","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/euskadi31/statsd-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euskadi31%2Fstatsd-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euskadi31%2Fstatsd-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euskadi31%2Fstatsd-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euskadi31%2Fstatsd-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/euskadi31","download_url":"https://codeload.github.com/euskadi31/statsd-cpp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euskadi31%2Fstatsd-cpp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267058369,"owners_count":24029007,"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-07-25T02:00:09.625Z","response_time":70,"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":["c-plus-plus","linux","macos","statsd","statsd-client","statsd-cpp","windows"],"created_at":"2024-10-12T12:23:42.337Z","updated_at":"2025-10-28T13:31:58.362Z","avatar_url":"https://github.com/euskadi31.png","language":"C++","funding_links":["https://liberapay.com/euskadi31"],"categories":[],"sub_categories":[],"readme":"StatsD client cpp [![CMake](https://github.com/euskadi31/statsd-cpp/actions/workflows/cmake.yml/badge.svg)](https://github.com/euskadi31/statsd-cpp/actions/workflows/cmake.yml)\n=================\n\nA cpp client for the StatsD server.\n\nSupported on MacOS, Unix, Windows\n\nInstall\n-------\n\n~~~shell\n$ make \u0026\u0026 make install\n~~~\n\nTest\n----\n\n~~~shell\n$ make test\n~~~\n\nUsage\n-----\n\n~~~cpp\n#include \u003cstatsd.hpp\u003e\n\nint main(int argc, char const *argv[])\n{\n    statsd::open(\"127.0.0.1\", 8125);\n\n    statsd::timing(\"test.site.homepage.load\", 1500);\n\n    statsd::increment(\"test.server.http.error.404\");\n\n    statsd::decrement(\"test.server.http.error.404\");\n\n    statsd::count(\"test.site.auth.success\", 4);\n\n    statsd::gauge(\"a.gauge.node\", 8);\n\n    statsd::set(\"a.graphite.set\", 12);\n\n    statsd::close();\n\n    return 0;\n}\n~~~\n\nDocumentation\n-------------\n\nsee the [statsd.hpp](include/statsd.hpp)\n\nLicense\n-------\n\nstatsd-cpp is licensed under [the MIT license](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuskadi31%2Fstatsd-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feuskadi31%2Fstatsd-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuskadi31%2Fstatsd-cpp/lists"}