You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/10/06 15:21:01 UTC

[GitHub] [cloudstack] Pearl1594 commented on pull request #4383: Host is counted twice if it has multiple host tags in Prometheus exporter

Pearl1594 commented on pull request #4383:
URL: https://github.com/apache/cloudstack/pull/4383#issuecomment-704345974


   @ustcweizhou @DaanHoogland 
   Seems like the build failure is because it is unable to resolve HostVO and hostDao isn't injected
   ```
   [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-plugin-integrations-prometheus-exporter: Compilation failure: Compilation failure: 
   [ERROR] /jenkins/workspace/acs-pr-centos7-pkg-builder/dist/rpmbuild/BUILD/cloudstack-4.14.1.0-SNAPSHOT/plugins/integrations/prometheus/src/main/java/org/apache/cloudstack/metrics/PrometheusExporterImpl.java:[103,33] error: cannot find symbol
   [ERROR]   symbol:   variable hostDao
   [ERROR]   location: class PrometheusExporterImpl
   [ERROR] /jenkins/workspace/acs-pr-centos7-pkg-builder/dist/rpmbuild/BUILD/cloudstack-4.14.1.0-SNAPSHOT/plugins/integrations/prometheus/src/main/java/org/apache/cloudstack/metrics/PrometheusExporterImpl.java:[103,19] error: cannot find symbol
   [ERROR]   symbol:   class HostVO
   [ERROR]   location: class PrometheusExporterImpl
   [ERROR] -> [Help 1]
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org