Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 825 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 825 Bytes

bucky-epimetheus

release version

Installing

libraryDependencies += "io.cardell" %% "bucky-epimetheus" % "@VERSION@"

Usage

val client: AmqpClient[IO] = ???

for {
  reg <- CollectorRegistry.build[IO]
  meteredClient <- EpimetheusAmqpClient[IO](client, reg)
} yield ()

License

This software is licensed under the MIT license. See LICENSE

Developing

To set up development dependencies use Nix >2.4 with flakes enabled, and use the nix develop command.