From 29ac8889a5d4b82267e02e834730a091a15475d0 Mon Sep 17 00:00:00 2001 From: Oleg Bespalov Date: Thu, 31 Oct 2024 15:44:42 +0100 Subject: [PATCH] Output prometheus-remote: documents SigV4 configurations --- .../next/results-output/real-time/prometheus-remote-write.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sources/k6/next/results-output/real-time/prometheus-remote-write.md b/docs/sources/k6/next/results-output/real-time/prometheus-remote-write.md index 2f32f03f83..8d519f9812 100644 --- a/docs/sources/k6/next/results-output/real-time/prometheus-remote-write.md +++ b/docs/sources/k6/next/results-output/real-time/prometheus-remote-write.md @@ -168,6 +168,9 @@ k6 has special options for remote write output. | `K6_PROMETHEUS_RW_CLIENT_CERTIFICATE` | `string` | A path to the PEM (Privacy-Enhanced Mail) formatted client certificate. | | `K6_PROMETHEUS_RW_CLIENT_CERTIFICATE_KEY` | `string` | A path to the PEM formatted client private key. | | `K6_PROMETHEUS_RW_BEARER_TOKEN` | `string` | Sets the Authorization Bearer Token Header. | +| `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. | +| `K6_PROMETHEUS_RW_SIGV4_ACCESS_KEY` | `string` | Sets the AWS access key. | +| `K6_PROMETHEUS_RW_SIGV4_SECRET_KEY` | `string` | Sets the AWS secret key. | ### Stale trend metrics