Ville Svärd
Ville Svärd
Ok, thanks. Still, I think (will verify) I get the same error using my "wrapped" registry - at least after a round of refresh/reload etc. The reason I posted is...
Hi, I verified that the issue still stands. What I found is that (as I suspected) initially everything works as expected. After a refresh the instrumentation stops working. Here is...
Aha, thank you for investigating further! Sounds more or less like what I was expecting although expressed with insight into the actual implementation.
I realized that perhaps I can get by by simply using the `clear`-method on the underlying collector registry every time I initialize (`defonce`) the iapetos registry.
Something like this seems to work: ``` (ns iapetos.registry.default_registry_test (:require [iapetos.registry :as registry] [iapetos.collector.fn :as fn] [clojure.test :refer [deftest is testing]]) (:import [io.prometheus.client CollectorRegistry])) (defn init-default-registry [] (do (-> registry/default...
Thank you, I will try to use this and report on my progress. I can see you have already highlighted this issue in #59 ; do not know why I...
I tried your fix and it seems to have worked. I managed to work through the "play"-tutorial in vmfest-playground using the model you defined. One thing - I used "VirtualBox...
You are right, DHCP was not enabled
How did you expect it to be configured by default?