This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
"Critical Time" and "SLA violation countdown" performance counters should be optional #26
Comments
Breaking change, bumping to 6.0.0 |
@yvesgoeleven you asked about this on hipchat, at the moment there is no nice way, you need to use a non production profile |
@Particular/core-developers we should fix this and release v6 soon. |
I'm +1. So is the fix to deprecate/remove the PerformanceCounter profile or I suggest the first option. On Thu, Nov 13, 2014 at 4:55 AM, John Simons notifications@github.com
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Performance counters are now opt-in to avoid issues with setting them up preventing users from getting their endpoints to run in production
Breaking change
Previous versions enabled the performance counters
Critical Time
andSLA violation countdown
by default. To get the same behavior with the 6.0 host you need to either:NServiceBus.PerformanceCounters
- More on profiles hereProblem
In v5.0 the default production profile enables by default "Critical Time" and "SLA violation countdown" performance counters.
Users cannot turn this off easily.
The text was updated successfully, but these errors were encountered: