Yasir Folio3
Yasir Folio3
## Summary - Adds support for prometheus in metrics. `OPTIMIZELY_ADMIN_METRICSTYPE` env variable can be used to switch between `expvar` and `prometheus`. Default value is `expvar`. ## Tests - Added unit...
## Summary - Fixes an issue with `/oauth/token` api which restricted client access. The outer middleware only allowed `application/json` whereas internally it was again checking again for `application/x-www-form-urlencoded`. ## Issues...
## Summary - Add support for datafile cache service which allows nodes in a cluster to re-use cached datafile from redis instance. - Fix context for user profile service. ##...