Mon-soon prometheus

The root of the mon-soon project.

License

License

BSD
Categories

Categories

Prometheus Application Testing & Monitoring Monitoring
GroupId

GroupId

com.github.groupon.monsoon
ArtifactId

ArtifactId

monsoon-prometheus
Last Version

Last Version

2.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

Mon-soon prometheus
The root of the mon-soon project.
Project URL

Project URL

https://github.com/groupon/monsoon
Source Code Management

Source Code Management

https://github.com/groupon/monsoon

Download monsoon-prometheus

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.groupon.monsoon/monsoon-prometheus/ -->
<dependency>
    <groupId>com.github.groupon.monsoon</groupId>
    <artifactId>monsoon-prometheus</artifactId>
    <version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.groupon.monsoon/monsoon-prometheus/
implementation 'com.github.groupon.monsoon:monsoon-prometheus:2.3.1'
// https://jarcasting.com/artifacts/com.github.groupon.monsoon/monsoon-prometheus/
implementation ("com.github.groupon.monsoon:monsoon-prometheus:2.3.1")
'com.github.groupon.monsoon:monsoon-prometheus:jar:2.3.1'
<dependency org="com.github.groupon.monsoon" name="monsoon-prometheus" rev="2.3.1">
  <artifact name="monsoon-prometheus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.groupon.monsoon', module='monsoon-prometheus', version='2.3.1')
)
libraryDependencies += "com.github.groupon.monsoon" % "monsoon-prometheus" % "2.3.1"
[com.github.groupon.monsoon/monsoon-prometheus "2.3.1"]

Dependencies

compile (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.8

test (6)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-all jar 1.10.19
org.powermock : powermock-module-junit4 jar 1.6.2
org.powermock : powermock-api-mockito jar 1.6.2

Project Modules

There are no modules declared in this project.

Mon-soon

An extensible monitor system that checks java processes and exposes metrics based on them.

The project is extensible and allows for new datasources to be created, so it's not just Java it can monitor.

It should be easy to implement a new processor, to direct monitored data to other systems.

Monsoon supports:

  1. collectd Metrics
  2. JMX local and remote.
  3. URL HTTP (think a simple pingdom)
  4. Scrape a JSON endpoint over HTTP, I.E Hadoop metricz endpoint.
  5. A history module that will write time series to disk.
  6. It has metrics API endpoint for graphing ( work in progress).
  7. It also has a prometheus exporter.
  8. A simple TCP collector (can be used to see if a port is open).

Usage

The system uses processors to hook up to external metric and alerting systems. Processors are what turns the system from a pile of code into a useful component of your production deployment.

Configuration

Please refer to the configuration documentation.


Prometheus Integration

The Prometheus exporter will take all jmx metrics and convert them to a format that Prometheus can scrape prometheus.jar.

Development

Development documentation has its own section.

Build Status

com.github.groupon.monsoon

Groupon

Versions

Version
2.3.1
2.3
2.2.1
2.2
2.1.1
2.1
2.0