Project

General

Profile

« Previous | Next » 

Revision 48733

added app monitoring with prometheus, first metrics available for basic search operations

View differences:

DatasourcesApiController.java
43 43
		    log.debug(String.format("getDatasourceInfo(dsId = %s)", id));
44 44
	    }
45 45

  
46
	    final ClientResponse clientResponse = dsDao.getInfo(id);
46
	    final ClientResponse clientResponse = dsDao.getDsById(id);
47 47
    	return clientResponse.getDatasourceResponse();
48 48
    }
49 49

  

Also available in: Unified diff