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
Is your feature request related to a problem? Please describe.
Currently there's no extra info for UDF functions on our dashboard. Considering UDF is problematic as it usually includes interaction with User's server.
Describe the solution you'd like
add the basic info of UDF functions like signature(input types and output types).
add info that can help locate the executors containing UDF functions like ActorId and FragmentId. With this we can easily know which MVs are affected.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
add info that can help locate the executors containing UDF functions like ActorId and FragmentId. With this we can easily know which MVs are affected.
Currently we already add the fragment_id labels without actor_id, because actor id label will cause too much data storaged in prometheus which may cause OOM.
add the basic info of UDF functions like signature(input types and output types).
For this suggestion, it is seems hard to add it into metrics. Maybe need to find another way to record it.
Is your feature request related to a problem? Please describe.
Currently there's no extra info for UDF functions on our dashboard. Considering UDF is problematic as it usually includes interaction with User's server.
Describe the solution you'd like
ActorId
andFragmentId
. With this we can easily know which MVs are affected.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: