xk6-output-prometheus-remote icon indicating copy to clipboard operation
xk6-output-prometheus-remote copied to clipboard

k6 extension to output real-time test metrics using Prometheus Remote Write.

Results 19 xk6-output-prometheus-remote issues
Sort by recently updated
recently updated
newest added

I am trying to visualize the rate of gRPC requests using the `count` stat function in the `K6_PROMETHEUS_RW_TREND_STATS` environment variable. However, the result returns a value with a floating point,...

triage

When we pass `K6_PROMETHEUS_RW_PASSWORD`/`K6_PROMETHEUS_RW_USERNAME` coupled with `K6_PROMETHEUS_RW_HTTP_HEADERS`, the latter will override the credentials. We need to pass a `Authorization: Basic xxx` header to authenticate.

triage

Hello, I am in a situation where I can not set `K6_PROMETHEUS_RW_SERVER_URL` environment variable (nor any other env var) cause I do not control the invocation of `k6 run ...`....

enhancement
blocked

Add SigV4 support for #93. Environment variables: - `K6_PROMETHEUS_RW_SIGV4_AUTH`: Enable **SigV4** for **AWS Managed Prometheus**. - `K6_PROMETHEUS_RW_SIGV4_REGION`: AWS region where the workspace is. - `K6_PROMETHEUS_RW_SIGV4_ACCESS_KEY`: AWS access key. - `K6_PROMETHEUS_RW_SIGV4_SECRET_KEY`:...

A prospect asked about ways to visualize gRPC metrics sent to InfluxDB v2 Team members proposed to use the prometheus but gRPC seems to not have it... yet. :) @ppcano...

dashboards

Feature request: Add support for sigv4 method to write to a remote AWS managed prometheus instance https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write

good first issue
hacktoberfest

With K6, using thresholds to indicate potential issues with load is a common practice with the load testing. Looking at the k6 summary in our logs, show whether the thresholds...

enhancement
evaluation needed

We should clarify the warning message when a single flush iteration is slow by adding two values with the time required for _aggregating_ and _flushing_. In this way, it is...

enhancement

To avoid quickly overshooting server side limits, it would be good to have configurable option on how many metrics and how many labels are sent via configuration and perhaps, which...

enhancement
evaluation needed