diff --git a/docs/operating/integrations.md b/docs/operating/integrations.md index 3be34ca63..cb76c58c3 100644 --- a/docs/operating/integrations.md +++ b/docs/operating/integrations.md @@ -27,6 +27,15 @@ For service discovery mechanisms not natively supported by Prometheus, * [Packet](https://github.com/packethost/prometheus-packet-sd) * [Scaleway](https://github.com/scaleway/prometheus-scw-sd) +## HTTP Service Discovery + +The [HTTP service discovery](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#http_sd_config) allows fetching targets from an HTTP endpoint. + +* [fastly-exporter](https://github.com/fastly/fastly-exporter#service-discovery): Supports discovering Fastly services. +* [ns1_exporter](https://github.com/tjhop/ns1_exporter#http-service-discovery): Supports discovering NS1 zones. +* [NetBox via plugin](https://github.com/FlxPeters/netbox-plugin-prometheus-sd): A plugin to expose NetBox objects as Prometheus targets. +* [NetBox via export templates](https://www.observability.blog/post/netbox_http_service_discovery/): A guide on using NetBox export templates for HTTP service discovery. + ## Remote Endpoints and Storage The [remote write](/docs/operating/configuration/#remote_write) and [remote read](/docs/operating/configuration/#remote_read)