-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi.
If I use readMilti method with few months data range (for example from 2013-12-22 to 2014-05-22), tempodb client returns me response with undefined status. Why?
{ [Error: Response returned non-200 code]
response:
{ headers: undefined,
status: undefined,
session:
{ key: 'some key',
secret: 'some secret',
hostname: 'api.tempo-db.com',
port: 443,
version: 'v1',
secure: true,
maxconns: 10,
path: '/v1',
headers: [Object],
connection: [Object] },
json: { data: [Object], series: [Object], rollup: null, tz: 'UTC' },
successful: 0,
error: undefined } }
But in such case response.json.data has normal data, as expected.
Can't I use big data range?
Thank you.
Metadata
Metadata
Assignees
Labels
No labels