Key performance indicator framework

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

GroupId

GroupId

com.betfair.tornjak
ArtifactId

ArtifactId

kpi
Last Version

Last Version

3.0.0.rc1
Release Date

Release Date

Type

Type

jar
Description

Description

Key performance indicator framework
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project Organization

Project Organization

Betfair

Download kpi

How to add to project

<!-- https://jarcasting.com/artifacts/com.betfair.tornjak/kpi/ -->
<dependency>
    <groupId>com.betfair.tornjak</groupId>
    <artifactId>kpi</artifactId>
    <version>3.0.0.rc1</version>
</dependency>
// https://jarcasting.com/artifacts/com.betfair.tornjak/kpi/
implementation 'com.betfair.tornjak:kpi:3.0.0.rc1'
// https://jarcasting.com/artifacts/com.betfair.tornjak/kpi/
implementation ("com.betfair.tornjak:kpi:3.0.0.rc1")
'com.betfair.tornjak:kpi:jar:3.0.0.rc1'
<dependency org="com.betfair.tornjak" name="kpi" rev="3.0.0.rc1">
  <artifact name="kpi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.betfair.tornjak', module='kpi', version='3.0.0.rc1')
)
libraryDependencies += "com.betfair.tornjak" % "kpi" % "3.0.0.rc1"
[com.betfair.tornjak/kpi "3.0.0.rc1"]

Dependencies

compile (5)

Group / Artifact Type Version
com.betfair.sre : statse-client jar 1.2.0
org.slf4j : slf4j-api jar 1.5.6
org.aspectj : aspectjrt jar 1.7.2
org.aspectj : aspectjweaver jar 1.7.2
cglib : cglib-nodep jar 2.1_3

provided (3)

Group / Artifact Type Version
org.springframework : spring-context jar [2.5,2.6)
org.springframework : spring-aop jar [2.5,2.6)
javax.servlet : servlet-api jar 2.5

test (6)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.5.6
org.hamcrest : hamcrest-all jar 1.3
org.springframework : spring-test jar [2.5,2.6)
com.mockrunner : mockrunner-jdk1.5-j2ee1.3 jar 0.4
junit : junit jar 4.4
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

tornjak

Welcome to Tornjak, supporting derivation and exposure of both performance and health monitoring, typically for use within back-end services.

Features

  • Monitoring
    • Aggregated health derived from one or more component monitors.
    • Ability to restrict the impact on overall health contributed by individual monitors.
    • Standard monitors for common sub-components:
      • External services
      • Free memory
      • Free disk
    • Ability to control overall health via JMX (for upgrade situations).
    • Passive and active monitoring styles supported.
    • Listener hooks to enable triggering other logic from changes in health state.
    • Nagios plugin to expose overall and component health details.
  • Key performance indicators
    • Annotation-driven collection of key performance indicators on public methods
    • API to enable custom integration of KPIs
    • Distinction between successful and unsuccessful transactions.
    • Exposure of statistics via JMX for ease of integration with tools such as OpenTSDB.
    • Integration with StatsE for streaming to Heka
  • Web app overlay
    • Provides web interface for viewing detailed health status
    • Provides batch interface for querying JMX beans over HTTP (used by Nagios plugin)
  • Nagios plugin
    • Plugin capabilities for reading overall health
    • Can also expose sub-component health status

Project Info

Public site here

Build Status

Licensing

Tornjak is covered by "The Apache License, Version 2.0":

Copyright 2013, The Sporting Exchange Limited

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
com.betfair.tornjak

Betfair

Versions

Version
3.0.0.rc1