m

meerkat

Meerkat is an operation monitor and service degradation component which can 1. collect success rate and average time cost of predefined operations 2. Cutoff the function call when success rate falling below certain threshold, resume the function call after success rate back to normal.
https://github.com/qiyimbd/meerkat
The Apache Software License, Version 2.0
Cheng Ming Wang
Files download
File Operation
meerkat-1.1.jar download
meerkat-1.1.pom download
meerkat-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.qiyimbd</groupId>
  <artifactId>meerkat</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.qiyimbd:meerkat:1.1'
Gradle Kotlin
implementation("com.github.qiyimbd:meerkat:1.1")
Scala SBT
libraryDependencies += "com.github.qiyimbd" % "meerkat" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.qiyimbd', module='meerkat', version='1.1')
)
Apache Ivy
<dependency org="com.github.qiyimbd" name="meerkat" rev="1.1" />
Leiningen
[com.github.qiyimbd/meerkat "1.1"]
Apache Buildr
'com.github.qiyimbd:meerkat:jar:1.1'