bvaradar commented on issue #2856: URL: https://github.com/apache/hudi/issues/2856#issuecomment-823917414
Here is an example config : ``` --hoodie-conf hoodie.metrics.on=true --hoodie-conf hoodie.metrics.reporter.type=PROMETHEUS_PUSHGATEWAY --hoodie-conf hoodie.metrics.pushgateway.host=<PUSH-GATEWAY-HOST> --hoodie-conf hoodie.metrics.pushgateway.port=9091 --hoodie-conf hoodie.metrics.pushgateway.job.name=<JOB_NAME> --hoodie-conf hoodie.metrics.pushgateway.random.job.name.suffix=false --hoodie-conf hoodie.metrics.pushgateway.delete.on.shutdown=false ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
