Skip to content

Releases: robbert229/jaeger-postgresql

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 29 Jan 06:54
01e7a41

1.8.0 (2025-01-29)

Features

Performance Improvements

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

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 04 Apr 16:51
266965c

1.7.0 (2024-04-04)

Features

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

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 06:27
0473a5f

1.6.0 (2024-03-28)

Features

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 18 Mar 05:45
328599a

1.5.1 (2024-03-18)

Bug Fixes

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

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 17 Mar 19:07
cbae55a

1.5.0 (2024-03-17)

Features

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

v1.4.0

Choose a tag to compare

@robbert229 robbert229 released this 13 Mar 18:25

Added prometheus kubernetes scraping annotations to the service.

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

v1.3.0

Choose a tag to compare

@robbert229 robbert229 released this 13 Mar 05:01

Introduced a helm chart, and some initial documentation

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

v1.2.0

Choose a tag to compare

@robbert229 robbert229 released this 11 Mar 10:49

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!

Choose a tag to compare

@robbert229 robbert229 released this 10 Mar 23:26

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!

Choose a tag to compare

@robbert229 robbert229 released this 10 Mar 23:00

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