WriteHistogram missing account_id and check_name
Closed this issue · 3 comments
postwait commented
The WriteHistogram (and thus HistogramData) are missing the account_id
and check_name
fields which are required for the /histogram/write
endpoint.
dhaifley commented
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.
postwait commented
Needs the account id and check name or the metric will not be findable via
search. Search indexes are partitioned by account.
…On Sat, Mar 9, 2019, 11:03 AM David Haifley ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAUfhEhcjBYL30x4Jl1gHYdLLYv36IZzks5vU9tUgaJpZM4Yp1uf>
.