Bernerd Schaefer
af56a93a80
Rename test helper files to helpers_test.go
...
This ensures that these files are properly included only in testing.
[Fixes #10 ]
2013-05-06 11:13:44 +02:00
Bernerd Schaefer
d4ff2cc87a
Fix race conditions in metric methods
...
Methods which expect to use a mutex must be defined for the pointer
value, because mutexes are not copyable.
2013-05-03 16:02:03 +02:00
Bernerd Schaefer
f60c783b29
Adhere to telemetry schema 0.0.2
...
* The schema and version of telemetry data is exposed through the
Content-Type header instead of through a custom HTTP Header.
See [Prometheus Client Data Exposition Format][1] for more details.
[1]: https://docs.google.com/a/soundcloud.com/document/d/1ZjyKiKxZV83VI9ZKAXRGKaUKK2BIWCT7oiGBKDBpjEY/edit#heading=h.wnviarbnyxcj
2013-04-25 17:43:03 +02:00
Bernerd Schaefer
71dd60e431
Registry and Metrics implement json.Marshaler
...
* Drop `AsMarshallable()` from the Metric interface. Use
`json.Marshaler` and `MarshalJSON()`, and leverage JSON struct tags
where possible.
* Add `MarshalJSON()` to Registry and remove `dumpToWriter`, which
makes the registry handler much simpler.
In addition to simplifying some of the marshalling behavior, this also
has the nice side effect of cutting down the number of
`map[string]interface{}` instances.
2013-04-19 15:07:24 +02:00
Bernerd Schaefer
3433b798b3
Use raw string literals in tests
2013-04-19 15:04:07 +02:00
Bernerd Schaefer
0b30e065c8
Metrics explicitly implement Metric interface
2013-04-19 15:04:07 +02:00
Bernerd Schaefer
9fccb96989
Remove timer.go and timer_test.go
2013-04-19 14:44:15 +02:00
Matt T. Proud
f320d28a6c
Rearrange file and package per convention.
...
WIP - Please review but do not merge.
2013-04-04 15:27:09 +02:00