Add Prometheus Link for scrape_configs (#9270)

**What this PR does / why we need it**:
Adds some context to the scrape configs section in Promtail Config Docs
to ensure clarity around the connection to Prometheus
Here is a link to a slack thread where the customer was confused on
this:
https://raintank-corp.slack.com/archives/C04KY6NJSCE/p1681761335754199

---------

Co-authored-by: Michel Hollands <42814411+MichelHollands@users.noreply.github.com>
Co-authored-by: J Stickler <julie.stickler@grafana.com>
pull/9497/head^2
BlakeFernandez 2 years ago committed by GitHub
parent b4dd0ca432
commit 905d14bee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/clients/promtail/configuration.md

@ -356,7 +356,7 @@ is restarted to allow it to continue from where it left off.
## scrape_configs ## scrape_configs
The `scrape_configs` block configures how Promtail can scrape logs from a series The `scrape_configs` block configures how Promtail can scrape logs from a series
of targets using a specified discovery method: of targets using a specified discovery method. Promtail uses the same [Prometheus scrape_configs](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#scrape_config). This means if you already own a Prometheus instance, the config will be very similar:
```yaml ```yaml
# Name to identify this scrape config in the Promtail UI. # Name to identify this scrape config in the Promtail UI.

Loading…
Cancel
Save