Skip to content

Releases: botify-labs/airbyte_exporter

v2.3.0

16 Jan 16:39
v2.3.0
9ce10d2
Compare
Choose a tag to compare

Changed

  • Update the following metrics to add the connection's schedule_type dimension:
    • airbyte_jobs_completed_total counter
    • airbyte_jobs_pending gauge
    • airbyte_jobs_running gauge
    • airbyte_connections_last_successful_sync_age_hours histogram
  • Update direct and transitive dependencies

v2.2.0

25 Oct 08:30
v2.2.0
Compare
Choose a tag to compare

Changed

  • Require Go 1.21
  • Bump base Docker image to Debian 12 Bookworm
  • Update direct and transitive dependencies
  • Rework the Repository to run PostgreSQL queries using the concurrency-safe pgxpool package
    and scanning helpers from scany

v2.1.0

19 Jun 08:03
v2.1.0
Compare
Choose a tag to compare

Added

  • Expose source and destination status
  • Expose an histogram for the age of the last successful sync attempt for connections

Changed

  • Expose connection status as a gauge instead of a counter

v2.0.1

12 Jun 13:43
v2.0.1
Compare
Choose a tag to compare

Changed

  • Breaking: update module imports to /v2

v2.0.0

08 Jun 09:13
v2.0.0
Compare
Choose a tag to compare

Changed

  • Breaking: transfer repository to botify-labs and update Go module imports
  • Update documentation

v1.1.0

17 May 16:06
v1.1.0
Compare
Choose a tag to compare

Fixed

  • Update SQL queries to perform inner joins between Airbyte tables

v1.0.0 - Initial Release

17 May 12:56
v1.0.0
74bb50c
Compare
Choose a tag to compare

Initial release.

Added

  • Setup exporter repository
  • Setup continuous integration with Github Actions
  • Publish Docker images for the main branch and tags to ghcr.io
  • Gather Airbyte metrics by querying its PostgreSQL database