Skip to content

Commit

Permalink
add notice about noop behavior (#467)
Browse files Browse the repository at this point in the history
Adds a prominent notice about no-op behavior to the readme
as discussed in #466.
  • Loading branch information
brharrington committed Apr 16, 2020
1 parent 0a3c21d commit 7810bb7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -9,6 +9,16 @@ For more details see the [Servo comparison] page in the Spectator docs.
[Spectator]: https://github.com/Netflix/spectator
[Servo comparison]: http://netflix.github.io/spectator/en/latest/intro/servo-comparison/

# No-Op Registry

As of version 0.13.0, the default monitor registry is a no-op implementation to minimize
the overhead for legacy apps that still happen to have some usage of Servo. If the previous
behavior is needed, then set the following system property:

```
com.netflix.servo.DefaultMonitorRegistry.registryClass=com.netflix.servo.jmx.JmxMonitorRegistry
```

# Servo: Application Metrics in Java

> servo v. : WATCH OVER, OBSERVE
Expand Down

0 comments on commit 7810bb7

Please sign in to comment.