feat(kiali): Reduce the Tokens consumption in resources details and lists#816
feat(kiali): Reduce the Tokens consumption in resources details and lists#816aljesusg wants to merge 1 commit intocontainers:mainfrom
Conversation
9a7689f to
2a821ca
Compare
|
Don't merge it please. Let me add more stuff here |
|
@aljesusg are the eval scores staying steady with this token reduction? |
|
Not, that result was from other tool. I am running the tool right now to check the improvement. Anyway I want to add more stuff. |
|
BTW how can we run the geval CI for kiali suite in the PR? I found that 2 tests are not working |
We seem to be having some issues with the keys set up in CI in this repo currently, otherwise anyone with write access could trigger the evals on this PR. I'll see if I can get that resolved soon and run them here, otherwise if you are able to run it locally and share the results that would also be interesting Since they aren't cheap we are not running them by default... |
|
/run-mcpchecker kiali |
mcpchecker MCP Evaluation ResultsCommit:
|
|
Weird...it seems that kind cluster with kiali setup is not set before gevals run... maybe we should add some wait until... |
|
Huh, the "install istio/kiali" step completed successfully, maybe we should add some status checks in that step to make sure everything comes ready? |
|
Yes...let me check...I'll add a wait condition with a check in kubernetes before, it's hard to test actions without rights ^^ (I am not requesting them :)) |
|
I don't have the ability to give perms, but feel free to ping me to run things |
|
Thanks !!! |
|
Yes....I am seeing so yes we need to make some wait condition {"errors":{"graph":"kiali client not initialized","health":"kiali client not initialized","mesh_status":"kiali client not initialized","namespaces":"kiali client not initialized"}}" |
I guess on downstream we can these more frequently /cc @mvinkler |
|
/run-mcpchecker kiali |
mcpchecker MCP Evaluation ResultsCommit:
|
Signed-off-by: Alberto Gutierrez <aljesusg@gmail.com>
d35c3cf to
b0ae967
Compare
📉 Resource Usage ReductionThis PR significantly optimizes the payload for several key views. Below is a breakdown of the token and character count reductions.
Summary of Impact
|


This is the first step of reduce the tokens in kiali toolsets.
📉 Resource Usage Reduction
This PR significantly optimizes the payload for several key views. Below is a breakdown of the token and character count reductions.
Summary of Impact
The idea is to adapt all tools output to this.
cc @josunect