erp-java/services/product-service/deployment/prometheus.yml

13 lines
307 B
YAML

global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: 'product-service'
metrics_path: '/product/actuator/prometheus'
static_configs:
- targets: ['product-service:8083']
labels:
service: 'product-service'
environment: 'production'