Skip to content

Commit

Permalink
Fix incorrect type conversion of average response time in Haproxy das…
Browse files Browse the repository at this point in the history
…hboards (#8404)
  • Loading branch information
jsoriano committed Sep 24, 2018
1 parent 8ec5d93 commit ede435c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ https://github.com/elastic/beats/compare/v6.4.0...master[Check the HEAD diff]
- Fixed the RPM by designating the modules.d config files as configuration data in the RPM spec. {issue}8075[8075]
- Fixed the location of the modules.d dir in Deb and RPM packages. {issue}8104[8104]
- Add docker diskio stats on Windows. {issue}6815[6815] {pull}8126[8126]
- Fix incorrect type conversion of average response time in Haproxy dashboards {pull}8404[8404]

*Packetbeat*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@
"chart_type": "line",
"color": "#68BC00",
"fill": 0.5,
"formatter": "s,ms,0",
"formatter": "ms,ms,0",
"id": "61ca57f1-469d-11e7-af02-69e470af7417",
"label": "Average response time",
"line_width": 1,
Expand Down Expand Up @@ -1338,4 +1338,4 @@
}
],
"version": "6.2.2"
}
}

0 comments on commit ede435c

Please sign in to comment.