From 6c1e7b99d2123ef2a87b39dcadb033dd1aabf7f8 Mon Sep 17 00:00:00 2001 From: arukiidou Date: Mon, 11 Jul 2022 22:24:21 +0900 Subject: [PATCH] add link to output-prometheus-remote (#22) Not to be confused with output-prometheus-remote https://github.com/grafana/xk6-output-prometheus-remote --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9cdd1b1..0dd327f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This extension adds Prometheus Remote Write testing capabilities to [k6](https:/ It is implemented using the [xk6](https://k6.io/blog/extending-k6-with-xk6/) system. +> :warning: Not to be confused with [Prometheus remote write **output** extension](https://github.com/grafana/xk6-output-prometheus-remote) which is publishing test-run metrics to Prometheus. + ## Getting started To start using k6 with the extension you can: