mirror of
https://github.com/SourceFellows/gobuch.git
synced 2025-08-30 01:28:46 +02:00
initial import
This commit is contained in:
8
microservices/prometheus/prometheus/prometheus.yml
Normal file
8
microservices/prometheus/prometheus/prometheus.yml
Normal file
@ -0,0 +1,8 @@
|
||||
global:
|
||||
scrape_interval: 5s
|
||||
external_labels:
|
||||
monitor: 'sample-monitor'
|
||||
scrape_configs:
|
||||
- job_name: 'application'
|
||||
static_configs:
|
||||
- targets: ['application:8080']
|
Reference in New Issue
Block a user