We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b398b5 commit af634baCopy full SHA for af634ba
CHANGELOG.md
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.16.0] - 2023-01-27
10
### Added
11
12
- Handle to clear psutils metrics
metrics/init.lua
@@ -10,7 +10,7 @@ local Gauge = require('metrics.collectors.gauge')
local Histogram = require('metrics.collectors.histogram')
local Summary = require('metrics.collectors.summary')
13
-local VERSION = '0.15.1-scm'
+local VERSION = '0.16.0'
14
15
local registry = rawget(_G, '__metrics_registry')
16
if not registry then
0 commit comments