Pepe Cano

Results 44 issues of Pepe Cano

We document `gRPC` in two different places: 1 - [Using k6 / Protocols / gRPC](https://grafana.com/docs/k6/latest/using-k6/protocols/grpc) 2 - [k6 gRPC API](https://grafana.com/docs/k6/latest/javascript-api/k6-net-grpc/) When looking at `k6 gRPC API`(2), I could not find...

- https://github.com/grafana/k6-operator/issues/150 - https://github.com/grafana/k6-operator/issues/130 - https://github.com/grafana/k6-operator/issues/94 - https://github.com/grafana/k6-operator/issues/63 - https://github.com/grafana/k6-docs/issues/1006 - check out more [here](https://github.com/grafana/k6-operator/labels/documentation)

Area:operator

https://grafana.com/docs/k6/latest/using-k6/metrics/reference/#http `http_req_duration`, the primary metric, is equal to `sending+waiting+receiving` times(metrics) and excludes connection times. We could enhance the docs in this area. Excluding connection times might not be the expected...

[Real-time outputs](https://k6.io/docs/results-output/real-time/) allow only to use environment variables for configuring the specific options of each output. . Except the [CSV output](https://k6.io/docs/results-output/real-time/csv/) which allows to pass CLI flags. @szkiba noticed this....

Include [Timestream](https://github.com/leonyork/xk6-output-timestream/) to the [list of real-time outputs](https://k6.io/docs/results-output/real-time/).

Some users get confused about how to set Thresholds properly, should I define them for a [time-window period](https://github.com/grafana/k6/issues/2379) or in terms of the entire test duration/execution? It would be good...

This [page](https://k6.io/docs/results-output/real-time/) lists most of the options to visualize k6 results in real-time. Each option works differently. It might be good to describe the high-level details of each option to...

Tech Writers

https://github.com/szkiba/xk6-dashboard https://k6.io/docs/results-output/real-time/

Type: Good first issue

See the new [InfluxDB k6 extension](https://github.com/grafana/xk6-output-influxdb), the new instructions should be similar as: [Elasticsearch](https://k6.io/docs/results-output/real-time/elasticsearch/), [TimescaleDB](https://k6.io/docs/results-output/real-time/timescaledb/), [Prometheus RW](https://k6.io/docs/results-output/real-time/prometheus-remote-write/), [Dynatrace](https://k6.io/docs/results-output/real-time/dynatrace/)... Also, include [`#179` Document all InfluxDB output options ](https://github.com/grafana/k6-docs/issues/179). The new instructions...

Area: OSS Content
Area:extensions

[HandleSummary docs](https://k6.io/docs/results-output/end-of-test/custom-summary/) Questions from users: - [Access files saved by handleSummary in a docker-compose](https://community.k6.io/t/access-files-saved-by-handlesummary-in-a-docker-compose/1528) - [Can't find the path of the test report](https://community.k6.io/t/cant-find-the-path-of-the-test-report/3112)