-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Prometheus documentation deprecated and broken #2380
Comments
Here is some track to export prometheus metrics: Add mx_prometheus_javaagent.jar in its latest version inside Dockerfile for spark runner
Configure spark application:
Test:
|
Is it possible to update the documentation with this procedure? |
Any idea please? |
Is this monitoring part still supported by someone? It seems there is no grafana dashboard for metrics produced with |
What happened?
Reproduction Code
Follow these instructions for setting up prometheus metrics: https://kubeflow.github.io/spark-operator/docs/user-guide.html#monitoring
Expected behavior
Prometheus metrics should be exported from sparks runners.
Document should be updated and fixed.
Actual behavior
Spark driver is not able to start, prometheus jar is missing:
Environment & Versions
Additional context
Here is the yaml for the spark application, it seems the
spec.deps
download the jar after the JVM startup.Impacted by this bug?
Give it a 👍 We prioritize the issues with most 👍
The text was updated successfully, but these errors were encountered: