File tree 2 files changed +29
-1
lines changed
2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
12
12
13
13
### Added
14
14
15
+ -
16
+
17
+ ### Changed
18
+
19
+ -
20
+
21
+ ### Deprecated
22
+
23
+ -
24
+
25
+ ### Removed
26
+
27
+ -
28
+
29
+ ### Fixed
30
+
31
+ -
32
+
33
+ ### Security
34
+
35
+ -
36
+
37
+ ## [0.7](https://github.com/autometrics-dev/autometrics-py/releases/tag/0.7) - 2023-07-19
38
+
39
+ ### Added
40
+
15
41
- Initialize counter metrics at zero #54
16
42
17
43
### Changed
@@ -29,6 +55,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
29
55
30
56
### Fixed
31
57
58
+ - Fixed calculation of funciton duration when using OpenTelemetry tracker #66
59
+
32
60
### Security
33
61
34
62
-
Original file line number Diff line number Diff line change 1
1
[tool.poetry]
2
2
name = "autometrics"
3
- version = "0.6 "
3
+ version = "0.7 "
4
4
description = "Easily add metrics to your system – and actually understand them using automatically customized Prometheus queries"
5
5
authors = ["Fiberplane <info@fiberplane.com>"]
6
6
license = "MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments