-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for advanced metrics #320
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Some nitpicks....
[NOTE] | ||
==== | ||
Some charts can be toggled between absolute and relative values using the *%* toggle. | ||
==== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this note would be better at the end of the section in terms of flow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't like that that would put it under last subheading 🤔 Perhaps I could move it up to the end of the first section?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am/was considering adding a section on "chart interactions" that would include:
- % toggle
- Disabling data series
- Zooming
But I feel like they're mostly pretty self explanatory.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah - I think so too. And probably more confusing to try to describe them!
Bottom of the first section works for me.
modules/ROOT/pages/auradb/managing-databases/advanced-metrics.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/auradb/managing-databases/advanced-metrics.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/auradb/managing-databases/advanced-metrics.adoc
Outdated
Show resolved
Hide resolved
Specifically call out the memory and storage charts
Editing to one sentence per line
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
. Select the *Metrics* tab. | ||
. Select the *Advanced metrics* button. | ||
|
||
The presented metrics will be laid out across three tabs according to their category: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The presented metrics will be laid out across three tabs according to their category: | |
The presented metrics are laid out across three tabs according to their category: |
|
||
* *Expand* - Offers a better view of a particular metric by expanding the chart to take up all the available screen estate. | ||
|
||
* *More info* - Selecting *More info* brings up an explanation of the particular metric. For some metrics it also provides hints about possible actions to take if that metric falls outside the expected range. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* *More info* - Selecting *More info* brings up an explanation of the particular metric. For some metrics it also provides hints about possible actions to take if that metric falls outside the expected range. | |
* *More info* - Selecting *More info* brings up an explanation of the particular metric. | |
For some metrics it also provides hints about possible actions to take if that metric falls outside the expected range. |
|
||
=== Zoom | ||
|
||
To zoom in to a narrower time interval, select and drag inside any chart to select your desired time interval. The data will automatically update to match the increased resolution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To zoom in to a narrower time interval, select and drag inside any chart to select your desired time interval. The data will automatically update to match the increased resolution. | |
To zoom in to a narrower time interval, select and drag inside any chart to select your desired time interval. | |
The data is automatically updated to match the increased resolution. |
Always use present tense and one sentence per line.
This PR adds documentation for the Ops Manager team's upcoming Aura feature - Advanced Metrics.