Skip to content

Instantly share code, notes, and snippets.

@russmiles
Created August 4, 2021 12:47
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 russmiles/6958dbe1416948c0d7469b818b34b71d to your computer and use it in GitHub Desktop.
Save russmiles/6958dbe1416948c0d7469b818b34b71d to your computer and use it in GitHub Desktop.
global:
scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.
evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute.
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9090']
- job_name: 'my-spring-boot-app'
static_configs:
- targets: ['localhost:8080']
metrics_path: /actuator/prometheus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment