Commit graph

15 commits

Author SHA1 Message Date
Gavin M. Roy
6d639b436d Documentation updates 2016-11-09 15:45:58 -05:00
Gavin M. Roy
7405312a5e Make tagging the hostname optional 2016-10-13 21:13:49 -04:00
Gavin M. Roy
ac7d886f11 Add some controls for operational tuning
- Add a flag to disable submission
- Add more environment variables for configuration
- Add a maximum buffer size that discards metrics when there are too many
- Remove correlation-id fields
2016-10-13 18:52:17 -04:00
Gavin M. Roy
3eea44dfef Allow a measurement timestamp to be externally set 2016-09-26 14:46:53 -04:00
Gavin M. Roy
ead27c3942 Submit measurements one at a time for a rejected batch
Better edge case exception handling
2016-09-23 11:32:28 -04:00
Gavin M. Roy
1affb16eb6 Have a default content-length for responses without one 2016-09-14 12:18:45 -04:00
Gavin M. Roy
98781c101d Move to millisecond precision 2016-09-14 01:27:55 -04:00
Gavin M. Roy
815949458b Remove content_type tag for now 2016-09-14 00:44:49 -04:00
Gavin M. Roy
b73679c57a Rework line protocol marshalling and more
- Rework how the line protocol is marshalled and support the various data types.
- Remove the accept tag
- Strip down content_type to the ``type/subtype`` format only
- Make ``correlation_id`` a field value and not tag
- Change the precision to second precision, per the InfluxDB docs (use the most
    coarse precision for better compression)
2016-09-14 00:27:05 -04:00
Gavin M. Roy
080a480ff7 Add content_length, content_type, and accept values 2016-09-13 21:49:58 -04:00
Gavin M. Roy
a9e5c99599 Dont use reverse_url to get the endpoint pattern in the mixin 2016-09-13 20:54:39 -04:00
Gavin M. Roy
4223b155a6 Pass in the request arguments 2016-09-13 20:10:36 -04:00
Gavin M. Roy
b46e1ceb4a Swallow assertion errors from tornado.web.RequestHandler.reverse_url 2016-09-13 20:03:36 -04:00
Gavin M. Roy
f8cc9c7c28 Bugfix for the Periodic callback 2016-09-13 18:12:37 -04:00
Gavin M. Roy
4c4eecfe23 Add docs 2016-09-13 16:09:43 -04:00