An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# statsd-bash

[![License](https://img.shields.io/github/license/unixorn/statsd-bash.svg)](https://opensource.org/licenses/Apache-2.0)
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Funixorn%2Fstatsd-bash%2Fbadge%3Fref%3Dmaster&style=plastic)](https://actions-badge.atrox.dev/unixorn/statsd-bash/goto?ref=master)
[![GitHub stars](https://img.shields.io/github/stars/unixorn/statsd-bash.svg)](https://github.com/unixorn/statsd-bash/stargazers)
[![Code Climate](https://codeclimate.com/github/unixorn/statsd-bash/badges/gpa.svg)](https://codeclimate.com/github/unixorn/statsd-bash)
[![Issue Count](https://codeclimate.com/github/unixorn/statsd-bash/badges/issue_count.svg)](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.