Logging: Delete UI code for viewing pod logs

Why are we doing this work

In %15.0, we disabled/removed pod logs by moving it behind a feature flag.

Removal should take place in %15.2 or later.

Tracking issue for all logging removal work: Monitor:Logging Deprecation (#346485 - closed)

Relevant links

frontend files:

documentation files:

Implementation plan

  1. delete link to 'View logs' from metrics dashboard charts
  2. delete Monitor > Logs & left nav item
  3. delete link to logs from pod markers on Deployments > Environments
  4. delete relevant docs

Verification steps

These areas of the app should remain unavailable & without regressions to other features:

Logs UI & left nav Logs via metrics Logs via envs
Screen_Shot_2022-04-21_at_11.54.45_AM Screen_Shot_2022-04-21_at_11.56.35_AM Screen_Shot_2022-04-21_at_11.54.34_AM
Edited by Rajendra Kadam