dxatscale / sfpowerscripts

A build system for modular development in Salesforce
https://dxatscale.io
MIT License
213 stars 96 forks source link

sfpowerscripts packages #1455

Open mannek43 opened 9 months ago

mannek43 commented 9 months ago

Describe the bug

We have created our dashboards in New relic. We are using sfpowerscripts metrics for monitoring(new relic) and those are working fine except one metric. That sfpowerscripts.validate.packages.failed has no attribute to use FACET with IT. In the query "FROM Metric SELECT * WHERE metricName = 'sfpowerscripts.validate.packages.failed' SINCE this quarter" you can see that there is no packages, pool or anything that you can use FACET with it.

To Reproduce Steps to reproduce the behavior:

- Run this query in salesforce dx@scale dashboard(new relic)- FROM Metric SELECT COUNT(sfpowerscripts.validate.packages.failed) FACET package  LIMIT 10 SINCE this quarter. 

- After that if we run this query ,we can see  whether the packages are in metrics or not ( FROM Metric SELECT * WHERE metricName = 'sfpowerscripts.validate.packages.failed' SINCE this quarter)

Expected behavior

-list the name of the failed packages during validation

Screenshots If applicable, add screenshots to help explain your problem.

Platform Details (please complete the following information):

Additional context Add any other context about the problem here.

SantiMB-sage commented 8 months ago

Hi @azlam-abdulsalam , with one month to go on this issue, any news? Do you need any additional information? Thank you.