# stagemonitor **Repository Path**: mamh-java/stagemonitor ## Basic Information - **Project Name**: stagemonitor - **Description**: https://github.com/mamh-java/stagemonitor - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-20 - **Last Updated**: 2023-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![stagemonitor-h75px](https://cloud.githubusercontent.com/assets/2163464/3024619/70ed9cd0-dffb-11e3-9251-083e62d97f0d.png)](http://www.stagemonitor.org) [![Build Status](https://travis-ci.org/stagemonitor/stagemonitor.svg?branch=master)](https://travis-ci.org/stagemonitor/stagemonitor) [![OpenTracing Badge](https://img.shields.io/badge/OpenTracing-enabled-blue.svg)](http://opentracing.io) [![Coverage Status](https://coveralls.io/repos/stagemonitor/stagemonitor/badge.svg?branch=master&service=github)](https://coveralls.io/github/stagemonitor/stagemonitor?branch=master) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.stagemonitor/stagemonitor-web-servlet/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.stagemonitor/stagemonitor-web-servlet) [![Release](https://jitpack.io/v/stagemonitor/stagemonitor.svg)](https://jitpack.io/#com.github.stagemonitor.stagemonitor/stagemonitor-web-servlet) --- # ⚠️ This project is not maintained anymore A good alternative to stagemonitor that offers a similar feature set, except for the in-browser-widget, is the [Elastic APM Java Agent](https://www.elastic.co/guide/en/apm/agent/java/current/intro.html). --- Stagemonitor is a Java monitoring agent that tightly integrates with time series databases like Elasticsearch, Graphite and InfluxDB to analyze graphed metrics and [Kibana](http://www.elasticsearch.org/overview/kibana/) to analyze requests and call stacks. It includes preconfigured Grafana and Kibana dashboards that can be customized. ## More Information For more information about the project, please see http://www.stagemonitor.org ## Live Demo http://stagemonitor-demo.isys-software.de ## Getting Started Check the [Installation](https://github.com/stagemonitor/stagemonitor/wiki/Installation) site of the wiki ## Issues If you encounter any issues or if you have a question, don't hesitate to create an issue. ## Mailing List The mailing list can be found at https://github.com/stagemonitor/stagemonitor-mailinglist ## Snapshots Use [JitPack](https://jitpack.io/#com.github.stagemonitor.stagemonitor/stagemonitor-web-servlet/master-SNAPSHOT) to get the latest snapshots from master. When using gradle, add the `--refresh-dependencies` flag to ensure you always check for an updated snapshot version. ## Build Locally To build this project locally, clone the repo and execute `./gradlew install` (Linux) `gradlew.bat install` (Windows) to install stagemonitor to your local maven repo (`~/.m2/repository/org/stagemonitor/`). ## Contributing We love contributions from the community! Please read [CONTRIBUTING.md](CONTRIBUTING.md) before creating a pull request.