Skip to content

Commit b26ddd3

Browse files
authored
Merge pull request #47 from redis-field-engineering/bugfix/client-coinnection-aggregation
2 parents 972ff3f + 2e37c1d commit b26ddd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newrelic_v2/dashboards/newrelic-database.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
"accountIds": [
222222
3321735
223223
],
224-
"query": "SELECT rate(latest(endpoint_client_connections), 5 minutes) FROM Metric FACET db TIMESERIES 5 MINUTES"
224+
"query": "SELECT rate(max(endpoint_client_connections) - max(endpoint_client_disconnections), 5 minutes) FROM Metric FACET db, cluster TIMESERIES 5 MINUTES"
225225
}
226226
],
227227
"platformOptions": {

0 commit comments

Comments
 (0)