close

Filter

Operations Basics / Version 2412.0
Table Of Contents

The client components provide the following metrics about their cap connections:

  • coremedia.connection.blobcachefaults

  • coremedia.connection.contentrepositoryavailable

  • coremedia.connection.disrupted

  • coremedia.connection.eventretrievaldelay

  • coremedia.connection.heapcachefaults

  • coremedia.connection.latestcontenteventsequencenumber

  • coremedia.connection.latestreceivedcontenteventsequencenumber

  • coremedia.connection.numberofsusessions

  • coremedia.connection.open

  • coremedia.connection.stable

  • coremedia.connection.timesincelasteventretrieval

  • coremedia.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": []
}
Was this article useful?

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.