Commit 792f7f3 Julien Pivotto
authored
1 parent a0b9cea commit 792f7f3 Copy full SHA for 792f7f3
File tree 4 files changed +12
-9
lines changed
4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
- ## master / unreleased
1
+ ## 0.5.0 / 2021-11-23
2
+
3
+ * [ FEATURE] Add support for RCODE metrics. #113
4
+ * [ BUGFIX] handle non integer values for zone serial. #97
2
5
3
6
## 0.4.0 / 2021-01-14
4
-
7
+
5
8
* [ CHANGE] Replace legacy common/log with promlog #85
6
9
* [ FEATURE] Add current recursive clients metric #74
7
10
* [ FEATURE] Add zone serial numbers as metrics #91
Original file line number Diff line number Diff line change 1
- 0.4 .0
1
+ 0.5 .0
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/go-kit/log v0.2.0
7
7
github.com/prometheus/client_golang v1.11.0
8
- github.com/prometheus/common v0.30.0
9
- github.com/prometheus/exporter-toolkit v0.6.1
8
+ github.com/prometheus/common v0.32.1
9
+ github.com/prometheus/exporter-toolkit v0.7.0
10
10
gopkg.in/alecthomas/kingpin.v2 v2.2.6
11
11
)
Original file line number Diff line number Diff line change @@ -175,10 +175,10 @@ github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y8
175
175
github.com/prometheus/common v0.10.0 /go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo =
176
176
github.com/prometheus/common v0.26.0 /go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc =
177
177
github.com/prometheus/common v0.29.0 /go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls =
178
- github.com/prometheus/common v0.30.0 h1:JEkYlQnpzrzQFxi6gnukFPdQ+ac82oRhzMcIduJu/Ug =
179
- github.com/prometheus/common v0.30.0 /go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls =
180
- github.com/prometheus/exporter-toolkit v0.6.1 h1:Aqk75wQD92N9CqmTlZwjKwq6272nOGrWIbc8Z7+xQO0 =
181
- github.com/prometheus/exporter-toolkit v0.6.1 /go.mod h1:ZUBIj498ePooX9t/2xtDjeQYwvRpiPP2lh5u4iblj2g =
178
+ github.com/prometheus/common v0.32.1 h1:hWIdL3N2HoUx3B8j3YN9mWor0qhY/NlEKZEaXxuIRh4 =
179
+ github.com/prometheus/common v0.32.1 /go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls =
180
+ github.com/prometheus/exporter-toolkit v0.7.0 h1:XtYeVeeC5daG4txbc9+mieKq+/AK4gtIBLl9Mulrjnk =
181
+ github.com/prometheus/exporter-toolkit v0.7.0 /go.mod h1:ZUBIj498ePooX9t/2xtDjeQYwvRpiPP2lh5u4iblj2g =
182
182
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d /go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk =
183
183
github.com/prometheus/procfs v0.0.2 /go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA =
184
184
github.com/prometheus/procfs v0.1.3 /go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU =
You can’t perform that action at this time.
0 commit comments