mirror of
https://github.com/SigNoz/signoz.git
synced 2026-04-29 23:20:27 +01:00
Some checks failed
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
build-staging / staging (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
* feat: adding types changes and openapi spec * refactor: review changes * feat: generating OpenAPI spec * refactor: updating create account types * refactor: removing email domain function
132 lines
2.9 KiB
JSON
132 lines
2.9 KiB
JSON
{
|
|
"id": "sns",
|
|
"title": "SNS",
|
|
"icon": "file://icon.svg",
|
|
"overview": "file://overview.md",
|
|
"supportedSignals": {
|
|
"metrics": true,
|
|
"logs": false
|
|
},
|
|
"dataCollected": {
|
|
"metrics": [
|
|
{
|
|
"name": "aws_SNS_NumberOfMessagesPublished_count",
|
|
"unit": "Count",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "aws_SNS_NumberOfMessagesPublished_max",
|
|
"unit": "Count",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "aws_SNS_NumberOfMessagesPublished_min",
|
|
"unit": "Count",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "aws_SNS_NumberOfMessagesPublished_sum",
|
|
"unit": "Count",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "aws_SNS_NumberOfNotificationsDelivered_count",
|
|
"unit": "Count",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "aws_SNS_NumberOfNotificationsDelivered_max",
|
|
"unit": "Count",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "aws_SNS_NumberOfNotificationsDelivered_min",
|
|
"unit": "Count",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "aws_SNS_NumberOfNotificationsDelivered_sum",
|
|
"unit": "Count",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "aws_SNS_NumberOfNotificationsFailed_count",
|
|
"unit": "Count",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "aws_SNS_NumberOfNotificationsFailed_max",
|
|
"unit": "Count",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "aws_SNS_NumberOfNotificationsFailed_min",
|
|
"unit": "Count",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "aws_SNS_NumberOfNotificationsFailed_sum",
|
|
"unit": "Count",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "aws_SNS_PublishSize_count",
|
|
"unit": "Bytes",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "aws_SNS_PublishSize_max",
|
|
"unit": "Bytes",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "aws_SNS_PublishSize_min",
|
|
"unit": "Bytes",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
},
|
|
{
|
|
"name": "aws_SNS_PublishSize_sum",
|
|
"unit": "Bytes",
|
|
"type": "Gauge",
|
|
"description": ""
|
|
}
|
|
]
|
|
},
|
|
"telemetryCollectionStrategy": {
|
|
"aws": {
|
|
"metrics": {
|
|
"streamFilters": [
|
|
{
|
|
"namespace": "AWS/SNS"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"assets": {
|
|
"dashboards": [
|
|
{
|
|
"id": "overview",
|
|
"title": "SNS Overview",
|
|
"description": "Overview of SNS",
|
|
"definition": "file://assets/dashboards/overview.json"
|
|
}
|
|
]
|
|
}
|
|
}
|