-
Hi,
I noticed the CloudWatch publisher to generate an error event whenever the transform function returns the empty sequence since the AWS API PutLogEvents does not accept the empty array as the inpu…
-
```
Mar 9 03:13:06 PM {"mulog/trace-id":"4af4gawt-ZtsX3d-xnyg11Jur_EY_0ZS","mulog/timestamp":1615320786527,"mulog/event-name":"vax.help.i8n/missing-translation","mulog/namespace":"clojure.core","lan…
-
I inadvertently discovered that mulog's structured logging facilitates map alignment to make the log events, in my eyes, a lot more readable:
```
{:mulog/event-name :app.server/api,
:mulog/timesta…
-
Hello, thanks for this nice project! I've been stumbling upon one exception, and one unexpected behaviour while trying to expose JVM metrics to Prometheus scrapper:
``` clj
(ns piotr-yuxuan.mulog-…
-
Running the elasticsearch publisher against a data-stream fails with the following exception:
```
{:mulog/event-name :mulog/publisher-error,
:mulog/timestamp 1659460044208,
:mulog/trace-id #mu…
-
Hi,
I accidentally passed the wrong arguments to u/trace which caused problems with mulog and publishing. No error was emitted when executing the function which made me miss it.
example
`(u…
-
I occasionally have two independent "systems" operating concurrently in one JVM. I have found that mulog events from system A will randomly appear in the output of the publisher of system B and vice-…
cch1 updated
7 months ago
-
Installed clerk to a project, and get this upon trying to run it. Both in repl and browser:
![image](https://github.com/user-attachments/assets/67876069-cb32-4cff-b7e2-b4aa63d0bed7)
-
A few ppl have been asking an Open Telemetry compatible publisher for µ/log so I'm creating this ticket to track the discussion and the work.
The first thing to note is that we shouldn't need to pi…
-
We should probably use some kind of connection pool.