Hi everyone, When im making gauge in the spring app Gauge Connection = Gauge.build().name(MONITORING_NAME + "_connected") .help(MONITORING_NAME + " connection time").register(registry); I'm getting this error in the line above.
java.lang.IllegalArgumentException: Collector already registered that provides name: <some_name> Does someone know how this registry gets used two times? -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/ca022a75-9c8a-42c8-838d-7acb235be196n%40googlegroups.com.

