mirror of
				https://github.com/prometheus/prometheus.git
				synced 2025-10-31 08:21:16 +01:00 
			
		
		
		
	* feat(ovhcloud): add ovhcloud management Signed-off-by: Marine Bal <marine.bal@corp.ovh.com> Co-authored-by: Arnaud Sinays <sinaysarnaud@gmail.com>
		
			
				
	
	
		
			17 lines
		
	
	
		
			475 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			475 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # An example scrape configuration for running Prometheus with Ovhcloud.
 | |
| scrape_configs:
 | |
|   - job_name: 'ovhcloud'
 | |
|     ovhcloud_sd_configs:
 | |
|       - service: vps
 | |
|         endpoint: ovh-eu
 | |
|         application_key: XXX
 | |
|         application_secret: XXX
 | |
|         consumer_key: XXX
 | |
|         refresh_interval: 1m
 | |
|       - service: dedicated_server
 | |
|         endpoint: ovh-eu
 | |
|         application_key: XXX
 | |
|         application_secret: XXX
 | |
|         consumer_key: XXX
 | |
|         refresh_interval: 1m
 |