Skip to content

Releases: topfreegames/eventsgateway

v4.3.5-alpha.2

07 Nov 13:25
Compare
Choose a tag to compare
v4.3.5-alpha.2 Pre-release
Pre-release
Revert NewClient constructor

v4.3.5-alpha.1

07 Nov 13:02
Compare
Choose a tag to compare
v4.3.5-alpha.1 Pre-release
Pre-release
Handle all config initialization in initConfig

v4.3.5-alpha.0

05 Nov 20:04
Compare
Choose a tag to compare
v4.3.5-alpha.0 Pre-release
Pre-release
  • Remove redundant prometheus metrics
  • Add metric to monitor events channel buffer on Async Client
  • Improve performance while sending metrics

v4.3.4

31 Oct 17:28
dd227ff
Compare
Choose a tag to compare
Remove redundant metric (#35)

v4.3.3

30 Oct 18:08
7bbe786
Compare
Choose a tag to compare
  • Added kafkaLatency metric
  • Added Incoming Events metric
  • Removed redundant metrics

v4.3.3-alpha.0

30 Oct 11:32
Compare
Choose a tag to compare
v4.3.3-alpha.0 Pre-release
Pre-release

Update Prometheus metrics

v4.3.2

14 Aug 13:56
886ab84
Compare
Choose a tag to compare
  • Support Client side Prometheus metrics with DefaultRegistry
  • Fixed RequestDuration histogram buckets

v4.3.2-alpha.2

13 Aug 13:09
Compare
Choose a tag to compare
v4.3.2-alpha.2 Pre-release
Pre-release
  • Downgrade prometheus lib version to v1.12.1

v4.3.2-alpha.1

13 Aug 11:50
Compare
Choose a tag to compare
v4.3.2-alpha.1 Pre-release
Pre-release
  • Fix Client side prometheus metrics

v4.3.1

09 Aug 11:55
143caa6
Compare
Choose a tag to compare

Features

  • Tracing implemented on Server Side using Open Telemetry latest versions
  • Tracing from client side supports both Open Tracing and Open Telemetry depending on the configuration in the application running the client.

Dev Experience

  • Unify metrics docker compose with services stack.
  • Run many commands inside docker instead of local.
  • Added examples of configuring OpenTracing and OpenTelemetry from an application using the Client (load-test tools)