Skip to content

Instantly share code, notes, and snippets.

@iamfuzz
Created June 19, 2020 17:17
Show Gist options
  • Save iamfuzz/0e2b540e1108754559591aabd547970a to your computer and use it in GitHub Desktop.
Save iamfuzz/0e2b540e1108754559591aabd547970a to your computer and use it in GitHub Desktop.
{
"title": "Complexity Assessment",
"icon": "bar-chart",
"grid_column_count": 12,
"filter": {
"key_names": [],
"event_types": ["complexity"],
"filter_first": false
},
"owner": {
"email": "rlimbrey@newrelic.com"
},
"widgets": [{
"title": "Complexity Assessment Algorithm",
"nrql": "SELECT max(`Num Languages`)+max(`Unique Transactions`)+max(`SW Dependencies`) from complexity facet appName",
"process_as": "facet_bar_chart",
"width": 8,
"height": 7,
"row": 1,
"column": 1,
"event_types": ["complexity"],
"facet": "appName",
"customizations": {
"drilldown": {
"dashboard_id": 1092283
}
},
"notes": null
}, {
"title": "Qualified Dependencies",
"nrql": "FROM complexity select max(`Browser Dependencies`) as 'Browser Interfaces',max(`Database Dependencies`) as 'Databases',max(`SW Dependencies`) as 'Software Dependencies',max(`SW External Dependencies`) as 'External Dependencies'",
"process_as": "attribute_sheet",
"width": 4,
"height": 3,
"row": 1,
"column": 9,
"event_types": ["complexity"],
"facet": null,
"customizations": null,
"notes": null
}, {
"title": "Unique Transaction Types",
"nrql": "FROM complexity select max(`Unique Transactions`) as 'Unique Transaction Types'",
"process_as": "billboard",
"width": 4,
"height": 2,
"row": 4,
"column": 9,
"event_types": ["complexity"],
"facet": null,
"customizations": {
"thresholds": {}
},
"notes": null
}, {
"title": "Languages Used",
"nrql": "FROM complexity select max(`Num Languages`) as 'Num Programming Languages'",
"process_as": "billboard",
"width": 4,
"height": 2,
"row": 6,
"column": 9,
"event_types": ["complexity"],
"facet": null,
"customizations": {
"thresholds": {
"warning": 0,
"critical": 0
}
},
"notes": null
}],
"dashboard_account_id": 2246998
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment