-
Notifications
You must be signed in to change notification settings - Fork 851
Closed
Labels
keepaliveSkipped by stale botSkipped by stale botstorage/chunksChunks storage engineChunks storage enginetype/feature
Description
Currently queries involving no metric name (such as count({__name__=~".+"}) by (__name__)) almost always fail with some think like:
Error: RequestError: send request failed caused by: Get https://weaveworks-dev-chunks.s3.amazonaws.com/2/1a9d5d42bc35a818%3A15bf13d7a4b%3A15bf16ca09b%3Afa6f6c42: dial tcp 52.216.0.88:443: connect: cannot assign requested address
I suspect this is because we're trying to fetch too many chunks simultaneously, and we're running out of client ports.
Also, the v7 schema isn't rolled out to prod yet.
And they are hella slow - but lets get them working first!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
keepaliveSkipped by stale botSkipped by stale botstorage/chunksChunks storage engineChunks storage enginetype/feature