{"id":20571883,"url":"https://github.com/rapidloop/statsd-vis","last_synced_at":"2025-04-14T17:07:38.200Z","repository":{"id":95145074,"uuid":"91148640","full_name":"rapidloop/statsd-vis","owner":"rapidloop","description":"Standalone StatsD server with built-in visualization","archived":false,"fork":false,"pushed_at":"2019-02-23T16:02:48.000Z","size":15,"stargazers_count":130,"open_issues_count":1,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-14T17:07:33.299Z","etag":null,"topics":["go","golang","metrics","monitoring","statsd","statsd-server"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rapidloop.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-13T04:13:34.000Z","updated_at":"2024-11-05T21:52:38.000Z","dependencies_parsed_at":"2023-04-12T12:17:54.847Z","dependency_job_id":null,"html_url":"https://github.com/rapidloop/statsd-vis","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/rapidloop%2Fstatsd-vis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rapidloop%2Fstatsd-vis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rapidloop%2Fstatsd-vis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rapidloop%2Fstatsd-vis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rapidloop","download_url":"https://codeload.github.com/rapidloop/statsd-vis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248923765,"owners_count":21183953,"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":["go","golang","metrics","monitoring","statsd","statsd-server"],"created_at":"2024-11-16T05:17:38.241Z","updated_at":"2025-04-14T17:07:38.174Z","avatar_url":"https://github.com/rapidloop.png","language":"Go","readme":"\n# statsd-vis\n\n_statsd-vis_ is a standalone, zero-dependency single-binary\n[StatsD](https://github.com/etsy/statsd) server with built-in web UI\nwith which you can visualize graphs.\n\nIt holds time series data for a configurable time in-memory, and does not\npersist or forward it.\n\n## build\n\nstatsd-vis is written entirely in [Go](https://golang.org/). To build it,\nyou can `go get` it:\n\n    go get github.com/rapidloop/statsd-vis\n\nYou should find the binary `statsd-vis` under `$GOPATH/bin` when the command\ncompletes. There are no runtime dependencies or configuration needed.\n\n## command-line\n\nYou can set parameters like the flush interval, percentiles etc. on the\ncommand-line:\n\n```\nstatsd-vis 0.1 - (c) 2017 RapidLoop - MIT Licensed - https://statsd-vis.info/\nstatd-vis is a standalone statsd server with built-in visualization\n\n  -flush interval\n    \tflush interval (default 10s)\n  -percentiles string\n    \tpercentiles for timer metrics (default \"90,95,99\")\n  -retention duration\n    \tduration to retain the metrics for (default 30m0s)\n  -statsdtcp address\n    \tstatsd TCP listen address (default \"127.0.0.1:8125\")\n  -statsdudp address\n    \tstatsd UDP listen address (default \"127.0.0.1:8125\")\n  -webui address\n    \tweb UI listen address (default \"0.0.0.0:8080\")\n```\n\n## releases\n\nYou can get pre-built binaries for releases from the\n[releases page](https://github.com/rapidloop/statsd-vis/releases).\n\nThere is also a [statsd-vis Docker image](https://hub.docker.com/r/rapidloop/statsd-vis/)\non Docker Hub, built from source on each commit. You can run the Docker image with:\n\n    docker run --rm -it -p 8080:8080 -p 8125:8125/udp -p 8125:8125/tcp rapidloop/statsd-vis -statsdudp 0.0.0.0:8125 -statsdtcp 0.0.0.0:8125\n\nNotice that for Docker usage, you have to listen on 0.0.0.0, since the default 127.0.0.1 won't be reachable from outside the container, even from the Docker host.\n\n## changelog\n\n* v0.1, 13-May-2017: first public release\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frapidloop%2Fstatsd-vis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frapidloop%2Fstatsd-vis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frapidloop%2Fstatsd-vis/lists"}