Nitish Tiwari

Results 83 comments of Nitish Tiwari

Feel free to send a PR @JiaWeiXie

Thanks for reporting @tommyalatalo we'll take a look

List streams should fetch data from metadata first, instead of hitting S3 for each call. See #69 for context

We'll get back in a bit @kmartin62

> Error types for now compose upwards the call stack. The type is QueryError::Parse(ParseError::Validation(QueryValidationError)) Can you link to this in the repo.

done! thanks for your hard work @akebu6

Hey @calvin2021y we'll get back with this in a few days.

Tested the PR, few observations: 1. Incorrect alert field causes server to panic. Alert config ```json { "alerts": [{ "name": "server-fail-alert1", "message": "server reported error status", "rule": { "field": "http_status",...

> > ``` > > 1. Incorrect alert field causes server to panic. Alert config > > ``` > > field should be checked at time of registering alert. I...