We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528d69e commit 77671ddCopy full SHA for 77671dd
docs/sources/flow/reference/components/prometheus.exporter.agent.md
@@ -45,7 +45,7 @@ This example uses a [`prometheus.scrape` component][scrape] to collect metrics
45
from `prometheus.exporter.agent`:
46
47
```river
48
-prometheus.exporter.agent "agent" {}
+prometheus.exporter.agent "example" {}
49
50
// Configure a prometheus.scrape component to collect agent metrics.
51
prometheus.scrape "demo" {
@@ -69,4 +69,4 @@ Replace the following:
69
- `USERNAME`: The username to use for authentication to the remote_write API.
70
- `PASSWORD`: The password to use for authentication to the remote_write API.
71
72
-[scrape]: {{< relref "./prometheus.scrape.md" >}}
+[scrape]: {{< relref "./prometheus.scrape.md" >}}
0 commit comments