Hello Team,
How can we add multiple attributes for Jmx metrix in appinsights config.json file?
For ex: If i want to add collectioncount and collectiontime under same name, what is correct format for that.
"selfDiagnostics": {
"level": "DEBUG"
},
"jmxMetrics": [
{
"name": "Policy - GC Collection Count",
"objectName": "java.lang:type=GarbageCollector,name=PS MarkSweep",
"attribute": "CollectionCount"
}
Thanks
Paras