Skip to content

Commit

Permalink
Merge pull request #2358 from newrelic/release
Browse files Browse the repository at this point in the history
Release 20240404
  • Loading branch information
nr-mlosier authored Apr 4, 2024
2 parents b04c4d5 + 6843ec9 commit 2346822
Show file tree
Hide file tree
Showing 74 changed files with 907 additions and 131 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: High MagneticStoreRejectedUploadSystemFailures
name: High Magnetic Store Rejected Upload System Failures

description: |+
This alert is triggered when the MagneticStoreRejectedUploadSystemFailures is above 100 in 10 minutes.
This alert is triggered when the Magnetic Store Rejected Upload System Failures is above 100 in 10 minutes.
type: STATIC
nrql:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: High MagneticStoreRejectedUploadUserFailures
name: High Magnetic Store Rejected Upload User Failures

description: |+
This alert is triggered when the MagneticStoreRejectedUploadUserFailures is above 100 in 10 minutes.
This alert is triggered when the Magnetic Store Rejected Upload User Failures is above 100 in 10 minutes.
type: STATIC
nrql:
Expand Down
2 changes: 1 addition & 1 deletion alert-policies/amazon-timestream/SystemErrors.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: High SystemErrors
name: High System Errors

description: |+
This alert is triggered when the system errors is above 100 in 10 minutes.
Expand Down
2 changes: 1 addition & 1 deletion alert-policies/amazon-timestream/UserErrors.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: High UserErrors
name: High User Errors

description: |+
This alert is triggered when the user errors is above 100 in 10 minutes.
Expand Down
26 changes: 26 additions & 0 deletions alert-policies/apache-druid/failedQuery.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Failed Query

description: |+
This alert is triggered if the number of failed queries exceeds 5 for 5 minutes.
type: STATIC
nrql:
query: "SELECT average(druid_query_failed_count_total) FROM Metric"

# Function used to aggregate the NRQL query value(s) for comparison to the terms.threshold (Default: SINGLE_VALUE)
valueFunction: SINGLE_VALUE

# List of Critical and Warning thresholds for the condition
terms:
- priority: CRITICAL
# Operator used to compare against the threshold.
operator: ABOVE
# Value that triggers a violation
threshold: 5
# Time in seconds; 120 - 3600
thresholdDuration: 300
# How many data points must be in violation for the duration
thresholdOccurrences: ALL

# Duration after which a violation automatically closes
# Time in seconds; 300 - 2592000 (Default: 86400 [1 day])
violationTimeLimitSeconds: 86400
35 changes: 35 additions & 0 deletions alert-policies/apache-druid/jvmMemoryUsage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Average Memory Usage (%)

description: |+
This alert is triggered if memory usage exceeds 90% for 5 minutes.
type: STATIC
nrql:
query: "SELECT average(druid_jvm_mem_used) / average(druid_jvm_mem_max) * 100 as 'utilization' FROM Metric"

# Function used to aggregate the NRQL query value(s) for comparison to the terms.threshold (Default: SINGLE_VALUE)
valueFunction: SINGLE_VALUE

# List of Critical and Warning thresholds for the condition
terms:
- priority: CRITICAL
# Operator used to compare against the threshold.
operator: ABOVE
# Value that triggers a violation
threshold: 95
# Time in seconds; 120 - 3600
thresholdDuration: 300
# How many data points must be in violation for the duration
thresholdOccurrences: ALL
- priority: WARNING
# Operator used to compare against the threshold.
operator: ABOVE
# Value that triggers a violation
threshold: 90
# Time in seconds; 120 - 3600
thresholdDuration: 300
# How many data points must be in violation for the duration
thresholdOccurrences: ALL

# Duration after which a violation automatically closes
# Time in seconds; 300 - 2592000 (Default: 86400 [1 day])
violationTimeLimitSeconds: 86400
Binary file added dashboards/apache-druid/apache-druid01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dashboards/apache-druid/apache-druid02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dashboards/apache-druid/apache-druid03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dashboards/apache-druid/apache-druid04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2346822

Please sign in to comment.