3326 lines
108 KiB
YAML
3326 lines
108 KiB
YAML
global:
|
|
scrape_interval: 60s
|
|
|
|
scrape_configs:
|
|
- job_name: prd-backup-vmagent
|
|
port: 8429
|
|
static_configs:
|
|
- targets:
|
|
- localhost:8429
|
|
- bearer_token_file: /var/run/secrets/kubernetes.io/serviceaccount/token
|
|
job_name: kubernetes-apiservers
|
|
kubernetes_sd_configs:
|
|
- role: endpoints
|
|
relabel_configs:
|
|
- target_label: cluster
|
|
replacement: prd-backup-cluster
|
|
- action: keep
|
|
regex: default;kubernetes;https
|
|
source_labels:
|
|
- __meta_kubernetes_namespace
|
|
- __meta_kubernetes_service_name
|
|
- __meta_kubernetes_endpoint_port_name
|
|
scheme: https
|
|
tls_config:
|
|
ca_file: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt
|
|
insecure_skip_verify: true
|
|
- bearer_token_file: /var/run/secrets/kubernetes.io/serviceaccount/token
|
|
job_name: kubernetes-nodes
|
|
kubernetes_sd_configs:
|
|
- role: node
|
|
relabel_configs:
|
|
- target_label: cluster
|
|
replacement: prd-backup-cluster
|
|
- action: labelmap
|
|
regex: __meta_kubernetes_node_label_(.+)
|
|
- replacement: kubernetes.default.svc:443
|
|
target_label: __address__
|
|
- regex: (.+)
|
|
replacement: /api/v1/nodes/$1/proxy/metrics
|
|
source_labels:
|
|
- __meta_kubernetes_node_name
|
|
target_label: __metrics_path__
|
|
scheme: https
|
|
tls_config:
|
|
ca_file: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt
|
|
insecure_skip_verify: true
|
|
- bearer_token_file: /var/run/secrets/kubernetes.io/serviceaccount/token
|
|
job_name: kubernetes-nodes-cadvisor
|
|
kubernetes_sd_configs:
|
|
- role: node
|
|
relabel_configs:
|
|
- target_label: cluster
|
|
replacement: prd-backup-cluster
|
|
- action: labelmap
|
|
regex: __meta_kubernetes_node_label_(.+)
|
|
- replacement: kubernetes.default.svc:443
|
|
target_label: __address__
|
|
- regex: (.+)
|
|
replacement: /api/v1/nodes/$1/proxy/metrics/cadvisor
|
|
source_labels:
|
|
- __meta_kubernetes_node_name
|
|
target_label: __metrics_path__
|
|
scheme: https
|
|
tls_config:
|
|
ca_file: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt
|
|
insecure_skip_verify: true
|
|
- job_name: kubernetes-service-endpoints
|
|
kubernetes_sd_configs:
|
|
- role: endpoints
|
|
relabel_configs:
|
|
- target_label: cluster
|
|
replacement: prd-backup-cluster
|
|
- action: drop
|
|
regex: true
|
|
source_labels:
|
|
- __meta_kubernetes_pod_container_init
|
|
- action: keep_if_equal
|
|
source_labels:
|
|
- __meta_kubernetes_service_annotation_prometheus_io_port
|
|
- __meta_kubernetes_pod_container_port_number
|
|
- action: keep
|
|
regex: true
|
|
source_labels:
|
|
- __meta_kubernetes_service_annotation_prometheus_io_scrape
|
|
- action: replace
|
|
regex: (https?)
|
|
source_labels:
|
|
- __meta_kubernetes_service_annotation_prometheus_io_scheme
|
|
target_label: __scheme__
|
|
- action: replace
|
|
regex: (.+)
|
|
source_labels:
|
|
- __meta_kubernetes_service_annotation_prometheus_io_path
|
|
target_label: __metrics_path__
|
|
- action: replace
|
|
regex: ([^:]+)(?::\d+)?;(\d+)
|
|
replacement: $1:$2
|
|
source_labels:
|
|
- __address__
|
|
- __meta_kubernetes_service_annotation_prometheus_io_port
|
|
target_label: __address__
|
|
- action: labelmap
|
|
regex: __meta_kubernetes_service_label_(.+)
|
|
- action: replace
|
|
source_labels:
|
|
- __meta_kubernetes_namespace
|
|
target_label: kubernetes_namespace
|
|
- action: replace
|
|
source_labels:
|
|
- __meta_kubernetes_service_name
|
|
target_label: kubernetes_name
|
|
- action: replace
|
|
source_labels:
|
|
- __meta_kubernetes_pod_node_name
|
|
target_label: kubernetes_node
|
|
- job_name: kubernetes-service-endpoints-slow
|
|
kubernetes_sd_configs:
|
|
- role: endpoints
|
|
relabel_configs:
|
|
- target_label: cluster
|
|
replacement: prd-backup-cluster
|
|
- action: drop
|
|
regex: true
|
|
source_labels:
|
|
- __meta_kubernetes_pod_container_init
|
|
- action: keep_if_equal
|
|
source_labels:
|
|
- __meta_kubernetes_service_annotation_prometheus_io_port
|
|
- __meta_kubernetes_pod_container_port_number
|
|
- action: keep
|
|
regex: true
|
|
source_labels:
|
|
- __meta_kubernetes_service_annotation_prometheus_io_scrape_slow
|
|
- action: replace
|
|
regex: (https?)
|
|
source_labels:
|
|
- __meta_kubernetes_service_annotation_prometheus_io_scheme
|
|
target_label: __scheme__
|
|
- action: replace
|
|
regex: (.+)
|
|
source_labels:
|
|
- __meta_kubernetes_service_annotation_prometheus_io_path
|
|
target_label: __metrics_path__
|
|
- action: replace
|
|
regex: ([^:]+)(?::\d+)?;(\d+)
|
|
replacement: $1:$2
|
|
source_labels:
|
|
- __address__
|
|
- __meta_kubernetes_service_annotation_prometheus_io_port
|
|
target_label: __address__
|
|
- action: labelmap
|
|
regex: __meta_kubernetes_service_label_(.+)
|
|
- action: replace
|
|
source_labels:
|
|
- __meta_kubernetes_namespace
|
|
target_label: kubernetes_namespace
|
|
- action: replace
|
|
source_labels:
|
|
- __meta_kubernetes_service_name
|
|
target_label: kubernetes_name
|
|
- action: replace
|
|
source_labels:
|
|
- __meta_kubernetes_pod_node_name
|
|
target_label: kubernetes_node
|
|
scrape_timeout: 30s
|
|
|
|
- job_name: kubernetes-services
|
|
kubernetes_sd_configs:
|
|
- role: service
|
|
metrics_path: /probe
|
|
params:
|
|
module:
|
|
- http_2xx
|
|
relabel_configs:
|
|
- target_label: cluster
|
|
replacement: prd-backup-cluster
|
|
- action: keep
|
|
regex: true
|
|
source_labels:
|
|
- __meta_kubernetes_service_annotation_prometheus_io_probe
|
|
- source_labels:
|
|
- __address__
|
|
target_label: __param_target
|
|
- replacement: blackbox
|
|
target_label: __address__
|
|
- source_labels:
|
|
- __param_target
|
|
target_label: instance
|
|
- action: labelmap
|
|
regex: __meta_kubernetes_service_label_(.+)
|
|
- source_labels:
|
|
- __meta_kubernetes_namespace
|
|
target_label: kubernetes_namespace
|
|
- source_labels:
|
|
- __meta_kubernetes_service_name
|
|
target_label: kubernetes_name
|
|
- source_labels: [__meta_kubernetes_service_label_bu]
|
|
target_label: bu
|
|
- source_labels: [__meta_kubernetes_service_label_team]
|
|
target_label: team
|
|
- source_labels: [__meta_kubernetes_service_label_service]
|
|
target_label: service
|
|
- source_labels: [__meta_kubernetes_service_label_env]
|
|
target_label: env
|
|
- source_labels: [__meta_kubernetes_service_label_priority]
|
|
target_label: priority
|
|
- job_name: kubernetes-pods
|
|
kubernetes_sd_configs:
|
|
- role: pod
|
|
relabel_configs:
|
|
- target_label: cluster
|
|
replacement: prd-backup-cluster
|
|
- action: drop
|
|
regex: true
|
|
source_labels:
|
|
- __meta_kubernetes_pod_container_init
|
|
- action: keep_if_equal
|
|
source_labels:
|
|
- __meta_kubernetes_pod_annotation_prometheus_io_port
|
|
- __meta_kubernetes_pod_container_port_number
|
|
- action: keep
|
|
regex: true
|
|
source_labels:
|
|
- __meta_kubernetes_pod_annotation_prometheus_io_scrape
|
|
- action: replace
|
|
regex: (.+)
|
|
source_labels:
|
|
- __meta_kubernetes_pod_annotation_prometheus_io_path
|
|
target_label: __metrics_path__
|
|
- action: replace
|
|
regex: ([^:]+)(?::\d+)?;(\d+)
|
|
replacement: $1:$2
|
|
source_labels:
|
|
- __address__
|
|
- __meta_kubernetes_pod_annotation_prometheus_io_port
|
|
target_label: __address__
|
|
- action: labelmap
|
|
regex: __meta_kubernetes_pod_label_(.+)
|
|
- action: replace
|
|
source_labels:
|
|
- __meta_kubernetes_namespace
|
|
target_label: kubernetes_namespace
|
|
- action: replace
|
|
source_labels:
|
|
- __meta_kubernetes_pod_name
|
|
target_label: kubernetes_pod_name
|
|
- source_labels: [__meta_kubernetes_pod_label_bu]
|
|
target_label: bu
|
|
- source_labels: [__meta_kubernetes_pod_label_team]
|
|
target_label: team
|
|
- source_labels: [__meta_kubernetes_pod_label_service]
|
|
target_label: service
|
|
- source_labels: [__meta_kubernetes_pod_label_env]
|
|
target_label: env
|
|
- source_labels: [__meta_kubernetes_pod_label_priority]
|
|
target_label: priority
|
|
|
|
- job_name: argocd-applicationset-controller-metrics
|
|
metrics_path: /metrics
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
static_configs:
|
|
- targets: ['argocd-applicationset-controller-metrics.argocd.svc.cluster.local:8080']
|
|
|
|
- job_name: argocd-repo-server-metrics
|
|
metrics_path: /metrics
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
static_configs:
|
|
- targets: ['argocd-repo-server-metrics.argocd.svc.cluster.local:8084']
|
|
|
|
- job_name: argocd-server-metrics
|
|
metrics_path: /metrics
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
static_configs:
|
|
- targets: ['argocd-server-metrics.argocd.svc.cluster.local:8083']
|
|
|
|
- job_name: argocd-application-controller-metrics
|
|
metrics_path: /metrics
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
static_configs:
|
|
- targets: ['argocd-application-controller-metrics.argocd.svc.cluster.local:8082']
|
|
|
|
- job_name: kube-state-metrics-prd-backup-cluster
|
|
metrics_path: /metrics
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
relabel_configs:
|
|
- target_label: cluster
|
|
replacement: prd-backup-cluster
|
|
- action: labelmap
|
|
regex: __meta_kubernetes_node_label_(.+)
|
|
static_configs:
|
|
- targets: ['prd-backup-kube-state-metrics.kube-system.svc.cluster.local:8080']
|
|
|
|
- job_name: 'custom_ec2_vss-qdrant-ads'
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
static_configs:
|
|
- targets: ["172.31.5.151:6333",
|
|
"172.31.14.231:6333",
|
|
"172.31.15.187:6333",
|
|
"172.31.12.120:6333"]
|
|
|
|
- job_name: 'custom_ec2_vss-qdrant-text-search'
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
static_configs:
|
|
- targets: ["172.31.0.132:6333",
|
|
"172.31.8.98:6333"]
|
|
|
|
- job_name: 'custom_ec2_vss-qdrant-ct'
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
static_configs:
|
|
- targets: ["172.31.6.89:6333"]
|
|
|
|
- job_name: 'custom_ec2_vss-qdrant-search-visual'
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
static_configs:
|
|
- targets: ["172.31.2.65:6333",
|
|
"172.31.4.90:6333"]
|
|
|
|
- job_name: 'custom_ec2_vss-qdrant-organic'
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
static_configs:
|
|
- targets: ["172.31.13.175:6333",
|
|
"172.31.0.38:6333",
|
|
"172.31.9.243:6333",
|
|
"172.31.12.128:6333",
|
|
"172.31.6.186:6333",
|
|
"172.31.12.135:6333"]
|
|
|
|
|
|
- job_name: 'node_exporter'
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 9100
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_k8s]
|
|
regex: 'eks'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_monitoring]
|
|
regex: 'no'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_env]
|
|
regex: 'DR'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_aws_elasticmapreduce_instance_group_role]
|
|
regex: 'TASK'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_starburstdata_identification_role]
|
|
regex: 'starburst:ranger|starburst:worker'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_private_ip]
|
|
target_label: private_ip
|
|
- source_labels: [__meta_ec2_public_ip]
|
|
target_label: public_ip
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
target_label: status
|
|
- source_labels: [__meta_ec2_tag_bu]
|
|
target_label: bu
|
|
- source_labels: [__meta_ec2_tag_team]
|
|
target_label: team
|
|
- source_labels: [__meta_ec2_tag_type]
|
|
target_label: type
|
|
- source_labels: [__meta_ec2_tag_pod]
|
|
target_label: pod
|
|
- source_labels: [__meta_ec2_tag_env]
|
|
target_label: Environment
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
target_label: name
|
|
- source_labels: [__meta_ec2_tag_priority]
|
|
target_label: priority
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
target_label: app
|
|
- source_labels: [__meta_ec2_tag_alerts]
|
|
target_label: alerts
|
|
|
|
- job_name: 'node_exporter_eks'
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 9100
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_k8s]
|
|
regex: 'eks'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_private_ip]
|
|
target_label: private_ip
|
|
- source_labels: [__meta_ec2_public_ip]
|
|
target_label: public_ip
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
target_label: status
|
|
- source_labels: [__meta_ec2_tag_team]
|
|
target_label: team
|
|
- source_labels: [__meta_ec2_tag_bu]
|
|
target_label: bu
|
|
- source_labels: [__meta_ec2_tag_env]
|
|
target_label: env
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
target_label: name
|
|
- source_labels: [__meta_ec2_tag_priority]
|
|
target_label: priority
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
target_label: service
|
|
- source_labels: [__meta_ec2_tag_type]
|
|
target_label: type
|
|
|
|
- job_name: 'node_exporter_ds'
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 9100
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_pod]
|
|
regex: 'data-science|datascience'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_monitoring]
|
|
regex: 'no'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_env]
|
|
regex: 'DR'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_private_ip]
|
|
target_label: private_ip
|
|
- source_labels: [__meta_ec2_public_ip]
|
|
target_label: public_ip
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
target_label: status
|
|
- source_labels: [__meta_ec2_tag_pod]
|
|
target_label: team
|
|
- source_labels: [__meta_ec2_tag_env]
|
|
target_label: Environment
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
target_label: name
|
|
- source_labels: [__meta_ec2_tag_priority]
|
|
target_label: priority
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
target_label: app
|
|
- source_labels: [__meta_ec2_tag_alerts]
|
|
target_label: alerts
|
|
|
|
- job_name: 'Kafka-broker'
|
|
stream_parse: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
static_configs:
|
|
- targets: [
|
|
"b-5.bacpmlpatform.uwnjab.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.bacpmlpatform.uwnjab.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-4.bacpmlpatform.uwnjab.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.bacpmlpatform.uwnjab.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-3.bacpmlpatform.uwnjab.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-6.bacpmlpatform.uwnjab.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.bac-p-ingestion-k.cghz4h.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.bac-p-ingestion-k.cghz4h.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-3.bac-p-ingestion-k.cghz4h.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-4.bac-p-ingestion-k.cghz4h.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.bac-p-discovery-k.4b2ylg.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.bac-p-discovery-k.4b2ylg.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-3.bac-p-discovery-k.4b2ylg.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-4.bac-p-discovery-k.4b2ylg.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-5.bac-p-discovery-k.4b2ylg.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-6.bac-p-discovery-k.4b2ylg.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.bac-p-real-time-i.qzxbbb.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.bac-p-real-time-i.qzxbbb.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-3.bac-p-real-time-i.qzxbbb.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-7.bac-p-discovery-k.4b2ylg.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-8.bac-p-discovery-k.4b2ylg.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-9.bac-p-discovery-k.4b2ylg.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.bac-p-shared-kafk.rzorfs.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.bac-p-shared-kafk.rzorfs.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-3.bac-p-shared-kafk.rzorfs.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-4.bac-p-shared-kafk.rzorfs.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-5.bac-p-shared-kafk.rzorfs.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-6.bac-p-shared-kafk.rzorfs.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.bacpadvertisement.n97t3v.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.bacpadvertisement.n97t3v.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-3.bacpadvertisement.n97t3v.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-4.bacpadvertisement.n97t3v.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-5.bacpadvertisement.n97t3v.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-6.bacpadvertisement.n97t3v.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-7.bacpadvertisement.n97t3v.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-8.bacpadvertisement.n97t3v.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.bacppayoutkafka.1xlw4j.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.bacppayoutkafka.1xlw4j.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-3.bacppayoutkafka.1xlw4j.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-4.bacppayoutkafka.1xlw4j.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-5.bacppayoutkafka.1xlw4j.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-6.bacppayoutkafka.1xlw4j.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.bacpreturnskafka.j5s0g7.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.bacpreturnskafka.j5s0g7.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.bac-p-fulfilment.bib0jk.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.bac-p-fulfilment.bib0jk.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-3.bac-p-fulfilment.bib0jk.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-4.bac-p-fulfilment.bib0jk.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-5.bac-p-fulfilment.bib0jk.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-6.bac-p-fulfilment.bib0jk.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-7.bac-p-fulfilment.bib0jk.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-8.bac-p-fulfilment.bib0jk.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-9.bac-p-fulfilment.bib0jk.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.data-p-web-ingest.9t7kwx.c3.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.data-p-web-ingest.9t7kwx.c3.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-3.data-p-web-ingest.9t7kwx.c3.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-4.data-p-web-ingest.9t7kwx.c3.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-5.data-p-web-ingest.9t7kwx.c3.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-6.data-p-web-ingest.9t7kwx.c3.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.bac-p-communicato.kzdh2z.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.bac-p-communicato.kzdh2z.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-3.bac-p-communicato.kzdh2z.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-4.bac-p-communicato.kzdh2z.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-5.bac-p-communicato.kzdh2z.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-6.bac-p-communicato.kzdh2z.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.bac-p-recommendat.nodvg4.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.bac-p-recommendat.nodvg4.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-3.bac-p-recommendat.nodvg4.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.dataplatform-p-pr.afpxgc.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.dataplatform-p-pr.afpxgc.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-3.dataplatform-p-pr.afpxgc.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-4.dataplatform-p-pr.afpxgc.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-5.dataplatform-p-pr.afpxgc.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-6.dataplatform-p-pr.afpxgc.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-7.dataplatform-p-pr.afpxgc.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-8.dataplatform-p-pr.afpxgc.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-9.dataplatform-p-pr.afpxgc.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-10.dataplatform-p-pr.afpxgc.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.platform-p-graylo.bn102l.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.platform-p-graylo.bn102l.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-3.platform-p-graylo.bn102l.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-4.platform-p-graylo.bn102l.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-5.platform-p-graylo.bn102l.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-6.platform-p-graylo.bn102l.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-7.platform-p-graylo.bn102l.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-8.platform-p-graylo.bn102l.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-9.platform-p-graylo.bn102l.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-10.platform-p-graylo.bn102l.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.dataplatform-p-pr.pu3k3p.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.dataplatform-p-pr.pu3k3p.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-3.dataplatform-p-pr.pu3k3p.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-4.dataplatform-p-pr.pu3k3p.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-5.dataplatform-p-pr.pu3k3p.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-6.dataplatform-p-pr.pu3k3p.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-7.dataplatform-p-pr.pu3k3p.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-8.dataplatform-p-pr.pu3k3p.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-9.dataplatform-p-pr.pu3k3p.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-10.dataplatform-p-pr.pu3k3p.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.bac-p-ingestion-s.oeh35a.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.bac-p-ingestion-s.oeh35a.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-3.bac-p-ingestion-s.oeh35a.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-4.bac-p-ingestion-s.oeh35a.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-5.bac-p-ingestion-s.oeh35a.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-6.bac-p-ingestion-s.oeh35a.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.bac-p-communicato.vo1e9j.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.bac-p-communicato.vo1e9j.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-3.bac-p-communicato.vo1e9j.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.bacpmlpatformnew.m4ywws.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.bacpmlpatformnew.m4ywws.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-3.bacpmlpatformnew.m4ywws.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-4.bacpmlpatformnew.m4ywws.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-5.bacpmlpatformnew.m4ywws.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-6.bacpmlpatformnew.m4ywws.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.bacpdatahub.he5qn0.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.bacpdatahub.he5qn0.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.dataplatform-p-pr.o6kzoz.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.dataplatform-p-pr.o6kzoz.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-3.dataplatform-p-pr.o6kzoz.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-4.dataplatform-p-pr.o6kzoz.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-5.dataplatform-p-pr.o6kzoz.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-6.dataplatform-p-pr.o6kzoz.c2.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.bacpdiscoveryteam.inpx1m.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.bacpdiscoveryteam.inpx1m.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-3.bacpdiscoveryteam.inpx1m.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-4.bacpdiscoveryteam.inpx1m.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-5.bacpdiscoveryteam.inpx1m.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-6.bacpdiscoveryteam.inpx1m.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.bacpdisplayadskaf.d59tlb.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.bacpdisplayadskaf.d59tlb.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-3.bacpdisplayadskaf.d59tlb.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-4.bacpdisplayadskaf.d59tlb.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-5.bacpdisplayadskaf.d59tlb.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-6.bacpdisplayadskaf.d59tlb.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-1.bacpfeaturestore.2v58e0.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-2.bacpfeaturestore.2v58e0.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-3.bacpfeaturestore.2v58e0.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-4.bacpfeaturestore.2v58e0.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-5.bacpfeaturestore.2v58e0.c5.kafka.ap-southeast-1.amazonaws.com:11001",
|
|
"b-6.bacpfeaturestore.2v58e0.c5.kafka.ap-southeast-1.amazonaws.com:11001"]
|
|
labels:
|
|
job: "jmx"
|
|
- targets: [
|
|
"b-5.bacpmlpatform.uwnjab.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.bacpmlpatform.uwnjab.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-4.bacpmlpatform.uwnjab.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.bacpmlpatform.uwnjab.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-3.bacpmlpatform.uwnjab.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-6.bacpmlpatform.uwnjab.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.bac-p-ingestion-k.cghz4h.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.bac-p-ingestion-k.cghz4h.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-3.bac-p-ingestion-k.cghz4h.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-4.bac-p-ingestion-k.cghz4h.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.bac-p-discovery-k.4b2ylg.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.bac-p-discovery-k.4b2ylg.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-3.bac-p-discovery-k.4b2ylg.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-4.bac-p-discovery-k.4b2ylg.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-5.bac-p-discovery-k.4b2ylg.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-6.bac-p-discovery-k.4b2ylg.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-3.bac-p-real-time-i.qzxbbb.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.bac-p-real-time-i.qzxbbb.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.bac-p-real-time-i.qzxbbb.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-7.bac-p-discovery-k.4b2ylg.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-8.bac-p-discovery-k.4b2ylg.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-9.bac-p-discovery-k.4b2ylg.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.bac-p-shared-kafk.rzorfs.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.bac-p-shared-kafk.rzorfs.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-3.bac-p-shared-kafk.rzorfs.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-4.bac-p-shared-kafk.rzorfs.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-5.bac-p-shared-kafk.rzorfs.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-6.bac-p-shared-kafk.rzorfs.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.bacpadvertisement.n97t3v.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.bacpadvertisement.n97t3v.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-3.bacpadvertisement.n97t3v.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-4.bacpadvertisement.n97t3v.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-5.bacpadvertisement.n97t3v.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-6.bacpadvertisement.n97t3v.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-7.bacpadvertisement.n97t3v.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-8.bacpadvertisement.n97t3v.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.bacppayoutkafka.1xlw4j.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.bacppayoutkafka.1xlw4j.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-3.bacppayoutkafka.1xlw4j.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-4.bacppayoutkafka.1xlw4j.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-5.bacppayoutkafka.1xlw4j.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-6.bacppayoutkafka.1xlw4j.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.bacpreturnskafka.j5s0g7.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.bacpreturnskafka.j5s0g7.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.bac-p-fulfilment.bib0jk.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.bac-p-fulfilment.bib0jk.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-3.bac-p-fulfilment.bib0jk.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-4.bac-p-fulfilment.bib0jk.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-5.bac-p-fulfilment.bib0jk.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-6.bac-p-fulfilment.bib0jk.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-7.bac-p-fulfilment.bib0jk.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-8.bac-p-fulfilment.bib0jk.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-9.bac-p-fulfilment.bib0jk.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.data-p-web-ingest.9t7kwx.c3.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.data-p-web-ingest.9t7kwx.c3.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-3.data-p-web-ingest.9t7kwx.c3.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-4.data-p-web-ingest.9t7kwx.c3.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-5.data-p-web-ingest.9t7kwx.c3.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-6.data-p-web-ingest.9t7kwx.c3.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.bac-p-communicato.kzdh2z.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.bac-p-communicato.kzdh2z.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-3.bac-p-communicato.kzdh2z.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-4.bac-p-communicato.kzdh2z.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-5.bac-p-communicato.kzdh2z.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-6.bac-p-communicato.kzdh2z.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.bac-p-recommendat.nodvg4.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.bac-p-recommendat.nodvg4.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-3.bac-p-recommendat.nodvg4.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.dataplatform-p-pr.afpxgc.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.dataplatform-p-pr.afpxgc.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-3.dataplatform-p-pr.afpxgc.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-4.dataplatform-p-pr.afpxgc.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-5.dataplatform-p-pr.afpxgc.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-6.dataplatform-p-pr.afpxgc.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-7.dataplatform-p-pr.afpxgc.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-8.dataplatform-p-pr.afpxgc.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-9.dataplatform-p-pr.afpxgc.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-10.dataplatform-p-pr.afpxgc.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.platform-p-graylo.bn102l.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.platform-p-graylo.bn102l.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-3.platform-p-graylo.bn102l.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-4.platform-p-graylo.bn102l.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-5.platform-p-graylo.bn102l.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-6.platform-p-graylo.bn102l.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-7.platform-p-graylo.bn102l.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-8.platform-p-graylo.bn102l.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-9.platform-p-graylo.bn102l.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-10.platform-p-graylo.bn102l.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.dataplatform-p-pr.pu3k3p.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.dataplatform-p-pr.pu3k3p.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-3.dataplatform-p-pr.pu3k3p.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-4.dataplatform-p-pr.pu3k3p.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-5.dataplatform-p-pr.pu3k3p.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-6.dataplatform-p-pr.pu3k3p.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-7.dataplatform-p-pr.pu3k3p.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-8.dataplatform-p-pr.pu3k3p.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-9.dataplatform-p-pr.pu3k3p.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-10.dataplatform-p-pr.pu3k3p.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.bac-p-ingestion-s.oeh35a.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.bac-p-ingestion-s.oeh35a.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-3.bac-p-ingestion-s.oeh35a.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-4.bac-p-ingestion-s.oeh35a.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-5.bac-p-ingestion-s.oeh35a.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-6.bac-p-ingestion-s.oeh35a.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.bac-p-communicato.vo1e9j.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.bac-p-communicato.vo1e9j.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-3.bac-p-communicato.vo1e9j.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.bacpmlpatformnew.m4ywws.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.bacpmlpatformnew.m4ywws.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-3.bacpmlpatformnew.m4ywws.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-4.bacpmlpatformnew.m4ywws.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-5.bacpmlpatformnew.m4ywws.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-6.bacpmlpatformnew.m4ywws.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.bacpdatahub.he5qn0.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.bacpdatahub.he5qn0.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.dataplatform-p-pr.o6kzoz.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.dataplatform-p-pr.o6kzoz.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-3.dataplatform-p-pr.o6kzoz.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-4.dataplatform-p-pr.o6kzoz.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-5.dataplatform-p-pr.o6kzoz.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-6.dataplatform-p-pr.o6kzoz.c2.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.bacpdiscoveryteam.inpx1m.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.bacpdiscoveryteam.inpx1m.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-3.bacpdiscoveryteam.inpx1m.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-4.bacpdiscoveryteam.inpx1m.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-5.bacpdiscoveryteam.inpx1m.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-6.bacpdiscoveryteam.inpx1m.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.bacpdisplayadskaf.d59tlb.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.bacpdisplayadskaf.d59tlb.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-3.bacpdisplayadskaf.d59tlb.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-4.bacpdisplayadskaf.d59tlb.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-5.bacpdisplayadskaf.d59tlb.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-6.bacpdisplayadskaf.d59tlb.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-1.bacpfeaturestore.2v58e0.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-2.bacpfeaturestore.2v58e0.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-3.bacpfeaturestore.2v58e0.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-4.bacpfeaturestore.2v58e0.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-5.bacpfeaturestore.2v58e0.c5.kafka.ap-southeast-1.amazonaws.com:11002",
|
|
"b-6.bacpfeaturestore.2v58e0.c5.kafka.ap-southeast-1.amazonaws.com:11002"]
|
|
labels:
|
|
job: "node"
|
|
|
|
- job_name: 'Mongodb-Exporter'
|
|
metrics_path: /metrics
|
|
honor_timestamps: true
|
|
scrape_interval: 65s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 9216
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_mongo]
|
|
regex: '(true)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(mongo|manifest-mongodb)'
|
|
action: keep
|
|
|
|
- job_name: 'pushgateway'
|
|
honor_labels: true
|
|
static_configs:
|
|
- targets: ['devops-p-pushgateway-01a.meeshoint.in.:9091']
|
|
|
|
# - job_name: 'kafka-connect-poc'
|
|
# scrape_interval: 60s
|
|
# scrape_timeout: 30s
|
|
# static_configs:
|
|
# - targets: ['kc-cp-kafka-connect.kafka:5556']
|
|
|
|
- job_name: 'JMX-exporter'
|
|
scrape_interval: 60s
|
|
scrape_timeout: 45s
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8880
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_jmx]
|
|
regex: 'enabled'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_monitoring]
|
|
regex: 'no'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_env]
|
|
regex: '(DR|perf)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_pod]
|
|
regex: '(frontend|devops)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(kafka|hbase|supply|supply-cron|supply-internal|mongo|qwest)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
target_label: name
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
target_label: app
|
|
|
|
- job_name: 'JMX-exporter-8880'
|
|
scrape_interval: 60s
|
|
scrape_timeout: 45s
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8880
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_jmx]
|
|
regex: 'enabled'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_monitoring]
|
|
regex: 'no'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_env]
|
|
regex: '(DR|perf)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_pod]
|
|
regex: '(frontend|devops)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(kafka-connect)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
target_label: name
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
target_label: app
|
|
|
|
- job_name: 'JMX-exporter-8881'
|
|
scrape_interval: 60s
|
|
scrape_timeout: 45s
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8881
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_jmx]
|
|
regex: 'enabled'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_monitoring]
|
|
regex: 'no'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_env]
|
|
regex: '(DR|perf)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_pod]
|
|
regex: '(frontend|devops)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(kafka-connect)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
target_label: name
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
target_label: app
|
|
|
|
- job_name: 'JMX-exporter-8882'
|
|
scrape_interval: 60s
|
|
scrape_timeout: 45s
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8882
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_jmx]
|
|
regex: 'enabled'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_monitoring]
|
|
regex: 'no'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_env]
|
|
regex: '(DR|perf)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_pod]
|
|
regex: '(frontend|devops)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(kafka-connect)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
target_label: name
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
target_label: app
|
|
|
|
- job_name: 'JMX-exporter-8883'
|
|
scrape_interval: 60s
|
|
scrape_timeout: 45s
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8883
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_jmx]
|
|
regex: 'enabled'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_monitoring]
|
|
regex: 'no'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_env]
|
|
regex: '(DR|perf)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_pod]
|
|
regex: '(frontend|devops)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(kafka-connect)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
target_label: name
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
target_label: app
|
|
|
|
- job_name: 'JMX-exporter-8884'
|
|
scrape_interval: 60s
|
|
scrape_timeout: 45s
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8884
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_jmx]
|
|
regex: 'enabled'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_monitoring]
|
|
regex: 'no'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_env]
|
|
regex: '(DR|perf)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_pod]
|
|
regex: '(frontend|devops)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(kafka-connect)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
target_label: name
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
target_label: app
|
|
|
|
- job_name: 'JMX-exporter-8885'
|
|
scrape_interval: 60s
|
|
scrape_timeout: 45s
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8885
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_jmx]
|
|
regex: 'enabled'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_monitoring]
|
|
regex: 'no'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_env]
|
|
regex: '(DR|perf)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_pod]
|
|
regex: '(frontend|devops)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(kafka-connect)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
target_label: name
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
target_label: app
|
|
|
|
- job_name: 'JMX-exporter-8886'
|
|
scrape_interval: 60s
|
|
scrape_timeout: 45s
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8886
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_jmx]
|
|
regex: 'enabled'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_monitoring]
|
|
regex: 'no'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_env]
|
|
regex: '(DR|perf)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_pod]
|
|
regex: '(frontend|devops)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(kafka-connect)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
target_label: name
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
target_label: app
|
|
|
|
- job_name: 'JMX-exporter-8887'
|
|
scrape_interval: 60s
|
|
scrape_timeout: 45s
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8887
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_jmx]
|
|
regex: 'enabled'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_monitoring]
|
|
regex: 'no'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_env]
|
|
regex: '(DR|perf)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_pod]
|
|
regex: '(frontend|devops)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(kafka-connect)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
target_label: name
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
target_label: app
|
|
|
|
- job_name: 'JMX-exporter-8888'
|
|
scrape_interval: 60s
|
|
scrape_timeout: 45s
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8888
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_jmx]
|
|
regex: 'enabled'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_monitoring]
|
|
regex: 'no'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_env]
|
|
regex: '(DR|perf)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_pod]
|
|
regex: '(frontend|devops)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(kafka-connect)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
target_label: name
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
target_label: app
|
|
|
|
- job_name: 'JMX-exporter-8889'
|
|
scrape_interval: 60s
|
|
scrape_timeout: 45s
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8889
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_jmx]
|
|
regex: 'enabled'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_monitoring]
|
|
regex: 'no'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_env]
|
|
regex: '(DR|perf)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_pod]
|
|
regex: '(frontend|devops)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(kafka-connect)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
target_label: name
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
target_label: app
|
|
|
|
- job_name: 'telegraf-exporter'
|
|
scrape_interval: 60s
|
|
scrape_timeout: 5s
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 9273
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_monitoring]
|
|
regex: 'no'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_env]
|
|
regex: '(DR|perf)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_pod]
|
|
regex: '(devops)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(kafka|hbase|supply|supply-internal|mongo)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_telegraf]
|
|
regex: '(enabled)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
target_label: name
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
target_label: app
|
|
|
|
- job_name: 'memcache-exporter'
|
|
metrics_path: /metrics
|
|
scrape_interval: 60s
|
|
scrape_timeout: 5s
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 9150
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_monitoring]
|
|
regex: 'no'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_env]
|
|
regex: '(DR|perf)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_pod]
|
|
regex: '(devops)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(kafka|hbase|supply|supply-internal|mongo)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
target_label: name
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
target_label: app
|
|
|
|
- job_name: 'mcrouter-exporter'
|
|
metrics_path: /metrics
|
|
scrape_interval: 60s
|
|
scrape_timeout: 5s
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 9442
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_monitoring]
|
|
regex: 'no'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_env]
|
|
regex: '(DR|perf)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_pod]
|
|
regex: '(devops)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(kafka|hbase|supply|supply-internal|mongo)'
|
|
action: drop
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
target_label: name
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
target_label: app
|
|
|
|
- job_name: 'MicroMeter'
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8081
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(edge-proxy|edge-proxy-int|edge-proxy-secondary|edge-proxy-admin|edge-proxy-farmiso|edge-proxy.*)'
|
|
action: keep
|
|
|
|
- job_name: 'MicroMeter-8000'
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8000
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(reseller-payment-web|rp-scheduler|rp-consumer|api-payout-consumer|api-payout-web|invoice-web)'
|
|
action: keep
|
|
|
|
- job_name: 'MicroMeter-8088'
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8088
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(supplier-referrals|supplier-incentives-web|supplier-incentives-listener)'
|
|
action: keep
|
|
|
|
- job_name: 'MicroMeter-8080'
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8080
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(supplier-store|supplier-store-admin)'
|
|
action: keep
|
|
|
|
- job_name: 'MicroMeter-8060'
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8060
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(supplier-data-platform)'
|
|
action: keep
|
|
|
|
- job_name: 'MicroMeter-8020'
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8020
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(supplier-ums)'
|
|
action: keep
|
|
|
|
- job_name: invoice-consumer
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8001
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(invoice-consumer)'
|
|
action: keep
|
|
|
|
- job_name: payment-aggregator-web
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8082
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(payment-aggregator-web|payment-aggregator-web-2)'
|
|
action: keep
|
|
|
|
|
|
- job_name: 'fds-asynchronous-logging-consumer-actuator'
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 10s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8080
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(fds-asynchronous-logging-consumer)'
|
|
action: keep
|
|
|
|
- job_name: 'offer-orchestrator-consumer-actuator'
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 10s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8080
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(offer-orchestrator-consumer)'
|
|
action: keep
|
|
|
|
- job_name: 'offer-orchestrator-service-actuator'
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 10s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8080
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(offer-orchestrator-service)'
|
|
action: keep
|
|
|
|
- job_name: pa-consumer
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8083
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(pa-consumer)'
|
|
action: keep
|
|
|
|
- job_name: pc-consumer-v2
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8085
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(pc-consumer-v2)'
|
|
action: keep
|
|
|
|
- job_name: pc-web
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8097
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(pc-web)'
|
|
action: keep
|
|
|
|
- job_name: pc-consumer
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8099
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(pc-consumer)'
|
|
action: keep
|
|
|
|
- job_name: supplier-payment-web
|
|
metrics_path: /prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8000
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(supplier-payment-web)'
|
|
action: keep
|
|
|
|
- job_name: supplier-payment
|
|
metrics_path: /prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 9091
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(supplier-payment-consumer|supplier-payment-scheduler)'
|
|
action: keep
|
|
|
|
- job_name: online-feature-store-consumer
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8080
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(online-feature-store-consumer-alpha|online-feature-store-consumer-beta|online-feature-store-consumer-gamma)'
|
|
action: keep
|
|
|
|
- job_name: sort-and-filter
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8080
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(sort-and-filter|sort-and-filter-secondary|sort-and-filter-vs)'
|
|
action: keep
|
|
|
|
- job_name: rto-prediction-consumer
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 10s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8080
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(rto-prediction-consumer)'
|
|
action: keep
|
|
|
|
- job_name: product-similarity-api
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8080
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(product-similarity-api)'
|
|
action: keep
|
|
|
|
|
|
- job_name: relevance-service
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8832
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(relevance-service)'
|
|
action: keep
|
|
|
|
- job_name: vision
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8830
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(vision|vision-consumer|vision-recommendations)'
|
|
action: keep
|
|
|
|
- job_name: recent-event-store
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8089
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(wishlist-event-store-consumer|share-event-store-consumer|order-event-store-consumer|click-event-store-consumer|atc-event-store-consumer|recent-event-store-read)'
|
|
action: keep
|
|
|
|
- job_name: 'Airflow-Statsd-Exporter'
|
|
metrics_path: /metrics
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 9123
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(data-emr-airflow-new|di-model-airflow)'
|
|
action: keep
|
|
|
|
- job_name: 'data-team-actuator'
|
|
metrics_path: /actuator/prometheus
|
|
scrape_interval: 60s
|
|
static_configs:
|
|
- targets: ['172.31.56.33:8080']
|
|
|
|
- job_name: 'elasticsearch'
|
|
scrape_interval: 60s
|
|
metrics_path: /metrics
|
|
static_configs:
|
|
- targets: ['elasticsearch-exporter.meeshoapi.com.']
|
|
|
|
- job_name: feed-aggregator-actuator-new
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 9033
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(feedaggregator|feedaggregator-search|feedaggregator-secondary)'
|
|
action: keep
|
|
|
|
- job_name: ingestion-actuator
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8100
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(ingestion)'
|
|
action: keep
|
|
|
|
- job_name: data-p-kstreams-actuator
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8100
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(data-p-kstreams)'
|
|
action: keep
|
|
|
|
- job_name: growth-marketing-actuator
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8989
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(growth-marketing)'
|
|
action: keep
|
|
|
|
|
|
# - job_name: login-service
|
|
# metrics_path: /actuator/prometheus
|
|
# scrape_interval: 60s
|
|
# static_configs:
|
|
|
|
- job_name: jenkins-prod
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
metrics_path: /prometheus
|
|
static_configs:
|
|
- targets: ['172.31.80.30:8080']
|
|
|
|
- job_name: 'manifest-metrics-exporter'
|
|
scrape_interval: 60s
|
|
metrics_path: /manifest/metrics
|
|
static_configs:
|
|
- targets: ['p1-bac-p-manifest-01a.meeshoint.in.:8000', 'p1-bac-p-manifest-02a.meeshoint.in.:8000', 'p1-bac-p-manifest-01c.meeshoint.in.:8000', 'p1-bac-p-manifest-02b.meeshoint.in.:8000', 'p1-bac-p-manifest-02c.meeshoint.in.:8000', 'p1-bac-p-manifest-supply-01c.meeshoint.in.:8000', 'p1-bac-p-manifest-supply-02c.meeshoint.in.:8000']
|
|
|
|
- job_name: 'manifest-metrics-exporter-new'
|
|
metrics_path: /manifest/metrics
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8000
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(manifest|manifest-supply|manifest-worker)'
|
|
action: keep
|
|
|
|
- job_name: metastore-api-actuator
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8081
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(metastore-api|metastore-DI-read|pre-prod-metastore-api)'
|
|
action: keep
|
|
|
|
- job_name: order-service-actuator
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8080
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(order-service|order-service-worker)'
|
|
action: keep
|
|
|
|
- job_name: dp-observatory-actuator
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8080
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(dp-observatory)'
|
|
action: keep
|
|
|
|
- job_name: dp-observatory-actuator-8081
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8081
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(dp-observatory)'
|
|
action: keep
|
|
|
|
- job_name: dp-observatory-8883
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8883
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(dp-observatory)'
|
|
action: keep
|
|
|
|
- job_name: elastic-fallback-haproxy-p2
|
|
metrics_path: /metrics
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 1024
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(elastic-fallback-haproxy-p2)'
|
|
action: keep
|
|
|
|
- job_name: elastic-fallback-haproxy-p0
|
|
metrics_path: /metrics
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 1024
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(elastic-fallback-haproxy-p0)'
|
|
action: keep
|
|
|
|
- job_name: elastic-fallback-haproxy-p1
|
|
metrics_path: /metrics
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 1024
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(elastic-fallback-haproxy-p1)'
|
|
action: keep
|
|
|
|
|
|
- job_name: loyalty-earn-engine-actuator
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8888
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(loyalty-earn-engine)'
|
|
action: keep
|
|
|
|
|
|
- job_name: offer-service-actuator
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8080
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(offer-service)'
|
|
action: keep
|
|
|
|
- job_name: supplier-optin-consumer
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8080
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(supplier-optin-consumer)'
|
|
action: keep
|
|
|
|
- job_name: meesho-event-service
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8080
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(meesho-event-service)'
|
|
action: keep
|
|
|
|
|
|
- job_name: supplier-optin-worker
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8080
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(supplier-optin-worker)'
|
|
action: keep
|
|
|
|
- job_name: supplier-optin
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8080
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(supplier-optin)'
|
|
action: keep
|
|
|
|
- job_name: supplier-optin-consent-manager
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8080
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(supplier-optin-consent-manager)'
|
|
action: keep
|
|
|
|
- job_name: supplier-optin-admin
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8080
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(supplier-optin-admin)'
|
|
action: keep
|
|
|
|
- job_name: prism-ingestion-service
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8080
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(prism-ingestion-service)'
|
|
action: keep
|
|
|
|
|
|
- job_name: messaging-api-reactive-internal-actuator
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 5s
|
|
scrape_timeout: 5s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8001
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(messaging-api-reactive-internal)'
|
|
action: keep
|
|
|
|
|
|
- job_name: metastoreapi-new-actuator
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 5s
|
|
scrape_timeout: 5s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8081
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(metastoreapi-new)'
|
|
action: keep
|
|
|
|
|
|
|
|
- job_name: address-search-actuator
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 10042
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(address-search|address-search-worker)'
|
|
action: keep
|
|
|
|
|
|
- job_name: prism-internal-api-actuator
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8001
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(messaging-api-int)'
|
|
action: keep
|
|
|
|
- job_name: offer-platform
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8080
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(offer-platform)'
|
|
action: keep
|
|
|
|
- job_name: offer-platform-worker
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8080
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(offer-platform-worker)'
|
|
action: keep
|
|
|
|
- job_name: zeppelin-actuator
|
|
metrics_path: /metrics
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8891
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(zeppelin notebook)'
|
|
action: keep
|
|
|
|
- job_name: starburst-presto-actuator
|
|
metrics_path: /metrics
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8880
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(data-platform-starburst-presto-ro)'
|
|
action: keep
|
|
|
|
- job_name: online-feature-store-read
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 10s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 9500
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(online-feature-store-read|fds-asynchronous-logging-consumer-actuator)'
|
|
action: keep
|
|
|
|
- job_name: product-similarity-consumer
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 10s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8080
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(product-similarity-consumer )'
|
|
action: keep
|
|
|
|
- job_name: blackbox
|
|
metrics_path: /probe
|
|
params:
|
|
module: [http_2xx]
|
|
scrape_interval: 60s
|
|
static_configs:
|
|
- targets:
|
|
- https://meesho.com
|
|
- https://www.meesho.com
|
|
- https://prod.meeshoapi.com/api/1.0/health/check
|
|
- https://www.meesho.com./tech
|
|
- https://www.meesho.com./learn-reselling
|
|
- https://www.meesho.com./catalog-rating
|
|
- https://reseller-logo.meesho.com.
|
|
- https://reseller-admin.meesho.com.
|
|
- https://grafana.meesho.com
|
|
- https://www.meesho.io.
|
|
- http://devops-p-alertmanager-01a.meeshoint.in.:9093
|
|
- http://devops-p-alertmanager-01b.meeshoint.in.:9093
|
|
# - http://devops-p-alertmanager-01a.meeshoint.in.:5000/hangout/health
|
|
# - http://devops-p-alertmanager-01a.meeshoint.in.:5001/rds-hangout/health
|
|
# - http://devops-p-alertmanager-01a.meeshoint.in.:5002/tg-hangout/health
|
|
# - http://devops-p-alertmanager-01a.meeshoint.in.:5003/es-hangout/health
|
|
# - http://devops-p-alertmanager-01a.meeshoint.in.:5004/redis-hangout/health
|
|
# - http://devops-p-alertmanager-01a.meeshoint.in.:5005/blackbox-hangout/health
|
|
# - http://devops-p-alertmanager-01b.meeshoint.in.:5000/hangout/health
|
|
# - http://devops-p-alertmanager-01b.meeshoint.in.:5001/rds-hangout/health
|
|
# - http://devops-p-alertmanager-01b.meeshoint.in.:5002/tg-hangout/health
|
|
# - http://devops-p-alertmanager-01b.meeshoint.in.:5003/es-hangout/health
|
|
# - http://devops-p-alertmanager-01b.meeshoint.in.:5004/redis-hangout/health
|
|
# - http://devops-p-alertmanager-01b.meeshoint.in.:5005/blackbox-hangout/health
|
|
# - http://devops-p-alertmanager-01a.meeshoint.in.:5006/mongo-hangout/health
|
|
# - http://devops-p-alertmanager-01b.meeshoint.in.:5006/mongo-hangout/health
|
|
- http://asg.meeshoint.in/health
|
|
- https://admin.meeshosupply.com.
|
|
- https://upload.meeshosupply.com.
|
|
- https://supplier.meesho.com.
|
|
- http://uploader.meesho.com/health
|
|
- https://webviews.meesho.com/api/health-check
|
|
- https://socialsellers.com./api/health-check
|
|
- http://platform-p-grafana-01a.meeshoint.in.:3000/login
|
|
- http://platform-p-kafka-cluster-monitor.meeshoint.in.:9000
|
|
# - http://data-p-kafka-connect.meeshoint.in.:8086
|
|
# - http://data-p-kafka-connect-01b.meeshoint.in.:8086
|
|
- http://bac-p-whatsapp-business-api.meeshoint.in./api/whatsApp/isUp
|
|
# new KC additions
|
|
- http://data-p-kafka-connect-01c.meeshoint.in:9086
|
|
- http://data-p-kafka-connect-01c.meeshoint.in:9088
|
|
- http://data-p-kafka-connect-01c.meeshoint.in:9089
|
|
- http://data-p-kafka-connect-01c.meeshoint.in:9093
|
|
- http://data-p-kafka-connect-01b.meeshoint.in:9085
|
|
# - http://data-p-kafka-connect-01b.meeshoint.in:9084
|
|
# - http://data-p-kafka-connect-01b.meeshoint.in:9091
|
|
- http://data-p-kafka-connect-01b.meeshoint.in:9083
|
|
- http://data-p-kafka-connect-01b.meeshoint.in:9088
|
|
- http://data-p-kafka-connect-01b.meeshoint.in:9089
|
|
- http://data-p-kafka-connect-01b.meeshoint.in:9092
|
|
- http://data-p-kafka-connect-01b.meeshoint.in:9093
|
|
- http://data-p-kafka-connect-01b.meeshoint.in:9094
|
|
- http://data-p-kafka-connect.meeshoint.in:9089
|
|
- http://data-p-kafka-connect.meeshoint.in:9088
|
|
- http://data-p-kafka-connect.meeshoint.in:9085
|
|
# - http://data-p-kafka-connect.meeshoint.in:9091
|
|
- http://data-p-kafka-connect.meeshoint.in:9093
|
|
- http://data-p-kafka-connect.meeshoint.in:9095
|
|
- http://data-p-kafka-connect.meeshoint.in:9097
|
|
- http://data-p-kafka-connect.meeshoint.in:9084
|
|
- http://data-p-kafka-connect-02a.meeshoint.in:9087
|
|
- http://data-p-kafka-connect-02a.meeshoint.in:9092
|
|
- http://data-p-kafka-connect-02a.meeshoint.in:9095
|
|
- http://data-p-kafka-connect-02a.meeshoint.in:9096
|
|
- http://data-p-kafka-connect-02a.meeshoint.in:9097
|
|
- http://data-p-kafka-connect-01a-supply.meeshoint.in:9083
|
|
- http://data-p-kafka-connect-01b.meeshoint.in:9087
|
|
- http://data-p-kafka-connect-01b.meeshoint.in:9086
|
|
relabel_configs:
|
|
- source_labels: [__address__]
|
|
target_label: __param_target
|
|
- source_labels: [__param_target]
|
|
target_label: instance
|
|
- target_label: __address__
|
|
replacement: prd-backup-prometheus-blackbox-exporter.victoriametrics.svc.cluster.local.:9115
|
|
|
|
- job_name: blackbox_DI_2xx
|
|
metrics_path: /probe
|
|
params:
|
|
module: [http_2xx]
|
|
scrape_interval: 60s
|
|
static_configs:
|
|
- targets:
|
|
- https://metabase-presto.meesho.com/api/health
|
|
- http://zeppelin2.prism.meeshoint.in/health/readiness
|
|
- http://zeppelin.prism.meeshoint.in/health/readiness
|
|
- http://models.airflow.data.meeshoint.in/health
|
|
- https://metabase-presto.meesho.com/api/health
|
|
- http://zeppelin2.prism.meeshoint.in/health/readiness
|
|
- http://zeppelin.prism.meeshoint.in/health/readiness
|
|
- http://models.airflow.data.meeshoint.in/health
|
|
- http://10.20.125.199:8880/metrics
|
|
- http://10.20.116.100:8880/metrics
|
|
- http://10.20.123.217:8880/metrics
|
|
- http://10.20.96.215:8880/metrics
|
|
- http://10.20.96.191:8880/metrics
|
|
- http://10.20.117.224:8880/metrics
|
|
- http://172.31.34.118:8088/health
|
|
- http://172.31.49.40:8888/status/health
|
|
relabel_configs:
|
|
- source_labels: [__address__]
|
|
target_label: __param_target
|
|
- source_labels: [__param_target]
|
|
target_label: instance
|
|
- target_label: __address__
|
|
replacement: prd-backup-prometheus-blackbox-exporter.victoriametrics.svc.cluster.local.:9115
|
|
|
|
- job_name: prd-backup-prometheus-cloudwatch-exporter
|
|
metrics_path: /metrics
|
|
honor_labels: true
|
|
scrape_interval: 120s
|
|
scrape_timeout: 100s
|
|
static_configs:
|
|
- targets: ['prd-backup-prometheus-cloudwatch-exporter:9106']
|
|
relabel_configs:
|
|
- source_labels: [dbinstance_identifier]
|
|
target_label: source
|
|
- source_labels: [instance_id]
|
|
target_label: instance_id
|
|
|
|
- job_name: prd-backup-yace
|
|
metrics_path: /metrics
|
|
honor_labels: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 90s
|
|
static_configs:
|
|
- targets:
|
|
- prd-backup-yace-ec2
|
|
- prd-backup-yace-ebs
|
|
- prd-backup-yace-es
|
|
- prd-backup-yace-elasticache
|
|
- prd-backup-yace-applicationelb
|
|
- prd-backup-yace-kafka
|
|
- prd-backup-yace-ivs
|
|
- prd-backup-yace-rds
|
|
- prd-backup-yace-docdb
|
|
- prd-backup-yace-autoscaling
|
|
- prd-backup-yace-sqs
|
|
relabel_configs:
|
|
- source_labels: [dbinstance_identifier]
|
|
target_label: source
|
|
- source_labels: [instance_id]
|
|
target_label: instance_id
|
|
|
|
- job_name: ingestion-separate-actuator
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 5s
|
|
scrape_timeout: 5s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8100
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(ingestion-separate)'
|
|
action: keep
|
|
|
|
- job_name: ingestion-separate-web
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 5s
|
|
scrape_timeout: 5s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8100
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(ingestion-web)'
|
|
action: keep
|
|
|
|
- job_name: messaging-api-reactive-external-actuator
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 5s
|
|
scrape_timeout: 5s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 8001
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(messaging-api-reactive-external)'
|
|
action: keep
|
|
|
|
- job_name: redis-enterprise
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
metrics_path: /
|
|
scheme: https
|
|
tls_config:
|
|
insecure_skip_verify: true
|
|
static_configs:
|
|
- targets: [
|
|
"internal.c25779.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c23687.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c23638.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c22503.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c22430.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c21787.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c21728.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c21602.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c21584.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c21107.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c20159.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c20145.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c19268.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c18315.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c18142.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c16403.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c16402.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c26673.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c15840.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c27182.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c27497.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c27479.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c27448.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c27509.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c27510.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c27511.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c27512.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c27513.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c27514.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070",
|
|
"internal.c27515.ap-seast-1-mz.ec2.cloud.rlrcp.com:8070"
|
|
]
|
|
|
|
- job_name: advertisement-actuator
|
|
metrics_path: /actuator/prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 7070
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(advertisement|advertisement-admin|advertisement-text-search)'
|
|
action: keep
|
|
|
|
- job_name: hbase_exporter
|
|
metrics_path: /metrics/prometheus
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 9274
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_hbase_exporter_enabled]
|
|
regex: '(true)'
|
|
action: keep
|
|
|
|
# - job_name: Confluent_Cloud
|
|
# scrape_interval: 2m
|
|
# scrape_timeout: 2m
|
|
# honor_timestamps: true
|
|
# static_configs:
|
|
# - targets:
|
|
# - api.telemetry.confluent.cloud
|
|
# scheme: https
|
|
# basic_auth:
|
|
# username: B2IR56FKFR2JWWP2
|
|
# password: FDRDs2hvL805CP4fniQSpBRuW13Wvj8wWro7afntuwg4hAEqcHFwtzyYFpJ+xw6J
|
|
# metrics_path: /v2/metrics/cloud/export
|
|
# params:
|
|
# "resource.kafka.id":
|
|
# - lkc-gqnjdr
|
|
# - lkc-pgr5pm
|
|
# - lkc-rr560k
|
|
# - lkc-pgo1pm
|
|
# - lkc-zg3w8y
|
|
# - lkc-gn91qn
|
|
# - lkc-3n8ojj
|
|
# - lkc-r2kp07
|
|
|
|
- job_name: Flink01
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19900
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline|dataplatform-realtime-pipeline-sale-cluster)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink02
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19901
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline|dataplatform-realtime-pipeline-sale-cluster)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink03
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19902
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline|dataplatform-realtime-pipeline-sale-cluster)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink04
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19903
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline|dataplatform-realtime-pipeline-sale-cluster)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink05
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19904
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline|dataplatform-realtime-pipeline-sale-cluster)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink06
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19905
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline|dataplatform-realtime-pipeline-sale-cluster)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink07
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19906
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline|dataplatform-realtime-pipeline-sale-cluster)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink08
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19907
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline|dataplatform-realtime-pipeline-sale-cluster)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink09
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19908
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline|dataplatform-realtime-pipeline-sale-cluster)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink10
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19909
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline|dataplatform-realtime-pipeline-sale-cluster)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink11
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19910
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline|dataplatform-realtime-pipeline-sale-cluster)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink12
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19911
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline|dataplatform-realtime-pipeline-sale-cluster)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink13
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19912
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline|dataplatform-realtime-pipeline-sale-cluster)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink14
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19913
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline|dataplatform-realtime-pipeline-sale-cluster)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink15
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19914
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline|dataplatform-realtime-pipeline-sale-cluster)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink16
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19915
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline|dataplatform-realtime-pipeline-sale-cluster)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink-RT-01
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19900
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink-RT-02
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19901
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink-RT-03
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19902
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink-RT-04
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19903
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink-RT-05
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19904
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink-RT-06
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19905
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink-RT-07
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19906
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink-RT-08
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19907
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink-RT-09
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19908
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink-RT-10
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19909
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink-RT-11
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19910
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink-RT-12
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19911
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink-RT-13
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19912
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink-RT-14
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19913
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink-RT-15
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19914
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: Flink-RT-16
|
|
metrics_path: /
|
|
honor_timestamps: true
|
|
stream_parse: true
|
|
scrape_interval: 30s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 19915
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_instance_state]
|
|
regex: 'running'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
regex: '(realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
regex: '(dataplatform-realtime-pipeline-secondary)'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_application]
|
|
regex: '(hadoop)'
|
|
action: keep
|
|
|
|
- job_name: scylladb-exporter
|
|
honor_labels: false
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 9180
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_type]
|
|
regex: 'scylladb'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_bu]
|
|
target_label: bu
|
|
- source_labels: [__meta_ec2_tag_team]
|
|
target_label: team
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
target_label: app
|
|
- source_labels: [__meta_ec2_tag_type]
|
|
target_label: type
|
|
- source_labels: [__meta_ec2_tag_env]
|
|
target_label: env
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
target_label: cluster
|
|
- source_labels: [__meta_ec2_tag_priority]
|
|
target_label: priority
|
|
metric_relabel_configs:
|
|
- source_labels: [__name__, scheduling_group_name]
|
|
regex: '(scylla_storage_proxy_coordinator_.*_bucket;)(atexit|gossip|mem_compaction|memtable|streaming|background_reclaim|compaction|main|memtable_to_cache)'
|
|
action: drop
|
|
- source_labels: [version]
|
|
regex: '(.+)'
|
|
target_label: CPU
|
|
replacement: 'cpu'
|
|
- source_labels: [version]
|
|
regex: '(.+)'
|
|
target_label: CQL
|
|
replacement: 'cql'
|
|
- source_labels: [version]
|
|
regex: '(.+)'
|
|
target_label: OS
|
|
replacement: 'os'
|
|
- source_labels: [version]
|
|
regex: '(.+)'
|
|
target_label: IO
|
|
replacement: 'io'
|
|
- source_labels: [version]
|
|
regex: '(.+)'
|
|
target_label: Errors
|
|
replacement: 'errors'
|
|
- regex: 'help|exported_instance'
|
|
action: labeldrop
|
|
- source_labels: [version]
|
|
regex: '([0-9]+\.[0-9]+)(\.?[0-9]*).*'
|
|
replacement: '$1$2'
|
|
target_label: svr
|
|
- source_labels: [__name__, quantile]
|
|
regex: '(scylla_storage_proxy_coordinator_write_latency_summary;0.990*)'
|
|
target_label: __name__
|
|
replacement: 'wlatencyp99'
|
|
- source_labels: [__name__, quantile]
|
|
regex: '(scylla_storage_proxy_coordinator_write_latency_summary;0.950*)'
|
|
target_label: __name__
|
|
replacement: 'wlatencyp95'
|
|
- source_labels: [__name__, quantile]
|
|
regex: '(scylla_storage_proxy_coordinator_write_latency_summary;0.50*)'
|
|
target_label: __name__
|
|
replacement: 'wlatencya'
|
|
- source_labels: [__name__, quantile]
|
|
regex: '(scylla_storage_proxy_coordinator_read_latency_summary;0.990*)'
|
|
target_label: __name__
|
|
replacement: 'rlatencyp99'
|
|
- source_labels: [__name__, quantile]
|
|
regex: '(scylla_storage_proxy_coordinator_read_latency_summary;0.950*)'
|
|
target_label: __name__
|
|
replacement: 'rlatencyp95'
|
|
- source_labels: [__name__, quantile]
|
|
regex: '(scylla_storage_proxy_coordinator_read_latency_summary;0.50*)'
|
|
target_label: __name__
|
|
replacement: 'rlatencya'
|
|
- source_labels: [__name__, quantile]
|
|
regex: '(scylla_storage_proxy_coordinator_cas_write_latency_summary;0.950*)'
|
|
target_label: __name__
|
|
replacement: 'caswlatencyp95'
|
|
- source_labels: [__name__, quantile]
|
|
regex: '(scylla_storage_proxy_coordinator_cas_write_latency_summary;0.990*)'
|
|
target_label: __name__
|
|
replacement: 'caswlatencyp99'
|
|
- source_labels: [__name__, quantile]
|
|
regex: '(scylla_storage_proxy_coordinator_cas_write_latency_summary;0.50*)'
|
|
target_label: __name__
|
|
replacement: 'caswlatencya'
|
|
- source_labels: [__name__, quantile]
|
|
regex: '(scylla_storage_proxy_coordinator_cas_read_latency_summary;0.950*)'
|
|
target_label: __name__
|
|
replacement: 'casrlatencyp95'
|
|
- source_labels: [__name__, quantile]
|
|
regex: '(scylla_storage_proxy_coordinator_cas_read_latency_summary;0.990*)'
|
|
target_label: __name__
|
|
replacement: 'casrlatencyp99'
|
|
- source_labels: [__name__, quantile]
|
|
regex: '(scylla_storage_proxy_coordinator_cas_read_latency_summary;0.50*)'
|
|
target_label: __name__
|
|
replacement: 'casrlatencya'
|
|
- source_labels: [__name__]
|
|
regex: '(.latency..?.?|cas.latency..?.?)'
|
|
target_label: by
|
|
replacement: 'instance,shard'
|
|
- source_labels: [__name__]
|
|
regex: '(scylla_storage_proxy_coordinator_read_timeouts|scylla_reactor_utilization|scylla_storage_proxy_coordinator_read_timeouts|scylla_storage_proxy_coordinator_read_unavailable|scylla_storage_proxy_coordinator_write_timeouts|scylla_storage_proxy_coordinator_write_unavailable|.latency..?.?)'
|
|
replacement: '2'
|
|
target_label: level
|
|
- source_labels: [__name__]
|
|
regex: '(scylla_storage_proxy_coordinator_read_timeouts|scylla_reactor_utilization|scylla_storage_proxy_coordinator_read_timeouts|scylla_storage_proxy_coordinator_read_unavailable|scylla_storage_proxy_coordinator_write_timeouts|scylla_storage_proxy_coordinator_write_unavailable|.latency..?.?)'
|
|
replacement: '2'
|
|
target_label: dd
|
|
- source_labels: [__name__]
|
|
regex: '(scylla_node_operation_mode)'
|
|
replacement: '1'
|
|
target_label: level
|
|
- source_labels: [__name__]
|
|
regex: '(scylla_node_operation_mode)'
|
|
replacement: '1'
|
|
target_label: dd
|
|
- source_labels: [scheduling_group_name]
|
|
regex: '(atexit|gossip|mem_compaction|memtable|streaming|background_reclaim|compaction|main|memtable_to_cache)'
|
|
replacement: ''
|
|
target_label: level
|
|
- source_labels: [scheduling_group_name]
|
|
regex: '(atexit|gossip|mem_compaction|memtable|streaming|background_reclaim|compaction|main|memtable_to_cache)'
|
|
replacement: ''
|
|
target_label: dd
|
|
|
|
|
|
- job_name: scylladb-manager-exporter
|
|
honor_labels: false
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 5090
|
|
relabel_configs:
|
|
- source_labels: [__meta_ec2_tag_type]
|
|
regex: 'scylladb'
|
|
action: keep
|
|
- source_labels: [__meta_ec2_tag_bu]
|
|
target_label: bu
|
|
- source_labels: [__meta_ec2_tag_team]
|
|
target_label: team
|
|
- source_labels: [__meta_ec2_tag_service]
|
|
target_label: app
|
|
- source_labels: [__meta_ec2_tag_type]
|
|
target_label: type
|
|
- source_labels: [__meta_ec2_tag_env]
|
|
target_label: env
|
|
- source_labels: [__meta_ec2_tag_Name]
|
|
target_label: name
|
|
- source_labels: [__meta_ec2_tag_priority]
|
|
target_label: priority
|
|
|
|
- job_name: kubernetes-pods-otel
|
|
kubernetes_sd_configs:
|
|
- role: pod
|
|
relabel_configs:
|
|
- target_label: cluster
|
|
replacement: prd-backup-cluster
|
|
- action: labelmap
|
|
regex: __meta_kubernetes_node_label_(.+)
|
|
- action: drop
|
|
regex: true
|
|
source_labels:
|
|
- __meta_kubernetes_pod_container_init
|
|
- action: keep
|
|
regex: true
|
|
source_labels:
|
|
- __meta_kubernetes_pod_annotation_otel_io_scrape
|
|
- action: replace
|
|
regex: (.+)
|
|
source_labels:
|
|
- __meta_kubernetes_pod_annotation_otel_io_path
|
|
target_label: __metrics_path__
|
|
- action: replace
|
|
regex: ([^:]+)(?::\d+)?;(\d+)
|
|
replacement: $1:$2
|
|
source_labels:
|
|
- __address__
|
|
- __meta_kubernetes_pod_annotation_otel_io_port
|
|
target_label: __address__
|
|
- action: labelmap
|
|
regex: __meta_kubernetes_pod_label_(.+)
|
|
- action: replace
|
|
source_labels:
|
|
- __meta_kubernetes_namespace
|
|
target_label: kubernetes_namespace
|
|
- action: replace
|
|
source_labels:
|
|
- __meta_kubernetes_pod_name
|
|
target_label: kubernetes_pod_name
|
|
|
|
- job_name: "k8spacket-metrics"
|
|
metrics_path: /metrics
|
|
scrape_interval: 60s
|
|
static_configs:
|
|
- targets:
|
|
- prd-backup-k8spacket.k8spacket.svc.cluster.local:8080
|
|
|
|
- job_name: zookeeper-metrics
|
|
scrape_interval: 1m0s
|
|
scrape_timeout: 30s
|
|
metrics_path: /metrics
|
|
honor_timestamps: true
|
|
scheme: http
|
|
relabel_configs:
|
|
- action: keep
|
|
source_labels: [__meta_ec2_tag_service]
|
|
regex: (zookeeper-config|zk-comms)
|
|
ec2_sd_configs:
|
|
- region: ap-southeast-1
|
|
port: 7000
|
|
|
|
- job_name: karpenter-metrics-prd-backup-cluster
|
|
metrics_path: /metrics
|
|
honor_timestamps: true
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
scheme: http
|
|
static_configs:
|
|
- targets: ['karpenter.karpenter.svc.cluster.local:8000']
|
|
relabel_configs:
|
|
- target_label: cluster
|
|
replacement: prd-backup-cluster |