Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[scava-dev] issue with dashboards / metrics dataset seems empty

Hi,

I've been working on testing this deployement branch :
https://github.com/crossminer/scava-deployment/tree/dashboard-plus-admin/dashboard

I'm able to run the plateform : http://wacke.ow2.org/

I have provisioned two projects in there. We can see this either by
login in (admin/admin) or access the public API at
http://wacke.ow2.org:8182/projects/

Then, there is a container that runs 
https://github.com/crossminer/scava-deployment/blob/dashboard-plus-admin/dashboard/importer.sh
every 5 min

If I run this script by hand, I get an output like (extract):

2018-11-21 07:49:38,542 Scava client calls API:
http://oss-app:8182/projects/p/SATJ/m/bugs.severity.invalidBugs
2018-11-21 07:49:38,558 http://oss-app:8182
"GET /projects/p/SATJ/m/bugs.severity.invalidBugs HTTP/1.1" 200 236
2018-11-21 07:49:38,559 Metrics found: []
2018-11-21 07:49:38,559 Scava client calls API:
http://oss-app:8182/projects/p/SATJ/m/bugs.worksForMeBugs
2018-11-21 07:49:38,574 http://oss-app:8182
"GET /projects/p/SATJ/m/bugs.worksForMeBugs HTTP/1.1" 200 231
2018-11-21 07:49:38,576 Metrics found: []


Questions:
1) At the moment, dashboard in kibana remains empty. I see above
"Metrics found: []" => does it mean no metrics data (=analysis results)
is found from scava ?

2) I am lost when I look at the API documentation. 
(https://crossminer.github.io/scava-docs/users/REST-API-Documentation)
How do I access the analysis results from the REST API to confirm ?

For example, which container/service runs the endpoint
for /metricprovider/raw/metrics ?

Regards,


Back to the top