Hristo Iliev

Results 28 comments of Hristo Iliev

You'll have to use *nix system (Linux/MacOS) to get Abacus running at the moment. We got rid of zip executable requirement (#239) but it seems we have more work to...

Self-signed certs using mongoclient are now disabled with https://github.com/cloudfoundry-incubator/cf-abacus/commit/b6a1a3c2e547fcda51ef2437a42dbe64d1c557a1

Can you please point out how adding `customHeader` works? Is this handled by `request` or `express` module?

I don't see `customHeader` in the source of `request` (nor in `express`) and that's why I asked. In fact the docs mention only `headers` option (https://github.com/request/request#custom-http-headers), so I think the...

Do we need to adapt the dataflow (and perhaps reduce/map functions) code or we can simply change the default?

Can we instead split this module into 2 (or 3) smaller ones?

@momchil-sap Do we have more work here or can we close the issue?

Replacing time-based metrics with sampling can solve this issue and help us get rid of: * negative values * overcharge situations in case we never process stop event (due to...

We have the same pattern in `dataflow`: https://github.com/cloudfoundry-incubator/cf-abacus/blob/master/lib/utils/dataflow/src/index.js#L672-L681

We can change the error code to 400 as @rajkiranrbala suggested to avoid having different error messages for slack and conflict. I personally don't like 400 since it suggests the...