{"id":15056433,"url":"https://github.com/tkyshm/dogstatsc","last_synced_at":"2026-04-01T22:06:53.134Z","repository":{"id":57491062,"uuid":"128651443","full_name":"tkyshm/dogstatsc","owner":"tkyshm","description":"A DogStatsD client OTP application","archived":false,"fork":false,"pushed_at":"2018-04-12T09:21:48.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-24T22:01:56.080Z","etag":null,"topics":["datadog","dogstatsd","erlang","erlang-otp"],"latest_commit_sha":null,"homepage":"","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tkyshm.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}},"created_at":"2018-04-08T14:48:09.000Z","updated_at":"2018-04-12T09:21:49.000Z","dependencies_parsed_at":"2022-08-29T20:31:31.640Z","dependency_job_id":null,"html_url":"https://github.com/tkyshm/dogstatsc","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/tkyshm%2Fdogstatsc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkyshm%2Fdogstatsc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkyshm%2Fdogstatsc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkyshm%2Fdogstatsc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tkyshm","download_url":"https://codeload.github.com/tkyshm/dogstatsc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243532562,"owners_count":20306156,"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","dogstatsd","erlang","erlang-otp"],"created_at":"2024-09-24T21:51:23.971Z","updated_at":"2025-12-27T23:30:22.967Z","avatar_url":"https://github.com/tkyshm.png","language":"Erlang","readme":"[![hex.pm version](https://img.shields.io/hexpm/v/ltsv.svg)](https://hex.pm/packages/dogstatsc)\n[![Build Status](https://travis-ci.org/tkyshm/dogstatsc.svg?branch=master)](https://travis-ci.org/tkyshm/dogstatsc)\n\n# [dogstatsc](https://hex.pm/packages/dogstatsc)\n\nA [DogStatsD](https://docs.datadoghq.com/developers/dogstatsd/) client OTP application.\n\n## Usage\n\n- dogstatsc API\n```console\n% start dogstatsc application\n\u003e application:ensure_all_started(dogstatsc).\n{ok, [dogstatc]}\n\n% metrics\n\u003e dogstatsc:send_metrics(\"name.metrics.cpu\", c, 1.0).\nok\n\n% events\n\u003e dogstatsc:send_events(\"name.events\", \"event name text\").\nok\n\n% service check\n\u003e dogstatsc:send_service_check(\"name.sc.crit\", status_crit).\nok\n```\n\n## Config\n\nvar      | description\n-------- | -------------------------------------\nport     | dogstatsd port (default: 8125)\nhost     | dogstatsd port (default: localhost)\nconn_num | number of udp client workers (default: 2)\n\n- sample config\n```erlang\n[\n  {dogstatsc, [{port, 8125}, {host, 'localhost'}, {conn_num, 2}]}\n].\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkyshm%2Fdogstatsc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftkyshm%2Fdogstatsc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkyshm%2Fdogstatsc/lists"}