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

META-INF.instrumentation.elasticsearch.json Maven / Gradle / Ivy

There is a newer version: 0.14.9
Show newest version
{
  "name": "Elasticsearch",
  "id": "elasticsearch",
  "properties": [
    {
      "name": "stackTraceThresholdMillis",
      "type": "double",
      "default": 1000.0,
      "label": "Stack trace threshold (millis)",
      "description": "Any query that exceeds this threshold will have a stack trace captured and attached to it. An empty value will not collect any stack traces, a zero value will collect a stack trace for every query."
    }
  ],
  "classes": [
    "org.glowroot.instrumentation.elasticsearch.ActionRequestBuilderInstrumentation",
    "org.glowroot.instrumentation.elasticsearch.ActionFutureInstrumentation"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy