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

Observability: display the UDF info on dashboard #14199

Open
KeXiangWang opened this issue Dec 26, 2023 · 2 comments
Open

Observability: display the UDF info on dashboard #14199

KeXiangWang opened this issue Dec 26, 2023 · 2 comments

Comments

@KeXiangWang
Copy link
Contributor

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

  1. add the basic info of UDF functions like signature(input types and output types).
  2. 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

@yufansong
Copy link
Member

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.

@wangrunji0408 wangrunji0408 modified the milestones: release-1.7, release-1.8 Mar 6, 2024
Copy link
Contributor

This issue has been open for 60 days with no activity. Could you please update the status? Feel free to continue discussion or close as not planned.

@fuyufjh fuyufjh removed this from the release-1.8 milestone Oct 8, 2024
@fuyufjh fuyufjh assigned stdrc and unassigned wangrunji0408 Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants