Robert Beekman

Results 9 comments of Robert Beekman

We're going to take a day to dive into this issue and create a concrete plan for this, with examples of how the new API is going to change.

Another thing to keep in mind when we refactor this is that it would be nice to be able to set an error without having to create one first. now:...

It seems like we're experiencing the same issue, once one of the 3 nodes is down, we get these timeout errors and every request to ElasticSearch will fail. How would...

Pushed this to our staging and it seems to work great with authentication failures / stepdowns etc. (and SSL enabled)!

Found one more issue, if you have a replicaset and you want to re-sync a node (because of disk usage) and the node is in `STARTUP2` mode, connection will fail...

Would be nice to support the metrics too, since we already expose an endpoint for it.

> The missing link is getting some type of sample for a request with bad Web Vitals. The JS integration is currently not setup to collect samples, I'm also not...

Our public endpoint already accepts web-vitals btw, on `/metrics/webvitals` in the following format: ```json [ { "id": "1596275342516-3380393974949", "label": "custom", "name": "Next.js-hydration", "startTime": 1135, "value": 12, }, { "id": "1596275342519-1731783822324",...