Is your feature request related to a problem? Please describe.
Histogram is a common metric type: https://prometheus.io/docs/concepts/metric_types/#histogram. But the custom metric in Triton Python backend can only be gauge and counter today.
Describe the solution you'd like
Add pb_utils.MetricFamily.HISTOGRAM
Is your feature request related to a problem? Please describe.
Histogram is a common metric type: https://prometheus.io/docs/concepts/metric_types/#histogram. But the custom metric in Triton Python backend can only be gauge and counter today.
Describe the solution you'd like
Add
pb_utils.MetricFamily.HISTOGRAM