-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add Health and Readiness probes (#418)
Signed-off-by: Giovanni Liva <giovanni.liva@dynatrace.com> Signed-off-by: Giovanni Liva <this_that@hotmail.it> Signed-off-by: Todd Baert <toddbaert@gmail.com> Co-authored-by: Todd Baert <toddbaert@gmail.com>
- Loading branch information
Showing
14 changed files
with
291 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
7f2358c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Go Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.30
.BenchmarkResolveBooleanValue/test_targetingBoolFlag
18752
ns/op 4817 B/op 80 allocs/op12543
ns/op 4817 B/op 80 allocs/op1.50
BenchmarkResolveBooleanValue/test_staticObjectFlag
1593
ns/op 96 B/op 4 allocs/op1222
ns/op 96 B/op 4 allocs/op1.30
BenchmarkResolveBooleanValue/test_missingFlag
1921
ns/op 160 B/op 6 allocs/op1418
ns/op 160 B/op 6 allocs/op1.35
BenchmarkResolveStringValue/test_targetingStringFlag
17785
ns/op 4841 B/op 82 allocs/op12218
ns/op 4841 B/op 82 allocs/op1.46
BenchmarkResolveStringValue/test_missingFlag
1890
ns/op 160 B/op 6 allocs/op1413
ns/op 160 B/op 6 allocs/op1.34
BenchmarkResolveIntValue/test_targetingNumberFlag
15088
ns/op 4825 B/op 80 allocs/op11332
ns/op 4825 B/op 80 allocs/op1.33
BenchmarkResolveIntValue/test_missingFlag
1938
ns/op 144 B/op 6 allocs/op1413
ns/op 144 B/op 6 allocs/op1.37
BenchmarkResolveObjectValue/test_targetingObjectFlag
21681
ns/op 6106 B/op 104 allocs/op15701
ns/op 6106 B/op 104 allocs/op1.38
BenchmarkResolveObjectValue/test_missingFlag
1920
ns/op 160 B/op 6 allocs/op1424
ns/op 160 B/op 6 allocs/op1.35
BenchmarkConnectService_ResolveObject/happy_path
5581
ns/op 1640 B/op 27 allocs/op4198
ns/op 1640 B/op 27 allocs/op1.33
This comment was automatically generated by workflow using github-action-benchmark.