Skip to content

Disable not-required diagnostics logs to save logging costs

Alok Joshi requested to merge modify_diagnostics_settings_aks into master

All Submissions:


  • [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
  • [NA] I have updated the documentation accordingly.
  • [YES] My code follows the code style of this project.

Current Behavior or Linked Issues


Modify diagnostics settings on all AKS clusters. This is part of the cost saving effort to reduce non-essential logs for AKS diagnostics. We estimate this change to save ~$1000 per month for each environment.

The cost savings are particularly noticeable for a low-traffic environment, where the application log volume isn't very high. On environments where request volumes are high, diagnostics logs make a smaller percentage, but still amounting to ~1k USD per month.

The settings change have been made after consulting with folks in our infra team. @ywang127 @vleskiv

Does this introduce a breaking change?


  • [NO]
Edited by Alok Joshi

Merge request reports