Andrei Velent

Results 4 comments of Andrei Velent

Hi! Did you guys discussed this feature? I'd appreciate median or percentile. Any chances?

Sure. My exact use-case is the following: TS.ADD courier_searching_time:10 * 76 LABELS restaurant 10 TS.ADD courier_searching_time:10 * 24 LABELS restaurant 10 ... What I can do now: TS.RANGE courier_searching_time:10 '-1...

Guys from newrelic are working on this issue on their side. They proposed a workaround. Put the following into your newrelic.ini: ``` [import-hook:aiohttp.web_urldispatcher] enabled = false ``` > which will...

For my case it could look like an optional param, passed into bash start script: `docker run -i --rm jlordiales/jyparser set ".menu.id" \"new_id\" 4` But maybe it could be done...