Skip to content

Commit

Permalink
docs: Add step to pull latest grafana (#3674)
Browse files Browse the repository at this point in the history
Co-authored-by: Kim Nylander <[email protected]>
  • Loading branch information
Rperry2174 and knylander-grafana authored Nov 14, 2024
1 parent f539340 commit 82bfeec
Show file tree
Hide file tree
Showing 20 changed files with 47 additions and 18 deletions.
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
3 changes: 2 additions & 1 deletion examples/language-sdk-instrumentation/golang-push/README.md
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
3 changes: 2 additions & 1 deletion examples/language-sdk-instrumentation/java/simple/README.md
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

0 comments on commit 82bfeec

Please sign in to comment.