(metrics-server registry
&
[{:keys [port path queue-size executor]
:or {port 8080 path "/metrics" queue-size 5}}])
Expose the metrics contained within the given collector registry using the given port and path.
Returns a handle on the standalone server, implementing java.io.Closeable
.
Expose the metrics contained within the given collector registry using the given port and path. Returns a handle on the standalone server, implementing `java.io.Closeable`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close