META-INF.glowroot.plugin.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of glowroot-agent-it-harness Show documentation
Show all versions of glowroot-agent-it-harness Show documentation
Glowroot Agent Integration Test Harness
{
"name": "IT Harness Plugin",
"id": "glowroot-it-harness",
"instrumentation": [
{
"className": "org.glowroot.agent.it.harness.TransactionMarker",
"methodName": "transactionMarker",
"methodParameterTypes": [ ],
"captureKind": "transaction",
"timerName": "mock trace marker",
"transactionType": "Test harness",
"transactionNameTemplate": "trace marker / {{this.class.simpleName}}"
},
{
"className": "org.glowroot.agent.it.harness.TraceEntryMarker",
"methodName": "traceEntryMarker",
"methodParameterTypes": [ ],
"captureKind": "trace-entry",
"timerName": "mock trace entry marker",
"traceEntryMessageTemplate": "trace entry marker / {{this.class.simpleName}}"
}
]
}