Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: declaratively create namespaces at startup via config #52

Merged
merged 2 commits into from
Mar 26, 2023

Conversation

chgl
Copy link
Collaborator

@chgl chgl commented Mar 26, 2023

No description provided.

@github-actions
Copy link

github-actions bot commented Mar 26, 2023

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
⚠️ CSHARP csharpier 15 1 2.12s
⚠️ CSHARP dotnet-format 15 15 33.76s
✅ EDITORCONFIG editorconfig-checker 21 0 0.12s
✅ JSON eslint-plugin-jsonc 1 0 1.7s
✅ JSON jsonlint 1 0 0.45s
✅ JSON npm-package-json-lint yes no 0.69s
✅ JSON prettier 1 0 0.58s
✅ JSON v8r 1 0 2.19s
✅ REPOSITORY checkov yes no 15.38s
✅ REPOSITORY dustilock yes no 0.01s
✅ REPOSITORY gitleaks yes no 0.32s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 1.09s
✅ REPOSITORY syft yes no 0.56s
✅ REPOSITORY trivy yes no 11.41s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@chgl chgl force-pushed the init-namespaces-on-startup branch from e3ea24d to c1c179c Compare March 26, 2023 19:46
@github-actions
Copy link

github-actions bot commented Mar 26, 2023

Code Coverage

Package Line Rate Branch Rate Health
Vfps.Tests 99% 100%
Vfps 93% 57%
Summary 94% (431 / 458) 65% (31 / 48)

Minimum allowed line rate is 60%


ghz run statistics

Summary:
  Count:	5000
  Total:	9.35 s
  Slowest:	618.10 ms
  Fastest:	8.23 ms
  Average:	90.53 ms
  Requests/sec:	534.91

Response time histogram:
  8.233   [1]    |
  69.220  [920]  |∎∎∎∎∎∎∎∎∎
  130.207 [3882] |∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎
  191.194 [145]  |∎
  252.181 [2]    |
  313.167 [0]    |
  374.154 [0]    |
  435.141 [0]    |
  496.128 [8]    |
  557.115 [9]    |
  618.102 [33]   |

Latency distribution:
  10 % in 58.64 ms 
  25 % in 74.11 ms 
  50 % in 84.14 ms 
  75 % in 97.60 ms 
  90 % in 113.21 ms 
  95 % in 127.14 ms 
  99 % in 192.72 ms 

Status code distribution:
  [OK]   5000 responses   

iter8 report

Experiment summary:
*******************

  Experiment completed: true
  No task failures: true
  Total number of tasks: 6
  Number of completed tasks: 6

Whether or not service level objectives (SLOs) are satisfied:
*************************************************************

  SLO Conditions                 | Satisfied
  --------------                 | ---------
  grpc/error-rate <= 0           | true
  grpc/latency/mean (msec) <= 50 | true
  grpc/latency/p99 (msec) <= 100 | true
  

Latest observed values for metrics:
***********************************

  Metric                   | value
  -------                  | -----
  grpc/error-count         | 0.00
  grpc/error-rate          | 0.00
  grpc/latency/mean (msec) | 27.74
  grpc/latency/p99 (msec)  | 64.00
  grpc/request-count       | 50000.00
  

@chgl chgl merged commit 2e684ca into master Mar 26, 2023
@chgl chgl deleted the init-namespaces-on-startup branch March 26, 2023 20:04
@miracum-bot miracum-bot mentioned this pull request Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant