Hi Nick, This seems to come from utils/histogram.py <https://github.com/apache/beam/blob/master/sdks/python/apache_beam/utils/histogram.py#L75-L89>. Any chance that you are initializing it in a way that defines bounds up to 60,000 but invoking record() with out of bounds value?
Best, Bruno On Fri, Mar 3, 2023 at 1:26 PM Nick Edwards <nwedweards....@gmail.com> wrote: > Hello! I’m investigating a warning we’re receiving through Google Cloud’s > Monitoring. The warning reads "record is out of upper bound 60000: " and > then includes a 5 or 6 digit integer. I’m having trouble finding any info > on this sort of behavior. Any insight or assistance you can offer is > greatly appreciated! > > > [image: image.png] > > > >