Skip to content

Commit

Permalink
Document the K6_INFLUXDB_HTTP_PROXY
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbespalov committed Nov 17, 2023
1 parent cba8df8 commit 7823bac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/sources/next/results-output/real-time/influxdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Here is the full list of options that can be configured and passed to the extens
| 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. |
| K6_INFLUXDB_INSECURE | false | When `true`, it will skip `https` certificate verification. |
| K6_INFLUXDB_PRECISION | 1ns | The timestamp [Precision](https://docs.influxdata.com/influxdb/v2.7/reference/glossary/#precision). |
| K6_INFLUXDB_HTTP_PROXY | | Sets an HTTP proxy for the InfluxDB output. |

## Grafana Dashboards

Expand Down

0 comments on commit 7823bac

Please sign in to comment.