Skip to content

Commit

Permalink
Merge branch 'main' into nr-logs-summary-quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
brammerl authored Jul 18, 2023
2 parents 360f3d8 + 4788b65 commit 9baa379
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 1,038 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |+
type: STATIC
nrql:
query: "FROM Metric SELECT count(*) FACET hostname, entity.name WHERE metricName = 'windows_service_state' AND state != 'running' AND label.primary_app = 'active_directory'"
query: "FROM Metric SELECT filter(count(*), WHERE state != 'running') FACET hostname, entity.name WHERE metricName = 'windows_service_state' AND label.primary_app = 'active_directory'"

valueFunction: SINGLE_VALUE
terms:
Expand Down
Loading

0 comments on commit 9baa379

Please sign in to comment.