You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this enhancement require public documentation?
I have added an Acceptance Criteria item for adding and/or adjusting public documentation (if applicable)
Problem Statement
The current performance test result does not include the elapsed time for translating k8s resources and duration of sending configuration to Kong gateway(s) separately. Including the duration of the two steps could help us to know the bottleneck of making the k8s resource effective on Kong gateway and optimize the performance here.
Proposed Solution
Now we have two metrics to collect the duration of the two steps:
ingress_controller_translation_duration_milliseconds for translation
ingress_controller_configuration_push_duration_milliseconds for pushing config to Kong gateway(s)
We can make it possible to output the result in the performance test.
Additional information
No response
Acceptance Criteria
We can see the duration of the translation and pushing configuration to Kong gateway(s) separately in the result of performance tests.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Does this enhancement require public documentation?
Problem Statement
The current performance test result does not include the elapsed time for translating k8s resources and duration of sending configuration to Kong gateway(s) separately. Including the duration of the two steps could help us to know the bottleneck of making the k8s resource effective on Kong gateway and optimize the performance here.
Proposed Solution
Now we have two metrics to collect the duration of the two steps:
ingress_controller_translation_duration_milliseconds
for translationingress_controller_configuration_push_duration_milliseconds
for pushing config to Kong gateway(s)We can make it possible to output the result in the performance test.
Additional information
No response
Acceptance Criteria
The text was updated successfully, but these errors were encountered: