{"id":15517556,"url":"https://github.com/bodgit/evstatsd","last_synced_at":"2025-07-25T09:04:23.354Z","repository":{"id":141242601,"uuid":"9731360","full_name":"bodgit/evstatsd","owner":"bodgit","description":"Small libevent-based implementation of statsd","archived":false,"fork":false,"pushed_at":"2013-06-17T23:08:10.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T22:49:05.891Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/bodgit.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":"2013-04-28T14:55:56.000Z","updated_at":"2013-10-29T15:44:03.000Z","dependencies_parsed_at":"2023-03-12T03:16:46.505Z","dependency_job_id":null,"html_url":"https://github.com/bodgit/evstatsd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bodgit/evstatsd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fevstatsd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fevstatsd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fevstatsd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fevstatsd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bodgit","download_url":"https://codeload.github.com/bodgit/evstatsd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fevstatsd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266983434,"owners_count":24016554,"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":[],"created_at":"2024-10-02T10:13:46.654Z","updated_at":"2025-07-25T09:04:23.306Z","avatar_url":"https://github.com/bodgit.png","language":"C","readme":"evstatsd\n========\n\nSmall libevent-based implementation of statsd.\n\nIt provides a JSON-serving webserver listening on port 8126 for viewing and\ndeleting metrics:\n\n    $ curl -s -XGET http://localhost:8126/counters\n    [\n        \"prefix.server.apache.bytes\",\n        \"prefix.server.apache.response.200\",\n        \"prefix.server.apache.response.301\",\n        \"prefix.server.apache.response.302\",\n        \"prefix.server.apache.response.304\",\n        \"prefix.server.apache.response.400\",\n        \"prefix.server.apache.response.403\",\n        \"prefix.server.apache.response.404\",\n        \"prefix.server.apache.response.405\",\n        \"prefix.server.apache.response.408\",\n        \"prefix.server.apache.response.500\"\n    ]\n\nAn individual metric can be viewed:\n\n    $ curl -s -XGET http://localhost:8126/counters/prefix.server.apache.bytes\n    {\n        \"last_modified\": 1370874868,\n        \"name\": \"prefix.server.apache.bytes\",\n        \"value\": 55569425.0\n    }\n\nIssuing a DELETE request to the same URL will delete the metric.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodgit%2Fevstatsd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodgit%2Fevstatsd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodgit%2Fevstatsd/lists"}