Skip to content

Commit

Permalink
fix: added where clause to nrql query (#1888)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-bandlamudi-nr authored Jan 30, 2025
1 parent e105a85 commit 8dc1039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-types/ext-fluentbit_kubernetes/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@
"nrqlQueries": [
{
"accountId": 0,
"query": "SELECT rate(sum(fluentbit_output_proc_records_total), 1 minute) as 'Processed', rate(sum(fluentbit_output_dropped_records_total), 1 minute) as 'Dropped', rate(sum(fluentbit_output_retried_records_total), 1 minute) as 'Retried' FROM Metric name = 'newrelic-logs-forwarder' facet pod_name timeseries max"
"query": "SELECT rate(sum(fluentbit_output_proc_records_total), 1 minute) as 'Processed', rate(sum(fluentbit_output_dropped_records_total), 1 minute) as 'Dropped', rate(sum(fluentbit_output_retried_records_total), 1 minute) as 'Retried' FROM Metric where name = 'newrelic-logs-forwarder' facet pod_name timeseries max"
}
],
"platformOptions": {
Expand Down

0 comments on commit 8dc1039

Please sign in to comment.