Skip to content

Commit

Permalink
Fix demo dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbespalov committed Jun 13, 2024
1 parent d0f4424 commit 8e51082
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 2,081 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,9 @@ docker-compose up -d
2. Run with the just build `k6:

```bash
K6_OTEL_METRIC_PREFIX=k6_ ./k6 run -o xk6-opentelemetry examples/script.js
```
K6_OTEL_GRPC_EXPORTER_INSECURE=true K6_OTEL_METRIC_PREFIX=k6_ ./k6 run --tag testid=1 -o xk6-opentelemetry examples/script.js
```

3. Open Grafana http://localhost:3000/ and navigate to the `k6 OpenTelemetry Prometheus` dashboard.

![Demo k6's OpenTelemetry](./images/demo-dashboard.png)
Loading

0 comments on commit 8e51082

Please sign in to comment.