From 9f99e7c7df0886a6a349e41e2e4ef2317c86dc37 Mon Sep 17 00:00:00 2001 From: Sergei Zyubin Date: Wed, 16 Jul 2025 15:10:25 +0200 Subject: [PATCH] Bump version to 0.18.1 --- README.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 506f0988..32e51da5 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,15 @@ For additional details please refer to [xo/dburl](https://github.com/xo/dburl) d ## Miscellaneous +
+Handling NULL values + +Queries that return `NULL` values are supported, but they are not rendered as metrics. It's useful for situations, when +the result set depends on some conditions, so it may be empty. Whenever a query returns `NULL` values, the exporter +logs a message at the `Debug` level. If your query constantly returns `NULL` values, it most likely means that you need +to revisit your query logic. +
+
Multiple database connections diff --git a/VERSION b/VERSION index 66333910..249afd51 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.18.0 +0.18.1