circonus-labs/gosnowth

WriteHistogram missing account_id and check_name

Closed this issue · 3 comments

The WriteHistogram (and thus HistogramData) are missing the account_id and check_name fields which are required for the /histogram/write endpoint.

Did the data requirements for this endpoint change compared to what is in the IRONdb documentation? I would think that the account and check name information is ascertained by IRONdb using the provided id (check_uuid) and metric (metric_name) fields. It does seem to work without account_id and check_name fields when I run the test and example code for gosnowth. But, I can add them if they are new requirements.

This issue is addressed in #18.