VictoriaMetrics/lib/promscrape/discovery
Zhu Jiekun 7bb8853a5c
feature: [vmagent] Add service discovery support for OVH Cloud VPS and dedicated server (#6160)
### Describe Your Changes
related issue:
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6071

#### Added
- Added service discovery support for OVH Cloud:
    - VPS.
    - Dedicated server.

#### Docs
- `CHANGELOG.md`, `sd_configs.md`, `vmagent.md` are updated.

#### Note
- Useful links: 
    - OVH Cloud VPS API: https://eu.api.ovh.com/console/#/vps~GET
- OVH Cloud Dedicated server API:
https://eu.api.ovh.com/console/#/dedicated/server~GET
    - OVH Cloud SDK: https://github.com/ovh/go-ovh
- Prometheus SD:
https://prometheus.io/docs/prometheus/latest/configuration/configuration/#ovhcloud_sd_config

Tested on OVH Cloud VPS and dedicated server.
<img width="1722" alt="image"
src="https://github.com/VictoriaMetrics/VictoriaMetrics/assets/30280396/d3f0adc8-b0ef-423e-9379-8a9b9b0792ee">

<img width="1724" alt="image"
src="https://github.com/VictoriaMetrics/VictoriaMetrics/assets/30280396/18b5b730-3512-4fc0-8b2c-f2450ac550fd">

---
Signed-off-by: Jiekun <jiekun@victoriametrics.com>
Co-authored-by: hagen1778 <roman@victoriametrics.com>
2024-09-30 14:42:46 +02:00
..
azure lib/discovery/azure: fix host check in next link in Azure SD (#6915) 2024-09-05 16:48:09 +02:00
consul all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:20:37 +02:00
consulagent all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:20:37 +02:00
digitalocean all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:20:37 +02:00
dns all: replace old https://docs.victoriametrics.com/sd_configs.html url with the new one - https://docs.victoriametrics.com/sd_configs/ 2024-04-18 02:27:47 +02:00
docker all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:20:37 +02:00
dockerswarm all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:20:37 +02:00
ec2 all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:20:37 +02:00
eureka all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:20:37 +02:00
gce all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:20:37 +02:00
hetzner all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:20:37 +02:00
http all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:20:37 +02:00
kubernetes all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:20:37 +02:00
kuma all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:20:37 +02:00
nomad all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:20:37 +02:00
openstack all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:20:37 +02:00
ovhcloud feature: [vmagent] Add service discovery support for OVH Cloud VPS and dedicated server (#6160) 2024-09-30 14:42:46 +02:00
vultr all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:20:37 +02:00
yandexcloud lib/promscrape/discovery/yandexcloud: follow-up for 070abe5c71 2024-07-16 17:58:40 +02:00