Skip to content

docs: add HTTP Service Discovery section to integrations page#2844

Open
mihir-dixit2k27 wants to merge 2 commits intoprometheus:mainfrom
mihir-dixit2k27:docs/add-http-sd-section
Open

docs: add HTTP Service Discovery section to integrations page#2844
mihir-dixit2k27 wants to merge 2 commits intoprometheus:mainfrom
mihir-dixit2k27:docs/add-http-sd-section

Conversation

@mihir-dixit2k27
Copy link

Adds a new HTTP Service Discovery section to the integrations documentation
(content/docs/operating/integrations.md), mirroring the existing
"File Service Discovery" section.

Includes the community integrations referenced in #2561:

  • fastly-exporter
  • ns1_exporter
  • NetBox (plugin)
  • NetBox (via export templates)

Formatting follows the existing integrations page structure.

Fixes #2561

Signed-off-by: Mihir Dixit <dixitmihir1@gmail.com>
Copy link
Contributor

@jan--f jan--f left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps this section should also be mentioned on https://github.com/prometheus/prometheus/blob/main/docs/http_sd.md?


## 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use the relative link here like in the other sections.

Suggested change
The [HTTP service discovery](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#http_sd_config) allows fetching targets from an HTTP endpoint.
The [HTTP service discovery](/docs/configuration/configuration/#http_sd_config) allows fetching targets from an HTTP endpoint.

Signed-off-by: Mihir Dixit <dixitmihir1@gmail.com>
@mihir-dixit2k27 mihir-dixit2k27 requested a review from jan--f March 11, 2026 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add "HTTP Service Discovery" section to integrations docs, similar to File SD section

2 participants