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

Add Spark monitoring #887

Open
fjammes opened this issue Sep 13, 2024 · 0 comments
Open

Add Spark monitoring #887

fjammes opened this issue Sep 13, 2024 · 0 comments

Comments

@fjammes
Copy link
Contributor

fjammes commented Sep 13, 2024

Describe the issue
There is currently no real-time monitoring system integrated with Spark within the fink-broker infrastructure. This limits the ability to track job performance, resource usage, and detect issues during processing in real-time.

Expected behaviour

The system should provide real-time metrics and monitoring for Spark jobs, including but not limited to:

  • Job execution time
  • Resource (CPU, memory) utilization
  • Task success/failure rates
  • Data processing rates (throughput)

This will allow administrators to easily visualize performance metrics and troubleshoot any issues more efficiently.

Actual behaviour

Currently, no monitoring tools are integrated into the fink-broker Spark processes, so resource usage and job performance need to be tracked manually, or users must rely on log files without real-time insights.

Screenshots
N/A

Additional context
The integration could leverage existing Spark monitoring tools like Spark UI, or Prometheus, to enable comprehensive insights into the processing jobs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant