Skip to content

Releases: robbert229/jaeger-postgresql

v1.8.0

29 Jan 06:54
01e7a41
Compare
Choose a tag to compare

1.8.0 (2025-01-29)

Features

Performance Improvements

  • optimize span count metric gathering (#65) (56f381c)

v1.7.0

04 Apr 16:51
266965c
Compare
Choose a tag to compare

1.7.0 (2024-04-04)

Features

  • added extra configuration methods (#40) (947140b)

v1.6.0

28 Mar 06:27
0473a5f
Compare
Choose a tag to compare

1.6.0 (2024-03-28)

Features

v1.5.1

18 Mar 05:45
328599a
Compare
Choose a tag to compare

1.5.1 (2024-03-18)

Bug Fixes

  • fixed issue with filtering not functioning for start_time (#23) (46cdd8d)

v1.5.0

17 Mar 19:07
cbae55a
Compare
Choose a tag to compare

1.5.0 (2024-03-17)

Features

  • added indexes to make querying performant (#17) (f92ef04)

v1.4.0

13 Mar 18:25
Compare
Choose a tag to compare

Added prometheus kubernetes scraping annotations to the service.

Full Changelog: v1.3.0...v1.4.0

v1.3.0

13 Mar 05:01
Compare
Choose a tag to compare

Introduced a helm chart, and some initial documentation

Full Changelog: v1.2.0...v1.3.0

v1.2.0

11 Mar 10:49
Compare
Choose a tag to compare

This release made a breaking change to the prometheus metric names, goinging from jaeger to jaeger_postgresql. Additionally it introduces a new metric for how much disk space inside of postgres is being used.

Full Changelog: v1.1.0...v1.2.0

v1.1.0 - introducing the cleaner!

10 Mar 23:26
Compare
Choose a tag to compare

This release introduces the jaeger-postgresql-cleaner, a configurable service that purges spans that are older than a given duration. Useful for keeping your database lean!

Full Changelog: v1.0.0...v1.1.0

v1.0.0 - its alive!

10 Mar 23:00
Compare
Choose a tag to compare

What's Changed

  • feat: rewrote to use modern remote plugin, and to include instrumenta… by @robbert229 in #4

Full Changelog: v0.4.3...v1.0.0