func (m *Meter) HistogramRecord(ctx context.Context, name string, value float64, attrs ...attribute.KeyValue) {
    histogram, err := m.Float64Histogram(name)
    if err != nil {
        return
    }