Skip to content

alexcardell/bucky-epimetheus

Repository files navigation

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.