You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Telemetry] enable default service config if no config from DB
Fix issue 16533, telemetry service exit in master and 202305 branches.
Enable default config if no TELEMETRY configs from redis DB.
After the fix, telemetry service would work with the following two
scenarios:
1. With TELEMETRY config in redis DB, load service configs from DB.
2. No TELEMETRY config in redis DB, use default service configs.
0 commit comments