You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sources/k6/next/results-output/real-time/prometheus-remote-write.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,9 @@ k6 has special options for remote write output.
168
168
|`K6_PROMETHEUS_RW_CLIENT_CERTIFICATE`|`string`| A path to the PEM (Privacy-Enhanced Mail) formatted client certificate. |
169
169
|`K6_PROMETHEUS_RW_CLIENT_CERTIFICATE_KEY`|`string`| A path to the PEM formatted client private key. |
170
170
|`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. |
0 commit comments