This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new aaf1542  [MINOR] Update configuration doc with appropriate prometheus 
sink class
aaf1542 is described below

commit aaf1542fd55139577be481fbed5781aab39c8bc2
Author: [email protected] <[email protected]>
AuthorDate: Thu Oct 23 14:27:08 2025 -0700

    [MINOR] Update configuration doc with appropriate prometheus sink class
    
    ### What changes were proposed in this pull request?
    
    Update configuration doc with appropriate prometheus sink class
    
    ### Why are the changes needed?
    
    PrometheusPullModelSink class does not exist and leads to NoClassDefFound 
error
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    Just a doc change
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No
    
    Closes #388 from ashangit/nfraison/prometheus.
    
    Authored-by: [email protected] <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 docs/configuration.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/configuration.md b/docs/configuration.md
index 1cedd1a..04f818b 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -115,8 +115,7 @@ to [Prometheus](https://prometheus.io).
 
 ```properties
 metrics.properties:|+
-  
spark.metrics.conf.operator.sink.prometheus.class=org.apache.spark.kubernetes.operator.metrics.
-sink.PrometheusPullModelSink
+  
spark.metrics.conf.operator.sink.prometheus.class=org.apache.spark.k8s.operator.metrics.PrometheusPullModelHandler
 ```
 
 * Install Spark Operator


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to