<div dir="ltr"><div>Hello,<br><br><br></div>We followed the <a href="https://github.com/openstack/monasca-ui/">https://github.com/openstack/monasca-ui/</a> to integrate the plugin for Horizon. The Monitoring tab is coming in left side navigation perfectly and working as expected. Only problem is: when we're trying to launch the Graphana UI, it is failing with the following trace:<br><br><br><div id="summary">
    <h1>Page not found <span>(404)</span></h1>
    <table class="">
      <tbody><tr>
        <th>Request Method:</th>
        <td>GET</td>
      </tr>
      <tr>
        <th>Request URL:</th>
        <td><a href="http://10.74.150.152:8000/grafana/index.html">http://10.74.150.152:8000/grafana/index.html</a></td>
      </tr>
      
    </tbody></table>
  </div>
  <div id="info">
    
      <p>
      Using the URLconf defined in <code>openstack_dashboard.urls</code>,
      Django tried these URL patterns, in this order:
      </p>
      <ol><li>
            
                ^$
                [name='splash']
            
          </li><li>
            
                ^api/
                
            
          </li><li>
            
                
                
            
                ^home/$
                [name='user_home']
            
          </li><li>
            
                
                
            
                ^i18n/js/(?P<packages>\S+?)/$
                [name='jsi18n']
            
          </li><li>
            
                
                
            
                ^i18n/setlang/$
                [name='set_language']
            
          </li><li>
            
                
                
            
                ^i18n/
                
            
          </li><li>
            
                
                
            
                ^jasmine-legacy/$
                [name='jasmine_tests']
            
          </li><li>
            
                
                
            
                ^jasmine/.*?$
                
            
          </li><li>
            
                
                
            
                ^identity/
                
            
          </li><li>
            
                
                
            
                ^admin/
                
            
          </li><li>
            
                
                
            
                ^developer/
                
            
          </li><li>
            
                
                
            
                ^project/
                
            
          </li><li>
            
                
                
            
                ^settings/
                
            
          </li><li>
            
                
                
            
                ^monitoring/
                
            
          </li><li>
            
                ^auth/
                
            
          </li><li>
            
                ^static\/(?P<path>.*)$
                
            
          </li><li>
            
                ^media\/(?P<path>.*)$
                
            
          </li><li>
            
                ^500/$
                
            
          </li></ol>
      <p>The current URL, <code>grafana/index.html</code>, didn't match any of these.</p>
    
  <br><br><br></div><div id="info">Any pointer of how to solve it, if any, would be highly appreciated.<br><br><br><br><br></div><div id="info">Thanks in advance,<br></div><div id="info">Pradip<br><br><br><br><br></div><br></div>