Springboot APM

Kubernetes Deployment Springboot APM Overview

Springboot APM screenshot 1
Springboot APM screenshot 2
Springboot APM screenshot 3
  - 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
Revisions
RevisionDescriptionCreated

Get this dashboard

Import the dashboard template

or

Download JSON

Datasource
Dependencies