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) (#8407)

(cherry picked from commit ede435c)
  • Loading branch information
jsoriano authored Sep 25, 2018
1 parent 9234563 commit ed7bb7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ https://github.com/elastic/beats/compare/v6.4.1...6.4[Check the HEAD diff]

*Metricbeat*

- Fix incorrect type conversion of average response time in Haproxy dashboards {pull}8404[8404]

*Packetbeat*

*Winlogbeat*
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 ed7bb7b

Please sign in to comment.