Operations Basics / Version 2301
Table Of ContentsThe client components provide the following metrics about their cap connections:
coremedia.connection.blobcachefaultscoremedia.connection.contentrepositoryavailablecoremedia.connection.disruptedcoremedia.connection.eventretrievaldelaycoremedia.connection.heapcachefaultscoremedia.connection.latestcontenteventsequencenumbercoremedia.connection.latestreceivedcontenteventsequencenumbercoremedia.connection.numberofsusessionscoremedia.connection.opencoremedia.connection.stablecoremedia.connection.timesincelasteventretrievalcoremedia.connection.workflowrepositoryavailable
For the meanings of the properties see the API documentation of com.coremedia.cap.common.CapConnectionManager. Boolean values are represented by the numbers 0.0 and 1.0. For example, if you request the availability of the content repository with
http://localhost:8081/actuator/metrics/coremedia.connection.contentrepositoryavailable
you get a response like
{
"name": "coremedia.connection.contentrepositoryavailable",
"description": "whether the content repository is currently available",
"baseUnit": null,
"measurements": [
{
"statistic": "VALUE",
"value": 1.0
}
],
"availableTags": []
}

