https://github.com/unixorn/statsd-bash
Bash script to write to statsd
https://github.com/unixorn/statsd-bash
Last synced: 5 months ago
JSON representation
Bash script to write to statsd
- Host: GitHub
- URL: https://github.com/unixorn/statsd-bash
- Owner: unixorn
- License: apache-2.0
- Created: 2018-07-06T01:19:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T02:51:05.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T03:14:12.981Z (9 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# statsd-bash
[](https://opensource.org/licenses/Apache-2.0)
[](https://actions-badge.atrox.dev/unixorn/statsd-bash/goto?ref=master)
[](https://github.com/unixorn/statsd-bash/stargazers)
[](https://codeclimate.com/github/unixorn/statsd-bash)
[](https://codeclimate.com/github/unixorn/statsd-bash)
Bash script to write to statsd
Usage: `write-statsd metricName metricValue`
`write-statsd` defaults to using port 8125 on localhost; set `STATSD_HOST` and `STATSD_PORT` in the environment to change that.