Skip to content

Commit 97f611e

Browse files
committed
minor copy and style enhancements
1 parent 08a8b25 commit 97f611e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ The QuickPizza tests showcase key k6 features, from basic usage to custom module
2626

2727
## Requirements
2828

29+
The requirements for QuickPizza depend on your intended use—whether you want to run k6 tests for performance testing, or enable observability with a local or Grafana Cloud observability stack.
30+
2931
- [Grafana k6](https://grafana.com/docs/k6/latest/set-up/install-k6/) (v1.0.0 or higher) to run the k6 tests used in this project to test QuickPizza.
3032
- [Docker](https://docs.docker.com/get-docker/) to run QuickPizza [locally](#run-locally-with-docker).
3133
- [Docker Compose](https://docs.docker.com/get-docker/) to run and instrument QuickPizza, storing metrics, logs, traces, and profiling data using the Grafana Observability stack. You can either [store this data locally](#run-and-observe-locally-with-grafana-oss-) or send it to [Grafana Cloud](#run-locally-and-observe-with-grafana-cloud-️).
@@ -268,13 +270,13 @@ To enable [Grafana Cloud Frontend Observability](https://grafana.com/docs/grafan
268270
2. Copy the application's Faro web URL.
269271
3. In your `.env` file, add the following environment variables to configure your Faro URL and application name:
270272

271-
```bash
272-
# FRONTEND OBSERVABILITY URL
273-
QUICKPIZZA_CONF_FARO_URL=
273+
```bash
274+
# FRONTEND OBSERVABILITY URL
275+
QUICKPIZZA_CONF_FARO_URL=
274276

275-
# FRONTEND OBSERVABILITY APPLICATION NAME
276-
QUICKPIZZA_CONF_FARO_APP_NAME=
277-
```
277+
# FRONTEND OBSERVABILITY APPLICATION NAME
278+
QUICKPIZZA_CONF_FARO_APP_NAME=
279+
```
278280

279281
4. Restart the `compose.grafana-cloud.microservices.yaml` environment:
280282

0 commit comments

Comments
 (0)