Kubernetes springboot

springboot

Kubernetes springboot screenshot 1
Kubernetes springboot screenshot 2
Kubernetes springboot 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_port_name]
        regex: jmx|dubbo|dubbo.*
        action: drop
      - source_labels: [__meta_kubernetes_endpoint_port_name]
        regex: jmx|dubbojmx
        action: drop
      - source_labels: [__meta_kubernetes_pod_container_name]
        target_label: container
        action: replace
Revisions
RevisionDescriptionCreated
Kubernetes

Kubernetes

by Grafana Labs
Grafana Labs solution

Monitor your Kubernetes deployment with prebuilt visualizations that allow you to drill down from a high-level cluster overview to pod-specific details in minutes.

Learn more

Get this dashboard

Import the dashboard template

or

Download JSON

Datasource
Dependencies