{"id":18697686,"url":"https://github.com/federicoceratto/nim-statsd-client","last_synced_at":"2025-11-08T16:30:41.427Z","repository":{"id":144890780,"uuid":"78059381","full_name":"FedericoCeratto/nim-statsd-client","owner":"FedericoCeratto","description":"A simple StatsD client for Nim","archived":false,"fork":false,"pushed_at":"2019-04-26T22:28:00.000Z","size":15,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-05T20:43:37.179Z","etag":null,"topics":["metrics","nim","nim-lang","nim-language","nimlang","statsd"],"latest_commit_sha":null,"homepage":null,"language":"Nim","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FedericoCeratto.png","metadata":{"files":{"readme":"README.adoc","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":"2017-01-04T22:50:50.000Z","updated_at":"2024-08-08T02:02:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"2f17a711-26fc-4aed-842b-f0587825477d","html_url":"https://github.com/FedericoCeratto/nim-statsd-client","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FedericoCeratto%2Fnim-statsd-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FedericoCeratto%2Fnim-statsd-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FedericoCeratto%2Fnim-statsd-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FedericoCeratto%2Fnim-statsd-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FedericoCeratto","download_url":"https://codeload.github.com/FedericoCeratto/nim-statsd-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239558925,"owners_count":19658929,"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":["metrics","nim","nim-lang","nim-language","nimlang","statsd"],"created_at":"2024-11-07T11:25:18.981Z","updated_at":"2025-11-08T16:30:41.356Z","avatar_url":"https://github.com/FedericoCeratto.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n### StatsD client for Nim\n\nimage:https://img.shields.io/badge/status-beta-orange.svg[badge]\nimage:https://img.shields.io/github/tag/FedericoCeratto/nim-statsd-client.svg[tags]\nimage:https://img.shields.io/badge/License-LGPL%20v3-blue.svg[License]\n\nA simple, stateless StatsD client.\n\nDocumentation: https://federicoceratto.github.io/nim-statsd-client/0.1.1/statsd_client.html[module] https://federicoceratto.github.io/nim-statsd-client/0.1.1/theindex.html[index]\n\nInstall:\n[source,bash]\n----\nnimble install statsd_client\n----\n\nUsage example:\n[source,nim]\n----\nimport statsd_client\n\nlet stats = newStatdClient(prefix=\"foo\")\nstats.incr(\"mycnt\")\nstats.incr(\"mycnt\", 3)\nstats.decr(\"mycnt\", 3)\nstats.timing(\"mytimer_float\", 110.0)\nstats.timing(\"mytimer_int\", 110)\nstats.gauge(\"mygauge\", 1.0)\nstats.gauge(\"mygauge\", 2)\nstats.gauge(\"mygauge\", 1, delta=true)\nstats.gauge(\"mygauge\", -2, delta=true)\nstats.set(\"set_one\", \"a\")\nstats.set(\"set_one\", \"b\")\nstats.timed(\"mytimer\"):\n  slow_proc()\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedericoceratto%2Fnim-statsd-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffedericoceratto%2Fnim-statsd-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedericoceratto%2Fnim-statsd-client/lists"}