From e84dd3bc1361d143e3805f336fcd5d495fd0568a Mon Sep 17 00:00:00 2001 From: Daniel Czerwonk Date: Wed, 7 Sep 2022 17:27:36 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a86bac..cb2b8d5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Metric exporter for RIPE Atlas measurement results ## Remarks * this is an early version, more features will be added step by step * at the moment only the last result of an measurement is used -* the required Go version is 1.17+ +* the required Go version is 1.19+ ## Streaming API Since version 0.8 atlas_exporter also supports retrieving measurement results by RIPE Atlas Streaming API (https://atlas.ripe.net/docs/result-streaming/). Using this feature requires config file mode. All configured measurements are subscribed on start so the latest result for each probe is updated continuously and scrape time is reduced significantly. When a socket.io connection fails or times out a reconnect is initiated. The timeout can be configured using the `-streaming.timeout` parameter. Streaming API is the default for config file mode, it can be disabled by setting `-streaming` to false.