Blog: Meet Horizon UI 7/16 — The Log Explorer#866
Merged
Conversation
Part 7 of the Meet Horizon UI series: two log surfaces — the stored, indexed, trace-correlated Logs stream (level histogram, Levels filter, format-aware payload popout, no log query language) and the on-demand Pod Logs live tail read from the Kubernetes API server (Window/Interval, Include/Exclude regex, never persisted, disabled-by-default on OAP). 3 WebP figures. Render-verified against apps/ui/src/layer/{logs,pod-logs} + docs/operate/logs.md. Tags: Logging, Cloud Native.
✅ Deploy Preview for skywalking-website-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
… drop placeholder link
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.
Part 7 of the Meet Horizon UI series — the per-layer Logs and Pod Logs tabs.
Two log surfaces, two questions:
Logs — SkyWalking's stored, indexed, trace-correlated stream: own time range, structured conditions (Instance / Endpoint / Trace ID / Tags / Level, no log query language), a level-stacked density histogram, and a row popout with format-aware pretty-printing + tag table + ↗ trace.
Pod Logs — a live tail of a pod's container output read from the Kubernetes API server through OAP (not SkyWalking storage, never persisted): Window / Interval, Start/Pause, Include/Exclude regex, disabled-by-default on OAP.
3 WebP figures: the stream (histogram + Levels + rows), a JSON access-log payload popout, the Pod Logs live tail.
Render-verified against
apps/ui/src/layer/{logs,pod-logs}+docs/operate/logs.md(corrected the old plan: no "top patterns", and JSON/YAML is pretty-printed, not an interactive tree).Author: Sheng Wu. Tags: Logging, Cloud Native. Doc link points at the real
operate/logspage.