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

META-INF.glowroot.plugin.json Maven / Gradle / Ivy

There is a newer version: 0.14.0-beta.3
Show newest version
{
  "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}}"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy