Skip to content

Commit

Permalink
Correct river config in go_pull.md (#2939)
Browse files Browse the repository at this point in the history
The Pyroscope.write block in the river config didn't next the `basic_auth` block within the endpoint block.
  • Loading branch information
thomson authored Jan 18, 2024
1 parent 417f420 commit 87ad94c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/sources/configure-client/grafana-agent/go_pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,13 @@ grafana.com. On this same page, create a token and use it as the Basic authentic
pyroscope.write "write_job_name" {
endpoint {
url = "<Grafana Cloud URL>"
basic_auth {
username = "<Grafana Cloud User>"
password = "<Grafana Cloud Password>"
}
}
basic_auth {
username = "<Grafana Cloud User>"
password = "<Grafana Cloud Password>"
}
}
```

Expand Down

0 comments on commit 87ad94c

Please sign in to comment.