Releases: topfreegames/eventsgateway
Releases · topfreegames/eventsgateway
v4.3.5-alpha.2
Revert NewClient constructor
v4.3.5-alpha.1
Handle all config initialization in initConfig
v4.3.5-alpha.0
- Remove redundant prometheus metrics
- Add metric to monitor events channel buffer on Async Client
- Improve performance while sending metrics
v4.3.4
Remove redundant metric (#35)
v4.3.3
- Added kafkaLatency metric
- Added Incoming Events metric
- Removed redundant metrics
v4.3.3-alpha.0
Update Prometheus metrics
v4.3.2
- Support Client side Prometheus metrics with DefaultRegistry
- Fixed RequestDuration histogram buckets
v4.3.2-alpha.2
- Downgrade prometheus lib version to v1.12.1
v4.3.2-alpha.1
- Fix Client side prometheus metrics
v4.3.1
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)