Henrik Feldt
Henrik Feldt
When using logary-js or the HTTP ingestion with Rutta, you often want to correlate events that happens before user signup/identification with events that happen after the signup.
- Create an authenticated and authorised sample using Dash with e.g. https://github.com/GoogleContainerTools/skaffold/ - You can click any even and get a time-series plot of count of that event type (`Message.value`)...
For example, we have Rutta ingesting messages over HTTP and once in a while someone sends a large message >134 KiB, which causes the Stackdriver target to crash and restart,...
Currently we have `Logger.name`, which is a hierarchal name of the source, with the most significant piece first (like the company name, then module, then class, then function). There's a...
Have the ability to show logs as they stream through Logary in a user interface. - [x] Console user interface - [x] Console user interface in a docker container -...
A consideration, only? E.g. let the `serverKey` of the embedded web server be shared with the clients; this is just a precaution, since you can get around it by reading...
Like ```clojure (where (or (service #"^api") (service #"^app")) (where (tagged "exception") (rollup 5 3600 (email "[email protected]")) (else (changed-state (email "[email protected]"))))) ``` https://gist.github.com/haf/2296fe13e53955d45ce637b8ad550deb