Skip to content

Releases: firebolt-db/otel-exporter

v0.0.6

13 Dec 11:07
7369411
Compare
Choose a tag to compare

Previously, the metrics were collected from engines in RUNNING status.

Now it is extended to collect metrics from engines in RESIZING and DRAINING statuses.
Also, engine status attribute added to engine runtime and query history metrics.

v0.0.5

09 Sep 13:54
d63c390
Compare
Choose a tag to compare
chore: change order of queries on connect to an engine (#13)

When a connection to an engine is established, the `SET...` queries must
be run after `USE ENGINE..` statement, otherwise they will be discarder

v0.0.4

27 Jun 10:40
b243106
Compare
Choose a tag to compare
  • handle all columns as nullable in queries to engine_metrics_history and engine_query_history

v0.0.3

26 Jun 13:13
c647c25
Compare
Choose a tag to compare
  • use auto_start_stop_control option to ignore queries from exporter in auto_stop timer, so that engines will stop automatically if no other activity
  • fix column types in queries

v0.0.2

07 Jun 06:16
6a12625
Compare
Choose a tag to compare

Minor update in metric names

v0.0.1

30 May 09:29
85b7eb5
Compare
Choose a tag to compare

First release of Firebolt OpenTelemetry Exporter