All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.web-server-metrics.json Maven / Gradle / Ivy

{
  "displayText": "Web Server",
  "name": "web-server-metrics",
  "ttl": "PT1H",
  "timestampSpec": {
    "column": "timestamp",
    "format": "auto"
  },
  "dimensionsSpec": [
    {
      "name": "appName",
      "displayText": "Application",
      "required": true
    },
    {
      "name": "instanceName",
      "displayText": "Instance",
      "required": true
    }
  ],
  "metricsSpec": [
    {
      "type": "longSum",
      "name": "connectionCount",
      "displayText": "Connection Count",
      "unit": ""
    },
    {
      "type": "longSum",
      "name": "maxConnections",
      "displayText": "count of max connections",
      "unit": ""
    },
    {
      "type": "longSum",
      "name": "activeThreads",
      "displayText": "Active Threads",
      "unit": ""
    },
    {
      "type": "longLast",
      "name": "maxThreads",
      "displayText": "Max Threads",
      "unit": ""
    }
  ]
}







© 2015 - 2024 Weber Informatics LLC | Privacy Policy