Metrics and Monitoring Objects

The FTL server web API represents client metrics as a JSON object.

Example JSON Representation

{
  "clients": [
    {
      "id": 1026,
      "client_label": "FTL.srv1",
      "connect_time": 1585338198374,
      "series": [
        {
          "context": "queue_7f5e9866d9b0",
          "context_type": "queue",
          "type": "queue_discards",
          "description": "Queue Discards",
          "data": [
            {
              "sample": 641,
              "up_time": 540105,
              "value": 0,
              "start_time": 0
            }
          ]
        },

        ...

JSON Attributes

For types of metrics and their meaning, see "Catalogs of Metrics" in TIBCO FTL Monitoring.