Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upHow to use the Prometheus to monitor existing projects? #1584
Comments
This comment has been minimized.
This comment has been minimized.
|
Essentially yes. If the project already exports those statistics in other ways you can also write an exporter if you don't want to touch the code. |
fabxc
added
the
question
label
Apr 25, 2016
This comment has been minimized.
This comment has been minimized.
|
Depending on your existing project, the https://github.com/prometheus/jmx_exporter might also be interesting here. |
grobie
closed this
Apr 25, 2016
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 24, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 24, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
guxia commentedApr 25, 2016
•
edited
If I want to monitor some of the errors 、page views、
access errors、the amount online users、the amount of access failure or some other on an existing project of java。Need i to add the corresponding code in an existing project line by line?Or how else?