Liking cljdoc? Tell your friends :D

iapetos.registry


createclj

(create)
(create registry-name)
(create registry-name registry)
source

defaultclj

source

Registrycljprotocol

Protocol for the iapetos collector registry.

Protocol for the iapetos collector registry.

clearclj

(clear registry)

Clear the registry, removing all collectors from it.

Clear the registry, removing all collectors from it.

getclj

(get registry metric labels)

Retrieve the collector instance associated with the given metric, setting the given labels.

Retrieve the collector instance associated with the given metric,
setting the given labels.

nameclj

(name registry)

Retrieve the registry name (for exporting).

Retrieve the registry name (for exporting).

rawclj

(raw registry)

Retrieve the underlying CollectorRegistry.

Retrieve the underlying `CollectorRegistry`.

registerclj

(register registry metric collector)

Add the given iapetos.collector/Collector to the registry using the given name.

Add the given `iapetos.collector/Collector` to the registry using the
given name.

register-lazyclj

(register-lazy registry metric collector)

Add the given iapetos.collector/Collector to the registry using the given name, but only actually register it on first use.

Add the given `iapetos.collector/Collector` to the registry using the
given name, but only actually register it on first use.

subsystemclj

(subsystem registry subsystem-name)

Create a new registry that is bound to the given subsystem.

Create a new registry that is bound to the given subsystem.

unregisterclj

(unregister registry metric)

Unregister the collector under the given name from the registry.

Unregister the collector under the given name from the registry.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close