Metrics and Monitoring Objects

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

Example JSON Representation

{
  "clients":[
    {
      "connect_time":1456351771619,
      "id":36065,
      "series":[
        {
          "context":"default",
          "data":[{
              "sample":547,
              "up_time":523263083,
              "value":0
            }],
          "description":"Messages Received",
          "type":"messages_received"
        },
    ...

JSON Attributes

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