{"id":17119180,"url":"https://github.com/regadas/martini-xstatsd","last_synced_at":"2025-03-24T02:19:23.243Z","repository":{"id":18848709,"uuid":"22064830","full_name":"regadas/martini-xstatsd","owner":"regadas","description":"Martini handler to get handler stats to statsd","archived":false,"fork":false,"pushed_at":"2014-07-21T13:34:13.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-29T08:24:10.041Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/regadas.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":"2014-07-21T13:14:04.000Z","updated_at":"2014-07-21T13:17:51.000Z","dependencies_parsed_at":"2022-09-09T10:00:52.715Z","dependency_job_id":null,"html_url":"https://github.com/regadas/martini-xstatsd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regadas%2Fmartini-xstatsd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regadas%2Fmartini-xstatsd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regadas%2Fmartini-xstatsd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regadas%2Fmartini-xstatsd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/regadas","download_url":"https://codeload.github.com/regadas/martini-xstatsd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245195962,"owners_count":20575938,"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":[],"created_at":"2024-10-14T17:56:27.868Z","updated_at":"2025-03-24T02:19:23.212Z","avatar_url":"https://github.com/regadas.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## go-xstatsd ##\n\n```go\nimport(\n    \"github.com/go-martini/martini\"\n    \"github.com/regadas/go-xstatsd\"\n    sh \"github.com/regadas/martini-xstatsd\"\n)\n\nfunc main(){\n    m := martini.Classic()\n\n    stats := statsd.New(\"127.0.0.1:8125\", \"test.prefix\")\n\n    m.Use(sh.HandlerMetrics(stats))\n\n    m.Run()\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fregadas%2Fmartini-xstatsd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fregadas%2Fmartini-xstatsd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fregadas%2Fmartini-xstatsd/lists"}