Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

sfpowerscripts packages Β #1455

@mannek43

Description

@mannek43

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):

  • OS: windows
  • Version - @salesforce/cli/2.21.8 darwin-arm64 node-v20.10.0
  • Salesforce CLI(sfdx cli) Version: @dxatscale/sfpowerscripts/25.5.3 darwin-arm64 node-v20.10.0
  • Platform- New relic

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingflxbl

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions