From 3396b89eda2d2ed11ddfc41cff69a61a1c660016 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sun, 14 Jan 2024 02:18:23 +0100 Subject: [PATCH] Chore: Update backlog --- backlog.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/backlog.md b/backlog.md index ca0f85c..270ca52 100644 --- a/backlog.md +++ b/backlog.md @@ -8,9 +8,14 @@ - https://prometheus.io/docs/prometheus/latest/querying/examples/ - Expose metrics about both database connection pools https://github.com/crate/cratedb-prometheus-adapter/pull/105 - + ## Iteration +2 - Document how to connect to CrateDB Cloud +- Log flooding: + ```log + ts=2024-01-14T00:27:24.941Z caller=server.go:349 level=error msg="Failed to write data to CrateDB" err="error closing write batch: error preparing write statement: ERROR: Relation 'metrics' unknown (SQLSTATE 42P01)" + ``` +- Implement "Subquery": https://prometheus.io/docs/prometheus/latest/querying/examples/#subquery - Improve documentation https://community.crate.io/t/storing-long-term-metrics-with-prometheus-in-cratedb/1012