Skip to content

Commit af40d3b

Browse files
committed
Output prometheus-remote: documents SigV4 configurations
1 parent c4f5852 commit af40d3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/sources/k6/next/results-output/real-time/prometheus-remote-write.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ k6 has special options for remote write output.
168168
| `K6_PROMETHEUS_RW_CLIENT_CERTIFICATE` | `string` | A path to the PEM (Privacy-Enhanced Mail) formatted client certificate. |
169169
| `K6_PROMETHEUS_RW_CLIENT_CERTIFICATE_KEY` | `string` | A path to the PEM formatted client private key. |
170170
| `K6_PROMETHEUS_RW_BEARER_TOKEN` | `string` | Sets the Authorization Bearer Token Header. |
171+
| `K6_PROMETHEUS_RW_SIGV4_REGION` | `string` | Sets the AWS region where the workspace is. Along with the others `K6_PROMETHEUS_RW_SIGV4_*` configurations enables signing requests. |
172+
| `K6_PROMETHEUS_RW_SIGV4_ACCESS_KEY` | `string` | Sets the AWS access key. |
173+
| `K6_PROMETHEUS_RW_SIGV4_SECRET_KEY` | `string` | Sets the AWS secret key. |
171174

172175
### Stale trend metrics
173176

0 commit comments

Comments
 (0)