There is a new branch tekelija#62 containing some metrics infrastructure. Links for download are at the end of the post
Metrics service is implemented as quark service therefore it can be managed using qcli command line util.
Configuration
Empty configuration can be retrieved using command:
qcli generate cfg metrics
Following structure should be returned:
{
"metrics": {
"active": 0,
"appPerformanceMeters": false,
"influxDbUri": null,
"intervalToSend": null,
"sysPerformanceMeters": false,
"tag": {
"application": null,
"host": null,
"region": null
},
"textReportPath": null
}
}
[Read More]