[Feature] Support top N entities and thermodynamic metrics#33
[Feature] Support top N entities and thermodynamic metrics#33
Conversation
e967d8f to
6308893
Compare
Codecov Report
@@ Coverage Diff @@
## master #33 +/- ##
=======================================
Coverage 57.14% 57.14%
=======================================
Files 7 7
Lines 112 112
=======================================
Hits 64 64
Misses 40 40
Partials 8 8Continue to review full report at Codecov.
|
6308893 to
098286f
Compare
|
Heatmap without graph? |
|
Is this intended? |
098286f to
d7ba925
Compare
The Ascii Graph lib doesn't support heat map for now, we may need to implement ourselves, but it takes a lot of efforts, will consider in the future |
wu-sheng
left a comment
There was a problem hiding this comment.
I notice an issue in the doc. --display=graph has never been mentioned in the --display in swctl section, and also not included in the each sub command.
I think we should make it more clear.
d7ba925 to
2c5c624
Compare
### Motivation Support top N entities and thermodynamic metrics commands ### Result - Commands `metrics top n` and `thermodynamic` are added - Closes apache/skywalking#3898 - Closes apache/skywalking#3897
2c5c624 to
09852ce
Compare
wu-sheng
left a comment
There was a problem hiding this comment.
LGTM. Please create an issue to track the Ascii Graph heatmap issue , and assign to the milestone you think suitable.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #33 +/- ##
=======================================
Coverage 57.14% 57.14%
=======================================
Files 7 7
Lines 112 112
=======================================
Hits 64 64
Misses 40 40
Partials 8 8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Motivation
Support top N entities and thermodynamic metrics commands
Result
Commands
metrics top nandthermodynamicare addedCloses [CLI] Top N list for CLI skywalking#3898
Closes [CLI] Heatmap graph for CLI skywalking#3897