Skip to content

Commit 87ad94c

Browse files
authored
Correct river config in go_pull.md (#2939)
The Pyroscope.write block in the river config didn't next the `basic_auth` block within the endpoint block.
1 parent 417f420 commit 87ad94c

File tree

1 file changed

+6
-4
lines changed
  • docs/sources/configure-client/grafana-agent

1 file changed

+6
-4
lines changed

docs/sources/configure-client/grafana-agent/go_pull.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,13 @@ grafana.com. On this same page, create a token and use it as the Basic authentic
122122
pyroscope.write "write_job_name" {
123123
endpoint {
124124
url = "<Grafana Cloud URL>"
125+
126+
basic_auth {
127+
username = "<Grafana Cloud User>"
128+
password = "<Grafana Cloud Password>"
129+
}
125130
}
126-
basic_auth {
127-
username = "<Grafana Cloud User>"
128-
password = "<Grafana Cloud Password>"
129-
}
131+
130132
}
131133
```
132134

0 commit comments

Comments
 (0)