Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stagemonitor/stagemonitor
an open source solution to application performance monitoring for java server applications
https://github.com/stagemonitor/stagemonitor
apm grafana java kibana metrics monitoring opentracing performance profiling tracing
Last synced: 3 months ago
JSON representation
an open source solution to application performance monitoring for java server applications
- Host: GitHub
- URL: https://github.com/stagemonitor/stagemonitor
- Owner: stagemonitor
- License: apache-2.0
- Archived: true
- Created: 2013-08-02T15:09:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T13:38:11.000Z (almost 2 years ago)
- Last Synced: 2024-09-19T10:23:32.676Z (3 months ago)
- Topics: apm, grafana, java, kibana, metrics, monitoring, opentracing, performance, profiling, tracing
- Language: Java
- Homepage: www.stagemonitor.org
- Size: 9.84 MB
- Stars: 1,706
- Watchers: 126
- Forks: 290
- Open Issues: 85
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - stagemonitor - an open source solution to application performance monitoring for java server applications (Java)
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.