We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1632471 commit 5cf9087Copy full SHA for 5cf9087
CHANGES.rst
@@ -5,6 +5,9 @@ CHANGES for CrateDB Prometheus Adapter
5
Unreleased
6
==========
7
8
+2025-10-02 0.5.9
9
+================
10
+
11
- Runtime: Updated to Go 1.25, OCI now uses Debian 13 "trixie"
12
- Runtime: Deprecated support for Go 1.21 and 1.22
13
- OpenTelemetry: Verified storing metrics data from OTel Collector
server.go
@@ -25,7 +25,7 @@ import (
25
yaml "gopkg.in/yaml.v2"
26
)
27
28
-const version = "0.5.8"
+const version = "0.5.9"
29
30
var (
31
listenAddress = flag.String("web.listen-address", ":9268", "Address to listen on for Prometheus requests.")
0 commit comments