mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
feat: add terraform infra as code for AWS fargate (#1987)
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"widgets": [
|
||||
{
|
||||
"type": "metric",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"width": 18,
|
||||
"height": 12,
|
||||
"properties": {
|
||||
"metrics": ${out_of_stock},
|
||||
"view": "timeSeries",
|
||||
"stacked": false,
|
||||
"region": "${region}",
|
||||
"start": "-PT1H",
|
||||
"end": "P0D",
|
||||
"stat": "Sum",
|
||||
"period": 300,
|
||||
"title": "out of stock"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "metric",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"width": 18,
|
||||
"height": 12,
|
||||
"properties": {
|
||||
"metrics": ${error},
|
||||
"view": "timeSeries",
|
||||
"stacked": false,
|
||||
"region": "${region}",
|
||||
"start": "-PT1H",
|
||||
"end": "P0D",
|
||||
"stat": "Sum",
|
||||
"period": 300,
|
||||
"title": "error"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user