Springboot APM
Kubernetes Deployment Springboot APM Overview
- job_name: dev_services_pods
scrape_interval: 60s
scrape_timeout: 10s
metrics_path: /actuator/prometheus
kubernetes_sd_configs:
- role: endpoints
namespaces:
names:
- dev
relabel_configs:
- source_labels: [__meta_kubernetes_service_name]
action: keep
regex: "elnkpro-.*"
- source_labels: [job]
action: replace
target_label: __tmp_prometheus_job_name
- source_labels: [__meta_kubernetes_pod_name]
action: replace
target_label: pod
- source_labels: [__meta_kubernetes_namespace]
action: replace
target_label: namespace
- source_labels: [__meta_kubernetes_service_name]
target_label: service
action: replace
- source_labels: [__meta_kubernetes_pod_container_name]
target_label: container
action: replace
Data source config
Collector config:
Upload an updated version of an exported dashboard.json file from Grafana
Revision | Description | Created | |
---|---|---|---|
Download |