Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/guides/file-sd.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Use file-based service discovery to discover scrape targets

# Use file-based service discovery to discover scrape targets

Prometheus offers a variety of [service discovery options](https://github.com/prometheus/prometheus/tree/master/discovery) for discovering scrape targets, including [Kubernetes](/docs/prometheus/latest/configuration/configuration/#kubernetes_sd_config), [Consul](/docs/prometheus/latest/configuration/configuration/#consul_sd_config), and many others. If you need to use a service discovery system that is not currently supported, your use case may be best served by Prometheus' [file-based service discovery](/docs/prometheus/latest/configuration/configuration/#file_sd_config) mechanism, which enables you to list scrape targets in a JSON file (along with metadata about those targets).
Prometheus offers a variety of [service discovery options](https://github.com/prometheus/prometheus/tree/main/discovery) for discovering scrape targets, including [Kubernetes](/docs/prometheus/latest/configuration/configuration/#kubernetes_sd_config), [Consul](/docs/prometheus/latest/configuration/configuration/#consul_sd_config), and many others. If you need to use a service discovery system that is not currently supported, your use case may be best served by Prometheus' [file-based service discovery](/docs/prometheus/latest/configuration/configuration/#file_sd_config) mechanism, which enables you to list scrape targets in a JSON file (along with metadata about those targets).

In this guide, we will:

Expand Down
4 changes: 2 additions & 2 deletions content/docs/operating/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ data volumes.
* [Gnocchi](https://gnocchi.xyz/prometheus.html): write
* [Google BigQuery](https://github.com/KohlsTechnology/prometheus_bigquery_remote_storage_adapter): read and write
* [Google Cloud Spanner](https://github.com/google/truestreet): read and write
* [Graphite](https://github.com/prometheus/prometheus/tree/master/documentation/examples/remote_storage/remote_storage_adapter): write
* [Graphite](https://github.com/prometheus/prometheus/tree/main/documentation/examples/remote_storage/remote_storage_adapter): write
* [InfluxDB](https://docs.influxdata.com/influxdb/v1.8/supported_protocols/prometheus): read and write
* [Instana](https://www.instana.com/docs/ecosystem/prometheus/#remote-write): write
* [IRONdb](https://github.com/circonus-labs/irondb-prometheus-adapter): read and write
* [Kafka](https://github.com/Telefonica/prometheus-kafka-adapter): write
* [M3DB](https://m3db.io/docs/integrations/prometheus/): read and write
* [New Relic](https://docs.newrelic.com/docs/set-or-remove-your-prometheus-remote-write-integration): write
* [OpenTSDB](https://github.com/prometheus/prometheus/tree/master/documentation/examples/remote_storage/remote_storage_adapter): write
* [OpenTSDB](https://github.com/prometheus/prometheus/tree/main/documentation/examples/remote_storage/remote_storage_adapter): write
* [PostgreSQL/TimescaleDB](https://github.com/timescale/promscale): read and write
* [QuasarDB](https://doc.quasardb.net/master/user-guide/integration/prometheus.html): read and write
* [SignalFx](https://github.com/signalfx/metricproxy#prometheus): write
Expand Down