Skip to content

Releases: MindFlavor/prometheus_exporter_base

Cleaned up dependencies

03 Dec 22:39
Compare
Choose a tag to compare
0.30.2

cleaned up deps

Support for query strings

01 Dec 17:54
Compare
Choose a tag to compare

Update to std::future

01 Dec 16:52
5b40fee
Compare
Choose a tag to compare
Update to std::future Pre-release
Pre-release
Merge pull request #14 from MindFlavor/std_future/dev

Std future/dev

Migrated to async/await

18 Aug 12:32
Compare
Choose a tag to compare

Version 0.3.0-alpha.18 to be exact

Better naming and better compile-time guarantees

28 Jun 16:01
978114f
Compare
Choose a tag to compare
  • Renamed PrometheusCounter struct to PrometheusMetric (as per soloradish's suggestion in #4).
  • Renamed render_counter function to render_sample (as per soloradish's suggestion in #4).
  • Renamed attributes parameter to labels (as per soloradish's suggestion in #4).
  • Changed the constraint in render_sample from std::fmt::Display to num::Num + std::fmt::Display for the value in order enforce at compile time the value as a number as per issue #5.
  • Created the new enum MetricType and used instead of String in PrometheusMetric. This will enforce the use of valid metric at compile time.

Simpified closure signature

13 Jun 20:59
Compare
Choose a tag to compare
Pre-release
0.3.0

Simplified closure

Support for rustls (https)

12 Jun 11:38
Compare
Choose a tag to compare
Pre-release
0.2.2

Support for https (rustls)

Added two methods for common hyper handling

11 Jun 18:11
cf69858
Compare
Choose a tag to compare
Merge pull request #2 from MindFlavor/dev

Added future from hyper request creation

API Rewrite

09 Jun 11:27
02af504
Compare
Choose a tag to compare
API Rewrite Pre-release
Pre-release
Merge pull request #1 from MindFlavor/0.2.0

API rewrite