Re: custom metrics in elasticsearch ActionRequestFailureHandler

2021-12-03 Thread Lars Bachmann
ivery guarantees. > > Best Regards, > Alexander > > On Thu, Dec 2, 2021 at 6:23 PM Lars Bachmann <mailto:lars.bachm...@posteo.de>> wrote: > Hi David, > > Thanks for the reply. I think especially in an error/failure handler metrics > are important in orde

Re: custom metrics in elasticsearch ActionRequestFailureHandler

2021-12-02 Thread Lars Bachmann
Hi David, Thanks for the reply. I think especially in an error/failure handler metrics are important in order to have proper monitoring/alerting in such cases. Would be awesome if this could be added to Flink at some point :). Regards, Lars > Am 02.12.2021 um 18:13 schrieb David Morávek : >

custom metrics in elasticsearch ActionRequestFailureHandler

2021-12-02 Thread lars . bachmann
Hi, is there a way to expose custom metrics within an elasticsearch failure handler (ActionRequestFailureHandler)? To register custom metrics I need access to the runtime context but I don't see a way to access the context in the failure handler. Thanks and regards, Lars

Re: conditional dataset output

2016-12-09 Thread lars . bachmann
Hi Chesnay, I actually thought about the same but like you said it seems a bit hacky ;-). Anyway thank you! Regards, Lars Am 08.12.2016 16:47 schrieb Chesnay Schepler: Hello Lars, The only other way i can think of how this could be done is by wrapping the used outputformat in a custom for

conditional dataset output

2016-12-08 Thread lars . bachmann
Hi, let's assume I have a dataset and depending on the input data and different filter operations this dataset can be empty. Now I want to output the dataset to HD, but I want that files are only created if the dataset is not empty. If the dataset is empty I don't want any files. The default

Compression for AvroOutputFormat

2016-10-07 Thread lars . bachmann
Hi, at the moment it is not possible to set a compression for the AvroOutputFormat. There is a post in the mailing list from april this year about the same topic but it seams that nothing has happened so far. Are there any plans to add this feature? Otherwise I could contribute this code. R