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

Numaflow Debuggability #2055

Open
10 tasks done
veds-g opened this issue Sep 12, 2024 · 2 comments
Open
10 tasks done

Numaflow Debuggability #2055

veds-g opened this issue Sep 12, 2024 · 2 comments

Comments

@veds-g
Copy link
Contributor

veds-g commented Sep 12, 2024

Summary

Currently, the numaflow UI offers real-time status updates at various levels, including vertex, pod, and container levels with enough context. To enhance debuggability, we should extend this capability to include more comprehensive and detailed metrics with historical data. By analyzing the metrics over time, users can detect trends, identify anomalies, and determine the root cause of issues.

Tasks

@vigith
Copy link
Member

vigith commented Sep 12, 2024

Why do we need a prometheus server in Numaflow? Can't we assume/mandate that a metrics provider that supports PromQL is provided?

@veds-g
Copy link
Contributor Author

veds-g commented Sep 12, 2024

Why do we need a prometheus server in Numaflow? Can't we assume/mandate that a metrics provider that supports PromQL is provided?

We do not need this. Supported metrics provider will be a mandate. This issue is just about testing promql query by running a prometheus server. Maybe we can rename it?

@veds-g veds-g changed the title Setup prometheus to run promql query Numaflow Debuggability Sep 12, 2024
@veds-g veds-g removed the good first issue Good for new contributors label Sep 12, 2024
@vigith vigith pinned this issue Nov 21, 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

3 participants