Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
abf81b69
Commit
abf81b69
authored
Jan 15, 2016
by
Mike Danese
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #19743 from bprashanth/scale
Increase api call latency threshold.
parents
9d23d750
6d172bca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
metrics_util.go
test/e2e/metrics_util.go
+2
-2
No files found.
test/e2e/metrics_util.go
View file @
abf81b69
...
@@ -42,8 +42,8 @@ const (
...
@@ -42,8 +42,8 @@ const (
listPodLatencyMediumThreshold
time
.
Duration
=
1
*
time
.
Second
listPodLatencyMediumThreshold
time
.
Duration
=
1
*
time
.
Second
listPodLatencyLargeThreshold
time
.
Duration
=
1
*
time
.
Second
listPodLatencyLargeThreshold
time
.
Duration
=
1
*
time
.
Second
// TODO: Decrease the small threshold to 250ms once tests are fixed.
// TODO: Decrease the small threshold to 250ms once tests are fixed.
apiCallLatencySmallThreshold
time
.
Duration
=
500
*
time
.
Millis
econd
apiCallLatencySmallThreshold
time
.
Duration
=
1
*
time
.
S
econd
apiCallLatencyMediumThreshold
time
.
Duration
=
500
*
time
.
Millis
econd
apiCallLatencyMediumThreshold
time
.
Duration
=
1
*
time
.
S
econd
apiCallLatencyLargeThreshold
time
.
Duration
=
1
*
time
.
Second
apiCallLatencyLargeThreshold
time
.
Duration
=
1
*
time
.
Second
)
)
...
...
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