Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-cloud-netflix
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-cloud-netflix
Commits
ca67265c
Unverified
Commit
ca67265c
authored
Jun 21, 2016
by
Spencer Gibb
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1120 from jmirc/master
* pull1120: Fix hystrix dashboard TPS.
parents
856c4713
b422fe29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
hystrixCommand.js
...tatic/hystrix/components/hystrixCommand/hystrixCommand.js
+0
-3
No files found.
spring-cloud-netflix-hystrix-dashboard/src/main/resources/static/hystrix/components/hystrixCommand/hystrixCommand.js
View file @
ca67265c
...
...
@@ -114,9 +114,6 @@
convertAvg
(
data
,
"errorPercentage"
,
true
);
convertAvg
(
data
,
"latencyExecute_mean"
,
false
);
convertAvg
(
data
,
"latencyTotal_mean"
,
false
);
// the following will break when it becomes a compound string if the property is dynamically changed
convertAvg
(
data
,
"propertyValue_metricsRollingStatisticalWindowInMilliseconds"
,
false
);
}
function
convertAvg
(
data
,
key
,
decimal
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment