observe# Histogram.observe(value: int | float, tags: Dict[str, str] = None)[source]# Observe a given value and add it to the appropriate bucket. Tags passed in will take precedence over the metric’s default tags. Parameters: value – Value to set the gauge to. tags – Tags to set or override for this gauge.