Skip to content

Commit 28d5e4a

Browse files
committed
Bump v0.3.0
Signed-off-by: Xabier Larrakoetxea <[email protected]>
1 parent 791a46c commit 28d5e4a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.x.x / 2019-xx-xx
1+
## 0.3.0 / 2019-03-24
22

33
* [FEATURE] Add inflight requests metric per handler.
44

metrics/prometheus/prometheus_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ func TestPrometheusRecorder(t *testing.T) {
103103
`http_response_size_bytes_count{code="500",handler="test4",method="POST"} 2`,
104104

105105
`http_requests_inflight{handler="test1"} 2`,
106+
106107
`http_requests_inflight{handler="test2"} 9`,
107108
},
108109
},

middleware/middleware.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ type Config struct {
2626
// DisableMeasureSize will disable the recording metrics about the response size,
2727
// by default measuring size is enabled (`DisableMeasureSize` is false).
2828
DisableMeasureSize bool
29-
3029
// DisableMeasureInflight will disable the recording metrics about the inflight requests number,
3130
// by default measuring inflights is enabled (`DisableMeasureInflight` is false).
3231
DisableMeasureInflight bool

0 commit comments

Comments
 (0)