https://github.com/promhippie/prometheus-vcd-sd
Prometheus Service Discovery for VMWare vCloud Director
https://github.com/promhippie/prometheus-vcd-sd
discovery prometheus prometheus-exporter sd service service-discovery vcd vcloud vmware
Last synced: 5 months ago
JSON representation
Prometheus Service Discovery for VMWare vCloud Director
- Host: GitHub
- URL: https://github.com/promhippie/prometheus-vcd-sd
- Owner: promhippie
- License: apache-2.0
- Created: 2020-06-19T13:39:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-02-03T14:00:56.000Z (5 months ago)
- Last Synced: 2026-02-04T04:13:08.897Z (5 months ago)
- Topics: discovery, prometheus, prometheus-exporter, sd, service, service-discovery, vcd, vcloud, vmware
- Language: Go
- Homepage: https://promhippie.github.io/prometheus-vcd-sd/
- Size: 1.34 MB
- Stars: 15
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Prometheus VMWare vCloud Director SD
[](https://github.com/promhippie/prometheus-vcd-sd) [](https://github.com/promhippie/prometheus-vcd-sd/actions/workflows/general.yaml) [](https://matrix.to/#/#webhippie:matrix.org) [](https://www.codacy.com/gh/promhippie/prometheus-vcd-sd/dashboard?utm_source=github.com&utm_medium=referral&utm_content=promhippie/prometheus-vcd-sd&utm_campaign=Badge_Grade) [](http://godoc.org/github.com/promhippie/prometheus-vcd-sd) [](http://goreportcard.com/report/github.com/promhippie/prometheus-vcd-sd)
This project provides a server to automatically discover nodes within your
VMWare vCloud Director account in a Prometheus SD compatible format.
## Install
You can download prebuilt binaries from our [GitHub releases][releases], or you
can use our containers published on [Docker Hub][dockerhub] and [Quay][quayio].
If you need further guidance how to install this take a look at our
[documentation][docs].
## Development
Make sure you have a working Go environment, for further reference or a guide
take a look at the [install instructions][golang]. This project requires
Go >= v1.19, at least that's the version we are using.
```console
git clone https://github.com/promhippie/prometheus-vcd-sd.git
cd prometheus-vcd-sd
make generate build
./bin/prometheus-vcd-sd -h
```
## Security
If you find a security issue please contact
[thomas@webhippie.de](mailto:thomas@webhippie.de) first.
## Contributing
Fork -> Patch -> Push -> Pull Request
## Authors
- [Thomas Boerger](https://github.com/tboerger)
## License
Apache-2.0
## Copyright
```console
Copyright (c) 2020 Thomas Boerger
```
[releases]: https://github.com/promhippie/prometheus-vcd-sd/releases
[dockerhub]: https://hub.docker.com/r/promhippie/prometheus-vcd-sd/tags/
[quayio]: https://quay.io/repository/promhippie/prometheus-vcd-sd?tab=tags
[docs]: https://promhippie.github.io/prometheus-vcd-sd/#getting-started
[golang]: http://golang.org/doc/install.html