Removing labels from Flink metrics

2023-01-08 Thread Surendra Lalwani via user
Hi Team, Is it possible to remove a few labels from Flink operator scope metrics as we are noticing that sometimes those labels are too large and hence causing unnecessary load at our monitoring platform. One such label is operator_name. Thanks and Regards , Surendra Lalwani -- IMPORTANT NOTIC

Re: flink add multiple sink in sequence

2023-01-08 Thread Martijn Visser
Correct. If you want to have guarantees between Sink1 and Sink2, you need to create a combined sink Op zo 8 jan. 2023 om 15:57 schreef Great Info > Does it mean sequence of writing is not guaranteed between these > independent Sink1 and Sink2? > > > > > On Fri, 6 Jan 2023, 10:44 am Shammon FY,

Re: flink add multiple sink in sequence

2023-01-08 Thread Great Info
Does it mean sequence of writing is not guaranteed between these independent Sink1 and Sink2? On Fri, 6 Jan 2023, 10:44 am Shammon FY, wrote: > Hi @Great > > I think the two sinks in your example are equivalent and independent. If > there are some logical relationships between two sinks, you