Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix more cloud documentation links #473

Merged
merged 1 commit into from
Nov 29, 2023
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
4 changes: 2 additions & 2 deletions docs/sources/configure/export-modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Next, you'll need to specify the following nodes by using the

![](https://grafana.com/media/docs/grafana-cloud/beyla/nodes.png)

You can download the [example of the whole River configuration file](/docs/grafana-cloud/monitor-applications/beyla/configure/resources/agent-config.river), which will be explained in the rest of this section.
You can download the [example of the whole River configuration file](/docs/beyla/latest/configure/resources/agent-config.river), which will be explained in the rest of this section.

The Agent needs to expose an **OpenTelemetry receiver** endpoint, such that the
auto-instrumentation tool can forward both metrics and traces. The Agent
Expand Down Expand Up @@ -163,7 +163,7 @@ a configuration YAML file, which is what we will use in this example.
Please refer to the complete [Configuration documentation]({{< relref "./options.md" >}}) for
more detailed description of each configuration option.

You can download the whole [example configuration file](/docs/grafana-cloud/monitor-applications/beyla/configure/resources/instrumenter-config.yml),
You can download the whole [example configuration file](/docs/beyla/latest/configure/resources/instrumenter-config.yml),
which we will explain in the rest of this section.

First, you will need to specify the executable to instrument. If, for example,
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The code implements an HTTP service that accepts request on port 8080. The HTTP
- `status` will override the returned HTTP status code (which defaults to 200). For example `curl -v "http://localhost:8080/foo?status=404"` will return a 404 status code.
- `delay` will artificially increase the service response time. For example `curl "http://localhost:8080/bar?delay=3s"` will take at least 3 seconds to complete.

Download the [server.go](/docs/grafana-cloud/monitor-applications/beyla/tutorial/resources/server.go) file from this tutorial.
Download the [server.go](/docs/beyla/latest/tutorial/resources/server.go) file from this tutorial.

Run the test HTTP service with the following command:

Expand Down