Skip to content

Instantly share code, notes, and snippets.

@b1a9id
Created May 14, 2021 05:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b1a9id/c618a1300354d155c041051dcd4b3cb1 to your computer and use it in GitHub Desktop.
Save b1a9id/c618a1300354d155c041051dcd4b3cb1 to your computer and use it in GitHub Desktop.
micrometer-prometheusのprometheus.yml
global:
scrape_interval: 10s
scrape_timeout: 10s
evaluation_interval: 10s
scrape_configs:
- job_name: 'micrometer-prometheus'
metrics_path: '/actuator/prometheus'
static_configs:
- targets:
- micrometer-prometheus-api:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment