From b97d86aa1be3f498bc0d784d3a0c1d3d97705b43 Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Wed, 8 Nov 2023 19:44:22 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index bf337b6..d05b432 100644 --- a/README.md +++ b/README.md @@ -180,16 +180,13 @@ If qryn is running on `localhost:3100` you can run a small scale Tempo test with ```bash ./k6-tracing run tempo/qryn-tempo-template.js \ - -e K6_TEMPO_ENDPOINT="localhost:3100" + -e K6_TEMPO_ENDPOINT="http://localhost:3100" ``` ``` █ tempo_query ✓ expected request status to equal 200 ✓ has valid json body - ✓ expected count results 2 to be above 0 - ✓ expected count results 5 to be above 0 - ✓ expected count results 8 to be above 0 ✓ expected count results 10 to be above 0 █ teardown