Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions datadog/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -809,39 +809,6 @@
"markers": []
},
"layout": { "x": 0, "y": 77, "width": 9, "height": 5 }
},
{
"id": 3410696843210454,
"definition": {
"title": "Issue Count",
"title_size": "16",
"title_align": "left",
"show_legend": true,
"legend_layout": "auto",
"legend_columns": ["avg", "min", "max", "value", "sum"],
"type": "timeseries",
"requests": [
{
"response_format": "timeseries",
"queries": [
{
"data_source": "metrics",
"name": "query1",
"query": "sum:hookdeck.issues.count{*} by {type}.as_count()"
}
],
"formulas": [{ "formula": "query1" }],
"style": {
"palette": "dog_classic",
"order_by": "values",
"line_type": "solid",
"line_width": "normal"
},
"display_type": "line"
}
]
},
"layout": { "x": 0, "y": 82, "width": 9, "height": 4 }
}
],
"template_variables": [],
Expand Down
51 changes: 0 additions & 51 deletions new-relic/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -978,57 +978,6 @@
"zero": true
}
}
},
{
"id": "494650828",
"title": "Issue Count",
"layout": {
"column": 1,
"row": 60,
"width": 12,
"height": 3
},
"linkedEntityGuids": [],
"visualization": {
"id": "viz.line"
},
"rawConfiguration": {
"facet": {
"showOtherSeries": false
},
"legend": {
"enabled": true
},
"markers": {
"displayedTypes": {
"criticalViolations": false,
"deployments": true,
"relatedDeployments": true,
"warningViolations": false
}
},
"nrqlQueries": [
{
"accountIds": [YOUR_ACCOUNT_ID],
"query": "SELECT sum(hookdeck.issues.count) FROM Metric FACET type SINCE 1 hour ago TIMESERIES AUTO"
}
],
"nullValues": {
"nullValue": "zero"
},
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"yAxisLeft": {
"zero": true
},
"yAxisRight": {
"zero": true
}
}
}
]
}
Expand Down