Skip to content

Commit 0627d0d

Browse files
committed
Document the K6_INFLUXDB_HTTP_PROXY
1 parent 6e654db commit 0627d0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/sources/next/results-output/real-time/influxdb.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Here is the full list of options that can be configured and passed to the extens
6969
| K6_INFLUXDB_TAGS_AS_FIELDS | vu:int,iter:int,url | A comma-separated string to set `k6` metrics as non-indexable fields (instead of tags). An optional type can be specified using :type as in vu:int will make the field integer. The possible field types are int, bool, float and string, which is the default. Example: vu:int,iter:int,url:string,event_time:int. |
7070
| K6_INFLUXDB_INSECURE | false | When `true`, it will skip `https` certificate verification. |
7171
| K6_INFLUXDB_PRECISION | 1ns | The timestamp [Precision](https://docs.influxdata.com/influxdb/v2.7/reference/glossary/#precision). |
72+
| K6_INFLUXDB_HTTP_PROXY | | Sets an HTTP proxy for the InfluxDB output. |
7273

7374
## Grafana Dashboards
7475

0 commit comments

Comments
 (0)