github.com/grafana/pyroscope@v1.18.0/tools/k6/.env.template (about) 1 ## Copy this template to .env and replace the values with your own. 2 3 ## reads.js 4 ## (REQUIRED) The base URL of the application under test. 5 K6_BASE_URL="http://localhost:4040" 6 7 ## The read token to authenticate with the server. Only used if the server 8 ## requires authentication. 9 K6_READ_TOKEN="" 10 11 ## The tenant ID to use for the test, if in running against a multi-tenant 12 ## environment. 13 K6_TENANT_ID="" 14 15 ## (DEFAULT "fire-dev-001/ingester") The service name to use in the read 16 ## queries. 17 K6_QUERY_SERVICE_NAME="" 18 19 ## (DEFAULT "1h") Comma-separated list of durations to use in the read queries. 20 ## These durations will be used in "last X" time ranges. 21 K6_QUERY_DURATIONS=""