Edit Thresholds
π‘Edit the Monitoring thresholds for the selected Service Bus Queue.
Nodinite empowers you to actively manage Monitoring thresholds for your Azure Service Bus Queues. This page guides you through editing queue-specific settings to optimize performance, reliability, and alerting.
Expect to:
- β Gain full control over queue Monitoring thresholds for proactive management
- β Override global settings with queue-specific configurations
- β Enhance reliability with tailored alerting and automated actions
- β Leverage Nodinite's intuitive interface for seamless configuration
Use the Edit thresholds page to change the Monitoring thresholds. When untouched, the Monitoring is using the global settings which you can change using the Remote Configuration. You can override these individually for each queue.
You can modify the following properties:
- Description - Brief Nodinite specific description of the queue.
- Delete message on resubmit - When checked, delete the original message by default after a successful resubmit operation.
- Allowed timespan - Evaluate the age of the first message on the queue. Warning and Error alerts are triggered based on the age of the first message on the queue.
- Queue Count Evaluation Type:
- None - Count-based Monitoring is disabled.
- Fixed - Evaluate the Monitoring based on the number of messages on the queue.
- Percentage - Evaluate the Monitoring based on the current size vs the maximum allowed size of the queue.
- Comes First - Both the Fixed and Percent options are enabled and the Monitoring yields alerts on what happens first.
Click the Edit thresholds menu item in the Actions button on the selected queue to open the Edit Service Bus Queue Monitoring Thresholds modal.
Shows the Edit thresholds menu item in the Actions button.
Displays the modal for editing Service Bus Queue Monitoring thresholds.
If you see the following alert; it means that this queue is using global thresholds. When you click on the Save button you will start to use specific thresholds instead.
Alert indicating the queue is currently using global thresholds.
Click the Save button to persist changes.
Example of the Save button for persisting changes.
Queue Description
You can manage the Description field for the Nodinite Resource. This option provides you a way to add a "comment" for the specific queue.
Delete message on resubmit
When checked, delete the original message by default after a successful resubmit operation. The User can override this setting on individual resubmit operations.
Timespan evaluation
- Allowed timespan - manage threshold for the maximum allowed age for the first message on the specific queue
State | Name | Data Type | Value Example | Description |
---|---|---|---|---|
Warning TimeSpan | Timespan | 00:05:00 (5 minutes) | The age of the first message on the queue to trigger Warning alert | |
Error TimeSpan | Timespan | 01:10:00 (1 hour 10 minutes) | The age of the first message on the queue to trigger Error alert |
Count Based Evaluation
The queue based Monitoring is a powerful feature that allows you to monitor the number of messages in your Azure Service Bus Queue. This feature can help you ensure that your queues are not overloaded and that messages are processed in a timely manner.
State | Name | Data Type | Value Example | Description |
---|---|---|---|---|
Warning Count | integer | >=0 | The number of messages to go above on the queue to trigger Warning alert | |
Error Count | integer | >=0 | The number of messages to go above on the queue to trigger Error alert | |
Warning Limit % | integer | 1-100 | Set the threshold quota value in percentage (1-100) to trigger Warning alert | |
Error Limit % | integer | 1-100 | Set the threshold quota value in percentage (1-100) to trigger Error alert |
Queue Count Evaluation Type
There are four different types of count-based evaluations:
- None - Count-based Monitoring is disabled.
- Fixed - Evaluate the Monitoring based on the number of messages on the queue.
- Percentage - Evaluate the Monitoring based on the current size vs the maximum allowed size of the queue.
- Comes First - Both the Fixed and Percent options are enabled and the Monitoring yields alerts on what happens first.
Options for monitoring of queue based on numbers.
None
When the Queue Count Evaluation Type is None, the number-based evaluation is disabled.
Displays the None option for count-based evaluation.
Fixed
With the Fixed option, monitoring is based on "fixed" numbers.
Displays the Fixed option for count-based evaluation.
Percentage
With the Percent option, monitoring is based on quota.
Displays the Percent option for count-based evaluation.
Comes First
With the Comes First option, you can set thresholds for Fixed and Percent and both options will be monitored.
Displays the Comes First option for count-based evaluation.
Next Step
Related Topics
- Details β View essential information about the selected Service Bus Queue.
- Enable β Enable a Service Bus Queue that is currently disabled.
- Disable β Disable a Service Bus Queue that is currently enabled.
- Resubmit and Delete All Dead Letter Messages β Resubmit and delete all dead letter messages in the queue.
- List Active Messages β View all active messages in the queue.
- List Dead Letter Messages β View all dead letter messages in the queue.
- List Scheduled Messages β View all scheduled messages in the queue.
- Purge Messages (Active) β Purge all active messages from the queue.
- Purge Dead Letter β Purge all dead letter messages from the queue.