Skip to content

Releases: francoposa/tower-otel-http-metrics

v0.10.0

25 Nov 17:52
Compare
Choose a tag to compare

v0.10.0 is stamped to be compatible with opentelemetry dependencies version 0.27

Thanks & credit to @flokli for the contribution

v0.9.0

24 Nov 03:30
Compare
Choose a tag to compare

v0.9.0 is stamped for:

  • addition of http.server.active_requests and http.server.request.body.size
  • Breaking: fixing explicit bucket boundaries on http.server.request.duration histogram after the OTEL units changed from ms to s
  • add OTEL spec metric names and units to instrument descriptors

Thanks & credit to @hardbyte for the contributions.

v0.8.0

21 Oct 21:37
346c3c9
Compare
Choose a tag to compare

v0.8.0 is stamped to be compatible with the opentelemetry dependency version 0.26

v0.7.1

29 Sep 01:20
Compare
Choose a tag to compare

v0.7.1 is stamped to be compatible with the tower version 0.5

not bumping the minor version because I have not been able to find any incompatibilities in the tower 0.4 -> 0.5 upgrade that are utilized by this library

note: opentelemetry 0.25 libraries still use tonic 0.12 which is still utilizing tower 0.4, so this may result in multiple tower versions in your dependency tree

v0.7.0

29 Sep 00:27
Compare
Choose a tag to compare

v0.7.0 is stamped to be compatible with the opentelemetry dependency version 0.25

v0.6.0

10 Sep 18:03
6a71efe
Compare
Choose a tag to compare

v0.6.0 is stamped to be compatible with the opentelemetry dependency version 0.24

v0.5.0

08 Sep 22:46
Compare
Choose a tag to compare

v0.5.0 is stamped to be compatible with the opentelemetry dependency version 0.23

v0.4.0

14 May 17:33
Compare
Choose a tag to compare

v0.4.0 is stamped to switch from u64 histogram to f64 histogram so the duration data is actually useful.

Thanks & credit to @sartak for the contribution.

v0.3.0

05 May 21:26
Compare
Choose a tag to compare

v0.3.0 is stamped to be compatible with the opentelemetry dependency version 0.22; opentelemetry-api dependency is removed again as the required members are once again exposed through the opentelemetry library.

v0.2.1

09 Jan 20:11
Compare
Choose a tag to compare

v0.2.1 is stamped to remove the now-unused opentelemetry dependency; removal was missed in v0.2.0.