zorkian / go-datadog-api

A Go implementation of the Datadog API.
BSD 3-Clause "New" or "Revised" License
183 stars 156 forks source link

Add `query_index` parsing from `/query` result #323

Closed vboulineau closed 4 years ago

vboulineau commented 4 years ago

query_index is an attribute that allows to perform matching between query and reply when multiple queries are sent at once.
For instance, if sending query0,query1,query2, the Serie(s) for query1 will have query_index: 1.