Skip to content

Instantly share code, notes, and snippets.

@christopheranderson
Created May 10, 2017 00:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christopheranderson/152038b419ae82a836b66e8459cb0cfa to your computer and use it in GitHub Desktop.
Save christopheranderson/152038b419ae82a836b66e8459cb0cfa to your computer and use it in GitHub Desktop.
Example config for App Insights pipeline
{
"logger": {
"categoryFilter": {
"defaultLevel": "Information",
"categoryLevels": {
"Host.Results": "Error",
"Function": "Error",
"Host.Aggregator": "Information"
}
},
"aggregator": {
"batchSize": 1000,
"flushTimeout": "00:30:00"
}
},
"applicationInsights": {
"sampling": {
"isEnabled": true,
"maxTelemetryItemsPerSecond" : 5
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment