Skip to content

Instantly share code, notes, and snippets.

@adam-hert
Last active June 24, 2016 17:48
Show Gist options
  • Save adam-hert/2417a4958d1f24d4150b82525724a584 to your computer and use it in GitHub Desktop.
Save adam-hert/2417a4958d1f24d4150b82525724a584 to your computer and use it in GitHub Desktop.
agent.urlSampleRates
{
"agent.logging":"info",
"agent.tracingMode":"always",
"agent.traceAjax":false,
"agent.jdbcInstAll":false,
"agent.jdbcInstParams":true,
"agent.jdbcSanitize":0,
"monitor.jmx.interval":30000,
"monitor.jmx.scopes":
{
"java.lang:type=MemoryPool,*":["Usage"],
"java.lang:type=Memory":["HeapMemoryUsage", "NonHeapMemoryUsage"],
"java.lang:type=GarbageCollector,*":["CollectionTime"],
"java.lang:type=Threading":["ThreadCount"],
"java.lang:type=OperatingSystem":["ProcessCpuTime", "AvailableProcessors", "ProcessCpuLoad"],
"java.lang:type=Runtime,*":["Uptime"]
},
"monitor.jmx.enable":true,
"agent.urlSampleRates":
[
{
".*/health.*": {
"sampleRate": "750000"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment