https://github.com/promhippie/prometheus-scw-sd
Prometheus Service Discovery for Scaleway
https://github.com/promhippie/prometheus-scw-sd
discovery prometheus prometheus-exporter scaleway scw sd service service-discovery
Last synced: 2 months ago
JSON representation
Prometheus Service Discovery for Scaleway
- Host: GitHub
- URL: https://github.com/promhippie/prometheus-scw-sd
- Owner: promhippie
- License: apache-2.0
- Created: 2018-09-13T08:39:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T14:24:07.000Z (2 months ago)
- Last Synced: 2025-04-12T22:04:15.449Z (2 months ago)
- Topics: discovery, prometheus, prometheus-exporter, scaleway, scw, sd, service, service-discovery
- Language: Go
- Homepage: https://promhippie.github.io/prometheus-scw-sd/
- Size: 915 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Prometheus Scaleway SD
[](https://github.com/promhippie/prometheus-scw-sd) [](https://github.com/promhippie/prometheus-scw-sd/actions/workflows/general.yaml) [](https://matrix.to/#/#webhippie:matrix.org) [](https://www.codacy.com/gh/promhippie/prometheus-scw-sd/dashboard?utm_source=github.com&utm_medium=referral&utm_content=promhippie/prometheus-scw-sd&utm_campaign=Badge_Grade) [](http://godoc.org/github.com/promhippie/prometheus-scw-sd) [](http://goreportcard.com/report/github.com/promhippie/prometheus-scw-sd)
This project provides a server to automatically discover nodes within your
Scaleway 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.17, at least that's the version we are using.```console
git clone https://github.com/promhippie/prometheus-scw-sd.git
cd prometheus-scw-sdmake generate build
./bin/prometheus-scw-sd -h
```## Security
If you find a security issue please contact
[[email protected]](mailto:[email protected]) first.## Contributing
Fork -> Patch -> Push -> Pull Request
## Authors
- [Thomas Boerger](https://github.com/tboerger)
## License
Apache-2.0
## Copyright
```console
Copyright (c) 2018 Thomas Boerger
```[releases]: https://github.com/promhippie/prometheus-scw-sd/releases
[dockerhub]: https://hub.docker.com/r/promhippie/prometheus-scw-sd/tags/
[quayio]: https://quay.io/repository/promhippie/prometheus-scw-sd?tab=tags
[docs]: https://promhippie.github.io/prometheus-scw-sd/#getting-started
[golang]: http://golang.org/doc/install.html