mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 01:45:53 +08:00
fix: update metrics and enable logs collection
This commit is contained in:
parent
856c12c6d7
commit
8da0ed751b
@ -5,10 +5,58 @@
|
|||||||
"overview": "file://overview.md",
|
"overview": "file://overview.md",
|
||||||
"supported_signals": {
|
"supported_signals": {
|
||||||
"metrics": true,
|
"metrics": true,
|
||||||
"logs": false
|
"logs": true
|
||||||
},
|
},
|
||||||
"data_collected": {
|
"data_collected": {
|
||||||
"metrics": [
|
"metrics": [
|
||||||
|
{
|
||||||
|
"name": "aws_EKS_apiserver_admission_webhook_rejection_count_ADMIT_count",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EKS_apiserver_admission_webhook_rejection_count_ADMIT_max",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EKS_apiserver_admission_webhook_rejection_count_ADMIT_min",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EKS_apiserver_admission_webhook_rejection_count_ADMIT_sum",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EKS_apiserver_admission_webhook_rejection_count_VALIDATING_count",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EKS_apiserver_admission_webhook_rejection_count_VALIDATING_max",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EKS_apiserver_admission_webhook_rejection_count_VALIDATING_min",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EKS_apiserver_admission_webhook_rejection_count_VALIDATING_sum",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "aws_EKS_apiserver_admission_webhook_request_total_ADMIT_count",
|
"name": "aws_EKS_apiserver_admission_webhook_request_total_ADMIT_count",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
@ -640,6 +688,21 @@
|
|||||||
"cloudwatch_metric_stream_filters": [
|
"cloudwatch_metric_stream_filters": [
|
||||||
{
|
{
|
||||||
"Namespace": "AWS/EKS"
|
"Namespace": "AWS/EKS"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Namespace": "ContainerInsights"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"aws_logs": {
|
||||||
|
"cloudwatch_logs_subscriptions": [
|
||||||
|
{
|
||||||
|
"log_group_name_prefix": "/aws/containerinsights",
|
||||||
|
"filter_pattern": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"log_group_name_prefix": "/aws/eks",
|
||||||
|
"filter_pattern": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user