Netflix / archaius

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

Add getPropertiesUninstrumented endpoint for ConfigurationUtils #717

Closed akang31 closed 5 months ago

akang31 commented 5 months ago

Add the ability for the Archaius2-Archaius1 bridge to go through an uninstrumented endpoint.

We create a separate endpoint here instead of changing the existing behavior so that we continue to be aware of cases that are iterating-over-all-properties and can respond accordingly, instead of blindly turning instrumentation off for all these cases.