Skip to content

Releases: lamoda/php-metrics

2.6.1 Added symfony 6 for test environment

26 Feb 15:16
23a7077
Compare
Choose a tag to compare
Merge pull request #24 from Fighter90/symfony6-support

Added symfony 6 support

2.6.0: Merge pull request #21 from nightlinus/fix/remove_deprecation_notices…

10 Jan 14:25
1fcf74d
Compare
Choose a tag to compare
…_for_sf_5

Fix deprecation notices for single colon routes definitions

2.5.0

11 Apr 11:03
Compare
Choose a tag to compare

2.4.0

01 Apr 15:05
Compare
Choose a tag to compare
  • #18 Update guzzlehttp/psr7 dependency (@slr42)

2.3.0

19 Apr 07:43
Compare
Choose a tag to compare

2.2.0

11 Apr 10:58
Compare
Choose a tag to compare

2.1.0

17 Sep 08:31
1d287ae
Compare
Choose a tag to compare

Fix merge collector config

01 Apr 10:48
4de6067
Compare
Choose a tag to compare
  • Fix merge collector default_tags config key (@paillechat)

2.0

09 Aug 15:12
e8da64b
Compare
Choose a tag to compare
2.0
  • Background metrics resolution. Configure collector and receiver and materialize collected metrics on regular basis
  • Tagged metrics. Persist ant tags to metrics directly
  • Groupless metrics. Metric groups are gone. You can dynamically group metrics by tags and propagate tags to group level for certain formatters
  • Simplified metrics mutator. Just call the method, no need on manual metrics operations.

2.0 RC

18 Jun 14:43
e8da64b
Compare
Choose a tag to compare
2.0 RC Pre-release
Pre-release
Merge pull request #5 from scaytrase/feature/background-resolution

Background resolution