cats


License

License

MIT
Categories

Categories

Ant Build Tools Prometheus Application Testing & Monitoring Monitoring
GroupId

GroupId

org.lyranthe.prometheus
ArtifactId

ArtifactId

cats_sjs0.6_2.11
Last Version

Last Version

0.9.0-M5
Release Date

Release Date

Type

Type

jar
Description

Description

cats
cats
Project URL

Project URL

https://github.com/fiadliel/prometheus_client_scala
Project Organization

Project Organization

org.lyranthe.prometheus
Source Code Management

Source Code Management

https://github.com/fiadliel/prometheus_client_scala

Download cats_sjs0.6_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/org.lyranthe.prometheus/cats_sjs0.6_2.11/ -->
<dependency>
    <groupId>org.lyranthe.prometheus</groupId>
    <artifactId>cats_sjs0.6_2.11</artifactId>
    <version>0.9.0-M5</version>
</dependency>
// https://jarcasting.com/artifacts/org.lyranthe.prometheus/cats_sjs0.6_2.11/
implementation 'org.lyranthe.prometheus:cats_sjs0.6_2.11:0.9.0-M5'
// https://jarcasting.com/artifacts/org.lyranthe.prometheus/cats_sjs0.6_2.11/
implementation ("org.lyranthe.prometheus:cats_sjs0.6_2.11:0.9.0-M5")
'org.lyranthe.prometheus:cats_sjs0.6_2.11:jar:0.9.0-M5'
<dependency org="org.lyranthe.prometheus" name="cats_sjs0.6_2.11" rev="0.9.0-M5">
  <artifact name="cats_sjs0.6_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lyranthe.prometheus', module='cats_sjs0.6_2.11', version='0.9.0-M5')
)
libraryDependencies += "org.lyranthe.prometheus" % "cats_sjs0.6_2.11" % "0.9.0-M5"
[org.lyranthe.prometheus/cats_sjs0.6_2.11 "0.9.0-M5"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
org.lyranthe.prometheus : client_sjs0.6_2.11 jar 0.9.0-M5
org.scala-js : scalajs-library_2.11 jar 0.6.22
org.typelevel : cats-effect_sjs0.6_2.11 jar 0.8

test (1)

Group / Artifact Type Version
org.scala-js : scalajs-test-interface_2.11 jar 0.6.22

Project Modules

There are no modules declared in this project.

Prometheus client for Scala

Join the chat at https://gitter.im/prometheus_client_scala/Lobby

This Prometheus client offers an idiomatic API for instrumenting applications written in Scala. It tries to provide an API which is efficient, easy to use. Also, as far as possible, it tries to report API usage errors at compile time instead of runtime.

Helper modules support Play controller timing, along with helper syntax for the cats.effect.Sync typeclass, fs2.Task, scalaz.concurrent.Task and monix.eval.Task.

In addition, it offers some extra insight into your program by exposing some useful VM statistics.

Adding the library to your build

libraryDependencies += "org.lyranthe.prometheus" %% "client" % "0.9.0-M1"

Documentation

Versions

Version
0.9.0-M5
0.9.0-M4
0.9.0-M3
0.9.0-M2
0.9.0-M1