Netflix / archaius

Library for configuration management API
Apache License 2.0
2.46k stars 485 forks source link

Basic instrumentation changes behind a flag #663

Closed akang31 closed 1 year ago

akang31 commented 1 year ago

Keeps track of usage data through ConcurrentCompositeConfiguration when enabled by the system property and also surfaces an uninstrumented endpoint for any calls that should not be recorded.

Also includes the ability to record stack traces of call sites (useful for debugging, but should not be used in prod).