Is there any REST Post/PUT/other API to add below to prometheus scrape config?
- job_name: 'My Service'
metrics_path: '/actuator/prometheus'
static_configs:
- targets:
- '10.252.1.2:61'
labels:
role: 'mysvc'
Is there any REST Post/PUT/other API to add below to prometheus scrape config?
- job_name: 'My Service'
metrics_path: '/actuator/prometheus'
static_configs:
- targets:
- '10.252.1.2:61'
labels:
role: 'mysvc'