-
We are seeing really high memory when using this ring buffer. I'm not an expert in the class you are using so I have a question for you. It looks like clear creates a new ring buffer that is empty. Ho…
-
https://docs.newrelic.com/docs/query-your-data/nrql-new-relic-query-language/get-started/nrql-syntax-clauses-functions/
https://docs.newrelic.com/docs/query-your-data/nrql-new-relic-query-language/…
-
I have recently enabled the cloudwatch logs publisher. From time to time I see a spurt of logged errors like this one:
```
mulog/publisher-error
clojure.lang.ExceptionInfo: μ/log cloudwatch pu…
-
https://github.com/BrunoBonacci/mulog/blob/master/mulog-zipkin/src/com/brunobonacci/mulog/publishers/zipkin.clj#L53
Can we add this bit of info to the zipkin publisher?
```
;; approximate le…
-
I have a use-case that I'm not sure is well-supported. I would like to log a map that exists in my code independently of event logging. But because `log` is a variadic macro that takes key-value pairs…
-
Based on my experience, the cloudwatch publisher generates JSON logs that are not discoverable when using namespaced keys. This is a serious impediment to to idiomatic Clojure usage and the usefulnes…
-
Create a repository of Clojure CLI project templates that include common code and configuration to support production grade services and libraries
#### dev/user.clj for development tools ✅
- hotl…
-
If anywhere in a given codebase there's an alias like `[com.brunobonacci.mulog :as μ]`, cljr-slash will stop working in general, silently.
-
I have
`(def {:value3 3, :value4 4}`
and
`(μ/log ::event-name, :key1 "value1", :key2 :value)`
and I want to log as if its
`(μ/log ::event-name, :key1 "value1", :key2 :value, :value3 3, …
-
Portal window opens automatically on REPL startup when `dev` is on the class path, e.g. via `:repl/reloaded` or `:dev/reloaded` aliases from Practicalli Clojure CLI Config.
However, when reloading …