Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Releases: hellofresh/stats-go

Use OSS-compatible unidecode library

21 Oct 15:50
381dd94

Choose a tag to compare

Migrated to go modules, maintenance mode

25 Mar 11:30
783a090

Choose a tag to compare

Merge pull request #39 from hellofresh/patch/maintenance

PT-6782 Added maintenance mode note to readme

v1.0.2: Merge pull request #33 from hellofresh/patch/prometheus-gauge

20 Feb 14:36
d79928e

Choose a tag to compare

Set value instead of adding for Prometheus gauge

v1.0.1: Merge pull request #30 from hellofresh/patch/prometheus-namespace

14 Feb 15:07
53676b8

Choose a tag to compare

Prometheus backend

04 May 09:17
152fd3a

Choose a tag to compare

That release adds Prometheus backend and changes MetricOperation interface:

Before:
operation := bucket.MetricOperation{"orders", "order", "create"}
After:

operation := bucket.NewMetricOperation("orders", "order", "create")
clientPrometheus.TrackMetric("metric", operation.WithLabels(map[string]string{"flag": "value"}))

New middleware and context

23 Apr 15:26
2217eef

Choose a tag to compare

Added default http middleware
Added context pkg for contextual stats client

Implemented new timer interface

20 Apr 10:45
5ea5b6b

Choose a tag to compare

Merge pull request #26 from hellofresh/improve-timer

Improve timer

Accept nil timer on track request operations

17 Apr 08:00
fbee072

Choose a tag to compare

Merge pull request #25 from hellofresh/patch-accept-nil-timer

Accept nil timer

Allow set custom timer start time

02 Mar 15:00
0627c49

Choose a tag to compare

v0.6.3

Merge pull request #23 from hellofresh/patch/ability-to-use-arbitrary…

Docs update

19 Dec 12:28
8d0641f

Choose a tag to compare

Merge pull request #21 from hellofresh/feature/more-examples

More examples in readme