META-INF.instrumentation.elasticsearch.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of instrumentation-elasticsearch Show documentation
Show all versions of instrumentation-elasticsearch Show documentation
Instrumentation for Elasticsearch
{
"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"
]
}