mozilla-services/datadog-bridge

Name: datadog-bridge

Owner: Mozilla Services

Description: An HTTP => Datadog Statsd bridge thing

Created: 2015-06-29 21:07:32.0

Updated: 2018-01-22 18:46:08.0

Pushed: 2015-06-30 23:28:51.0

Homepage: null

Size: 120

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

THIS IS CURRENTLY EXPERIMENTAL!

About

This is a simple HTTP => statsd for quickly tracking metrics.

Sending Metrics Data

There are four endpoints for tracking metrics: gauge, count, history and set. These map directly to Datadog's metrics.

rl -v -d '123.45' https://<endpoint>/gauge/<metric name>
rl -v -d '123' https://<endpoint>/count/<metric name>
rl -v -d '123.45' https://<endpoint>/histogram/<metric name>
rl -v -d 'some string' https://<endpoint>/set/<metric name>
Running it
License

MPL v 2.0


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.