https://github.com/mostlygeek/statsd-with-cloudwatch
StatsD server with CloudWatch backend
https://github.com/mostlygeek/statsd-with-cloudwatch
Last synced: 3 months ago
JSON representation
StatsD server with CloudWatch backend
- Host: GitHub
- URL: https://github.com/mostlygeek/statsd-with-cloudwatch
- Owner: mostlygeek
- License: mit
- Created: 2013-05-27T21:34:21.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-28T20:07:35.000Z (almost 12 years ago)
- Last Synced: 2025-02-12T16:51:48.287Z (4 months ago)
- Language: JavaScript
- Size: 110 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# About StatD w/ CloudWatch
This is the statsd server for [Mozilla-IDP](https://github.com/mozilla/vinz-clortho) project,
with the CloudWatch backend as a dependency. No need to install the backend
as a global library.It listens on `127.0.0.1` for StatsD UDP messages and sends them off to CloudWatch.
## Running It
> start-server default-config.js
## CloudWatch Backend
See: [statsd-backend-cloudwatch](https://github.com/mostlygeek/statsd-backend-cloudwatch)
## License
MIT