Unable to receive HTTPExportSize metrics
cherrycl opened this issue ยท 2 comments
cherrycl commented
๐ Bug Report
Affected Services [REQUIRED]
The issue is located in: app-servicesIs this a regression?
YesDescription and Minimal Reproduction [REQUIRED]
This issue still existed after fixing edgexfoundry/app-functions-sdk-go#1266
- Deploy EdgeX with attached compose file.(For the recreation I used the TAF sample http server, If you use your own http server, please modify the compose file for HTTPExport URL parameter)
- Set app-sample LogLevel to
DEBUG
- Set app-sample ExectionOrder to
HTTPExport
- Set HTTPExportSize Metrics to
true
docker-compose-no-secty-with-app-sample.yml.zip
๐ฅ Exception or Error
After the metrics default interval time(30s), No any didn't receive the metrics for HTTPExportSize.
`Publish 0 metrics to the 'edgex/telemetry/app-sample' base topic` found In app-sample log.
๐ Your Environment
Deployment Environment: x86 / Ubuntu
EdgeX Version [REQUIRED]: Main
Anything else relevant?
lenny-goodell commented
@cherrycl , this is because ASC was never updated to use latest SDK with the fix. It has now been updated. Please verify this has been resolved. THX!
cherrycl commented
@lenny-intel The issue was resolved. Thank you.