Skip to content

Releases: lab259/go-rscsrv-prometheus

v0.3.0

21 Jan 20:22
Compare
Choose a tag to compare

✨ Enhacements

What is new?

Two new database-related collections were added:

First, is an implementation for collecting the database stats direct from the database/sql.DBStats mechanism (the Go standard).

Second, is a database/sql/driver.Driver implementation that "proxy" an actual Driver implementation, by intercepting all Query, Exec, Commit, Rollback actions and measuring successes and failures.

Check the examples folder to get more information on how it works.

fasthttp integration

30 Jul 13:11
b9ba87f
Compare
Choose a tag to compare
v0.2.0

Add fasthttp integration (#1)

Prometheus as rscsrv.Service + hermes integration

10 Jul 13:27
Compare
Choose a tag to compare
v0.1.0

Fix gzip encoding and add example for hermes integration