Binary package “libprometheus-tiny-shared-perl” in ubuntu noble

tiny Prometheus client with a shared database behind it

 Prometheus::Tiny::Shared is a wrapper around Prometheus::Tiny that instead of
 storing metrics data in a hashtable, stores them in a shared datastore
 (provided by Hash::SharedMem, though this may change in the future). This
 lets you keep a single set of metrics in a multithreaded app.