serverless-plugin-aws-alerts
Version:
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![codecov][codecov-image]][codecov-url]
145 lines (144 loc) • 3.36 kB
JSON
{
"widgets": [
{
"title": "Errors",
"service": "lambda",
"metric": "errors",
"display": "time-series",
"coordinates": {
"x": 0, "y": 0,
"width": 10, "height": 6
}
},
{
"title": "Errors",
"service": "lambda",
"metric": "errors",
"display": "numbers",
"coordinates": {
"x": 10, "y": 0,
"width": 10, "height": 6
}
},
{
"title": "Duration",
"service": "lambda",
"metric": "duration",
"display": "time-series",
"coordinates": {
"x": 0, "y": 6,
"width": 10, "height": 6
}
},
{
"title": "Duration Average",
"service": "lambda",
"metric": "duration",
"display": "numbers",
"coordinates": {
"x": 10, "y": 6,
"width": 10, "height": 6
}
},
{
"title": "Invocations",
"service": "lambda",
"metric": "invocations",
"display": "time-series",
"coordinates": {
"x": 0, "y": 12,
"width": 10, "height": 6
}
},
{
"title": "Invocations",
"service": "lambda",
"metric": "invocations",
"display": "numbers",
"coordinates": {
"x": 10, "y": 12,
"width": 10, "height": 6
}
},
{
"title": "Iterator Age",
"service": "lambda",
"metric": "iteratorage",
"display": "time-series",
"coordinates": {
"x": 0, "y": 18,
"width": 10, "height": 6
}
},
{
"title": "Iterator Age Average",
"service": "lambda",
"metric": "iteratorage",
"display": "numbers",
"coordinates": {
"x": 10, "y": 18,
"width": 10, "height": 6
}
},
{
"title": "Throttles",
"service": "lambda",
"metric": "throttles",
"display": "time-series",
"coordinates": {
"x": 0, "y": 24,
"width": 10, "height": 6
}
},
{
"title": "Throttles",
"service": "lambda",
"metric": "throttles",
"display": "numbers",
"coordinates": {
"x": 10, "y": 24,
"width": 10, "height": 6
}
},
{
"title": "API Latency",
"service": "api-gw",
"metric": "latency",
"display": "time-series",
"coordinates": {
"x": 0, "y": 30,
"width": 10, "height": 6
}
},
{
"title": "API Latency Average",
"service": "api-gw",
"metric": "latency",
"display": "numbers",
"coordinates": {
"x": 10, "y": 30,
"width": 10, "height": 6
}
},
{
"title": "API Requests",
"service": "api-gw",
"metric": "requests",
"display": "time-series",
"coordinates": {
"x": 0, "y": 36,
"width": 10, "height": 6
}
},
{
"title": "API Requests",
"service": "api-gw",
"metric": "requests",
"display": "numbers",
"coordinates": {
"x": 10, "y": 36,
"width": 10, "height": 6
}
}
]
}