def _histogram_compute()

in opmon/statistic.py [0:0]


    def _histogram_compute(self, metric: Metric) -> str:
        raise StatisticNotImplementedForTypeException(
            f"Statistic {self.name()} not implemented for type {metric.type} ({metric.name})"
        )