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

schema.jvm-gc-metrics.json Maven / Gradle / Ivy

{
  "displayText": "Garbage Collection",
  "name": "jvm-gc-metrics",
  "ttl": "PT1H",
  "timestampSpec": {
    "column": "timestamp",
    "format": "auto"
  },
  "dimensionsSpec": [
    {
      "name": "appName",
      "displayText": "Application",
      "required": true
    },
    {
      "name": "instanceName",
      "displayText": "Instance",
      "required": true
    },
    {
      "name": "gcName",
      "displayText": "GC Name",
      "required": true,
      "visible": false
    },
    {
      "name": "generation",
      "displayText": "GC Generation",
      "required": true,
      "visible": false
    }
  ],
  "metricsSpec": [
    {
      "type": "longSum",
      "name": "gcCount",
      "displayText": "GC Count",
      "unit": ""
    },
    {
      "type": "longSum",
      "name": "gcTime",
      "displayText": "Accumulative GC Time",
      "unit": "nanosecond",
      "visible": false
    },
    {
      "type": "post",
      "name": "avgGcTime",
      "expression": "gcTime/gcCount",
      "displayText": "Avg GC Time",
      "unit": "millisecond",
      "valueType": "double"
    }
  ]
}







© 2015 - 2024 Weber Informatics LLC | Privacy Policy