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.8.4
Show newest version
{
  "name": "Test Container Plugin",
  "id": "glowroot-test-container",
  "instrumentation": [
    {
      "className": "org.glowroot.container.TraceMarker",
      "methodName": "traceMarker",
      "methodParameterTypes": [ ],
      "captureKind": "transaction",
      "timerName": "mock trace marker",
      "transactionType": "Test harness",
      "transactionNameTemplate": "trace marker / {{this.class.simpleName}}"
    },
    {
      "className": "org.glowroot.container.TraceEntryMarker",
      "methodName": "traceEntryMarker",
      "methodParameterTypes": [ ],
      "captureKind": "trace-entry",
      "timerName": "mock trace entry marker",
      "traceEntryTemplate": "trace entry marker / {{this.class.simpleName}}"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy