Skip to content

Commit

Permalink
add socks dahsboards (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill authored Mar 28, 2024
1 parent 8704bee commit 7b1a4d7
Showing 1 changed file with 97 additions and 0 deletions.
97 changes: 97 additions & 0 deletions modules/indexer_dashboards/socks_dashboard.tf
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,103 @@ resource "datadog_dashboard_json" "socks" {
"height": 2
}
},
{
"id":6421181883162304,
"definition":{
"title":"Stream Destroyed Errors",
"title_size":"16",
"title_align":"left",
"show_legend":true,
"legend_layout":"horizontal",
"legend_columns":[
"avg",
"min",
"max",
"value",
"sum"
],
"type":"timeseries",
"requests":[
{
"formulas":[
{
"formula":"query4"
}
],
"queries":[
{
"query":"avg:socks.ws_send.stream_destroyed_errors{$Environment,$Service}.as_count()",
"data_source":"metrics",
"name":"query4"
}
],
"response_format":"timeseries",
"style":{
"palette":"dog_classic",
"line_type":"solid",
"line_width":"normal"
},
"display_type":"line"
}
]
},
"layout":{
"x":8,
"y":10,
"width":4,
"height":2
}
},
{
"id":1855914397159130,
"definition":{
"title":"Message Not Sent Because Websocket Not Open",
"title_size":"16",
"title_align":"left",
"show_legend":true,
"legend_layout":"horizontal",
"legend_columns":[
"avg",
"min",
"max",
"value",
"sum"
],
"time":{
},
"type":"timeseries",
"requests":[
{
"formulas":[
{
"formula":"query4"
}
],
"queries":[
{
"query":"avg:socks.ws_message_not_sent{$Environment,$Service}.as_rate()",
"data_source":"metrics",
"name":"query4"
}
],
"response_format":"timeseries",
"style":{
"palette":"dog_classic",
"line_type":"solid",
"line_width":"normal"
},
"display_type":"line"
}
]
},
"layout":{
"x":8,
"y":12,
"width":4,
"height":2
}
},
{
"id": 870204027095636,
"definition": {
Expand Down

0 comments on commit 7b1a4d7

Please sign in to comment.