We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3c21d commit 7810bb7Copy full SHA for 7810bb7
README.md
@@ -9,6 +9,16 @@ For more details see the [Servo comparison] page in the Spectator docs.
9
[Spectator]: https://github.com/Netflix/spectator
10
[Servo comparison]: http://netflix.github.io/spectator/en/latest/intro/servo-comparison/
11
12
+# No-Op Registry
13
+
14
+As of version 0.13.0, the default monitor registry is a no-op implementation to minimize
15
+the overhead for legacy apps that still happen to have some usage of Servo. If the previous
16
+behavior is needed, then set the following system property:
17
18
+```
19
+com.netflix.servo.DefaultMonitorRegistry.registryClass=com.netflix.servo.jmx.JmxMonitorRegistry
20
21
22
# Servo: Application Metrics in Java
23
24
> servo v. : WATCH OVER, OBSERVE
0 commit comments