zxding opened a new issue, #5326:
URL: https://github.com/apache/hudi/issues/5326
'hoodie.metrics.reporter.metricsname.prefix' = 'hudi_metrics',
Then I got a metrics like
`hudi_metrics_commit_totalBytesWritten{exported_job="my-hudi-metrics-2",
instance="pushgateway", job="pushgateway"}` , how to add other label like
`job_name` to make metric like
`hudi_metrics_commit_totalBytesWritten{exported_job="my-hudi-metrics-2",
instance="pushgateway", job="pushgateway" ,job_name = "xxx"}` so that I can
distinguish metrics from different job
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]