Skip to content

Commit 9054510

Browse files
committed
Rename contrib folder to alloy
1 parent 3a6a6b8 commit 9054510

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Then, you can visit the Grafana instance running at [localhost:3000](http://loca
121121

122122
![Use Profiles Drilldown](./docs/images/drilldown-profiles.png)
123123

124-
To find the labels applied to the telemetry data, refer to [alloy-local.river](./contrib/alloy-local.river) and [docker-compose-local.yaml](./docker-compose-local.yaml).
124+
To find the labels applied to the telemetry data, refer to [alloy-local.river](./alloy/alloy-local.river) and [docker-compose-local.yaml](./docker-compose-local.yaml).
125125

126126
### Send k6 Test Results to Prometheus and visualize them in Grafana with prebuilt dashboards
127127

@@ -171,7 +171,7 @@ Now, you can log in to [Grafana Cloud](https://grafana.com/products/cloud/) and
171171

172172
![Use Profiles Drilldown](./docs/images/grafana-cloud-drilldown-profiles.png)
173173

174-
To find the labels applied to the telemetry data, refer to [alloy-cloud.river](./contrib/alloy-cloud.river) and [docker-compose-cloud.yaml](./docker-compose-cloud.yaml) .
174+
To find the labels applied to the telemetry data, refer to [alloy-cloud.river](./alloy/alloy-cloud.river) and [docker-compose-cloud.yaml](./docker-compose-cloud.yaml) .
175175

176176
### Monitor frontend with Grafana Cloud Frontend Observability
177177

docker-compose-cloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
alloy:
2727
image: grafana/alloy:v1.9.1
2828
volumes:
29-
- "./contrib/alloy-cloud.river:/grafana-alloy.river:Z"
29+
- "./alloy/alloy-cloud.river:/grafana-alloy.river:Z"
3030
- "${DOCKER_SOCKET:-/var/run/docker.sock}:/var/run/docker.sock"
3131
command:
3232
- run

docker-compose-local.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ services:
6464
alloy:
6565
image: grafana/alloy:v1.9.1
6666
volumes:
67-
- "./contrib/alloy-local.river:/grafana-alloy.river:Z"
67+
- "./alloy/alloy-local.river:/grafana-alloy.river:Z"
6868
- "${DOCKER_SOCKET:-/var/run/docker.sock}:/var/run/docker.sock"
6969
command:
7070
- run

0 commit comments

Comments
 (0)