You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
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):
OS: windows
Version - @salesforce/cli/2.21.8 darwin-arm64 node-v20.10.0
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:
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.
The text was updated successfully, but these errors were encountered: