docs: document Log Analytics prerequisite for metric charts (refs #6)#7
Open
lokic233 wants to merge 1 commit into
Open
docs: document Log Analytics prerequisite for metric charts (refs #6)#7lokic233 wants to merge 1 commit into
lokic233 wants to merge 1 commit into
Conversation
The model-metrics / performance-metrics time series charts render via a Log Analytics query over the project's _Default log bucket. If Log Analytics is not enabled on that bucket the charts fail with a generic 'Something went wrong in the backend' / '0 time series', even though the metric data is present in Cloud Logging and Profiles / system metrics render. Document the one-time 'gcloud logging buckets update _Default --enable-analytics' prerequisite, the required permission, and the no-backfill behavior. Refs AI-Hypercomputer#6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents an undocumented prerequisite: the ML Diagnostics model-metrics / performance-metrics time series charts render their data via a Log Analytics query over the project's
_Defaultlog bucket. If Log Analytics is not enabled on that bucket, those charts fail with a generic "Something went wrong in the backend" / "0 time series" — even though the metric data is present in Cloud Logging and Profiles / system metrics render fine.Adds a note to the Viewing Logs, Metrics and Profiles section covering:
gcloud logging buckets update _Default --location=global --enable-analytics),logging.buckets.update/roles/logging.configWriter), andDocs-only change.
Refs #6