Skip to content

Instantly share code, notes, and snippets.

@jlattimer
Created March 12, 2018 03:10
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 jlattimer/16c2f3122b926ab2a26ab0eed4cdd307 to your computer and use it in GitHub Desktop.
Save jlattimer/16c2f3122b926ab2a26ab0eed4cdd307 to your computer and use it in GitHub Desktop.
Application Insights Metric body #blog
{
"data": {
"baseData": {
"application_Version": "9.0.0.2090",
"dependencies": null,
"exceptions": null,
"measurements": null,
"message": null,
"metrics": [
{
"name": "NumericMetric1",
"kind": 0,
"value": 200
}
],
"properties": {
"orgName": "test.crm.dynamics.com",
"source": "Microsoft Flow"
},
"severityLevel": null,
"ver": 2
},
"baseType": "MetricData"
},
"iKey": "00000000-0000-0000-0000-000000000000",
"name": "Microsoft.ApplicationInsights.00000000-0000-0000-0000-000000000000.Metric",
"tags": {
"ai.cloud.roleInstance": null,
"ai.operation.id": null,
"ai.operation.name": null,
"ai.operation.parentid": null,
"ai.user.authUserId": null
},
"time": "insert utcNow() function"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment