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

docs: Add step to pull latest grafana #3674

Merged
merged 2 commits into from
Nov 14, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Refer to [config file](agent/config/config.river) to see an example of how to co
### 2. Run Grafana agent, Grafana and Pyroscope

```shell
# Pull latest pyroscope and grafana images:
docker pull grafana/pyroscope:latest
docker pull grafana/grafana:latest

docker-compose up -d
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ To use this example:
3. Use Docker Compose to build and initiate the container:

```shell
docker-compose up --build
# Pull latest pyroscope and grafana images:
docker pull grafana/pyroscope:latest
docker pull grafana/grafana:latest

docker-compose up --build
```

After the container is operational, the Grafana Agent profiles the Java application using he defined configuration.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ What this block does, is:
### Running the example
To run the example run the following commands:
```
# Pull latest pyroscope image:
# Pull latest pyroscope and grafana images:
docker pull grafana/pyroscope:latest
docker pull grafana/grafana:latest

# Run the example project:
docker-compose up --build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

To run the example run the following commands:
```
# Pull latest pyroscope image:
# Pull latest pyroscope and grafana images:
docker pull grafana/pyroscope:latest
docker pull grafana/grafana:latest

# Run the example project:
docker-compose up --build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ What this block does, is:
### Running the example
To run the example run the following commands:
```
# Pull latest pyroscope image:
# Pull latest pyroscope and grafana images:
docker pull grafana/pyroscope:latest
docker pull grafana/grafana:latest

# Run the example project:
docker-compose up --build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

To run the example run the following commands:
```
# Pull latest pyroscope image:
# Pull latest pyroscope and grafana images:
docker pull grafana/pyroscope:latest
docker pull grafana/grafana:latest

# Run the example project:
docker-compose up --build
Expand Down
3 changes: 2 additions & 1 deletion examples/language-sdk-instrumentation/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ To use any of the examples, run the following commands:
# change directory
cd express # or cd express-ts / cs express-pull

# Pull latest pyroscope image:
# Pull latest pyroscope and grafana images:
docker pull grafana/pyroscope:latest
docker pull grafana/grafana:latest

# Run the example project:
docker-compose up --build
Expand Down
3 changes: 2 additions & 1 deletion examples/language-sdk-instrumentation/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ What this block does, is:
### Running the example
To run the example run the following commands:
```
# Pull latest pyroscope image:
# Pull latest pyroscope and grafana images:
docker pull grafana/pyroscope:latest
docker pull grafana/grafana:latest

# Run the example project:
docker-compose up --build
Expand Down
3 changes: 2 additions & 1 deletion examples/language-sdk-instrumentation/python/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ def find_nearest_vehicle(n, vehicle):
### 运行这个例子
要运行该例子,请运行以下命令:
```
# 拉取最新的 pyroscope 镜像:
# 拉取最新的 pyroscope/grafana 镜像:
docker pull grafana/pyroscope:latest
docker pull grafana/grafana:latest

# 运行示例项目:
docker-compose up --build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ What this block does, is:
To run the example run the following commands:

```shell
# Pull latest pyroscope image:
# Pull latest pyroscope and grafana images:
docker pull grafana/pyroscope:latest
docker pull grafana/grafana:latest

# Run the example project:
docker-compose up --build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ def find_nearest_vehicle(n, vehicle):
### 运行这个例子
要运行该例子,请运行以下命令:
```
# 拉取最新的 pyroscope 镜像:
# 拉取最新的 pyroscope/pyroscope 镜像:
docker pull grafana/pyroscope:latest
docker pull grafana/grafana:latest

# 运行示例项目:
docker-compose up --build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

To run the example run the following commands:
```
# Pull latest pyroscope image:
# Pull latest pyroscope and grafana images:
docker pull grafana/pyroscope:latest
docker pull grafana/grafana:latest

# Run the example project:
docker-compose up --build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

To run the example run the following commands:
```
# Pull latest pyroscope image:
# Pull latest pyroscope and grafana images:
docker pull grafana/pyroscope:latest
docker pull grafana/grafana:latest

# Run the example project:
docker-compose up --build
Expand Down
3 changes: 2 additions & 1 deletion examples/language-sdk-instrumentation/ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ What this block does, is:
### Running the example
To run the example run the following commands:
```
# Pull latest pyroscope image:
# Pull latest pyroscope and grafana images:
docker pull grafana/pyroscope:latest
docker pull grafana/grafana:latest

# Run the example project:
docker-compose up --build
Expand Down
3 changes: 2 additions & 1 deletion examples/language-sdk-instrumentation/ruby/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ end
### 运行这个例子
要运行该例子,请运行以下命令:
```
# 拉取最新的 pyroscope 镜像:
# 拉取最新的 pyroscope/grafana 镜像:
docker pull grafana/pyroscope:latest
docker pull grafana/grafana:latest

# 运行示例项目:
docker-compose up --build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ What this block does, is:
### Running the example
To run the example run the following commands:
```
# Pull latest pyroscope image:
# Pull latest pyroscope and grafana images:
docker pull grafana/pyroscope:latest
docker pull grafana/grafana:latest

# Run the example project:
docker-compose up --build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ end
### 运行这个例子
要运行该例子,请运行以下命令:
```
# 拉取最新的 pyroscope 镜像:
# 拉取最新的 pyroscope/grafana 镜像:
docker pull grafana/pyroscope:latest
docker pull grafana/grafana:latest

# 运行示例项目:
docker-compose up --build
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Rails rideshare example

```
# Pull latest pyroscope image:
# Pull latest pyroscope and grafana images:
docker pull grafana/pyroscope:latest
docker pull grafana/grafana:latest

# Run the example project:
docker-compose up --build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

To run the example run the following commands:
```
# Pull latest pyroscope image:
# Pull latest pyroscope and grafana images:
docker pull grafana/pyroscope:latest
docker pull grafana/grafana:latest

# Run the example project:
docker-compose up --build
Expand Down
4 changes: 4 additions & 0 deletions examples/tracing/tempo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Pyroscope and Tempo datasources are provisioned automatically.
The project can be run locally with the following commands:

```shell
# Pull latest pyroscope and grafana images:
docker pull grafana/pyroscope:latest
docker pull grafana/grafana:latest

docker-compose up
```

Expand Down
Loading