We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Congratulations for your work. It's very ease-to-use. I have question about the data source to make charts or lines.
I would like to use monitor-dashboard to generate views on -data inside a mongodb database -rundeck metrics page
"rundeck metrics page" is joinable from URL http://localhost/rundeck/metrics/metrics and looks like this :
{ "version" : "3.0.0", "gauges" : { "rundeck.scheduler.quartz.runningExecutions" : { "value" : 0 } }, "counters" : { "com.codahale.metrics.servlet.AbstractInstrumentedFilter.activeRequests" : { "count" : 1 }, "rundeck.scheduler.quartz.scheduledJobs" : { "count" : 1 } } ...
Thank you in advance,
The text was updated successfully, but these errors were encountered:
Yes, you can do this by replacing the values supplied in the sample charts with the values retrieved from your sources.
Sorry, something went wrong.
No branches or pull requests
Hi,
Congratulations for your work. It's very ease-to-use.
I have question about the data source to make charts or lines.
I would like to use monitor-dashboard to generate views on
-data inside a mongodb database
-rundeck metrics page
"rundeck metrics page" is joinable from URL http://localhost/rundeck/metrics/metrics and looks like this :
{
"version" : "3.0.0",
"gauges" : {
"rundeck.scheduler.quartz.runningExecutions" : {
"value" : 0
}
},
"counters" : {
"com.codahale.metrics.servlet.AbstractInstrumentedFilter.activeRequests" : {
"count" : 1
},
"rundeck.scheduler.quartz.scheduledJobs" : {
"count" : 1
}
}
...
Thank you in advance,
The text was updated successfully, but these errors were encountered: