Skip to content

Commit

Permalink
Cloud ops lana (github#735)
Browse files Browse the repository at this point in the history
* Draft metrics page

* Add new page to index

* remove passive voice

* passive be gone

* Update screenshots, add note about gray bars

* en-US spelling of 'gray'

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
  • Loading branch information
Loquacity and charislam authored Jan 28, 2022
1 parent a273717 commit bccb18e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
25 changes: 25 additions & 0 deletions cloud/metrics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Metrics
Timescale Cloud provides a Metrics dashboard for managing your services. You can
see the Metrics dashboard in your Timescale Cloud account by navigating to the
`Services` section, clicking the service you want to explore, and selecting the
`Metrics` tab.

You can view metrics for your services for any of these time ranges:
* Last hour, with one minute granularity
* Last 24 hours, with one minute granularity
* Last seven days, with one hour granularity
* Last thirty days, with one hour granularity

To change the view, select the time range from the drop down menu.

<img class="main-content__illustration" src="https://s3.amazonaws.com/assets.timescale.com/docs/images/tsc-metrics_lastmonth.png" alt="Timescale Cloud Metrics dashboard"/>

Additionally, you can turn automatic metric refreshes on and off. When automatic
metric refresh is on, the dashboard updates every thirty seconds.

In some cases, gray vertical bars display on the metrics dashboard, like this:

<img class="main-content__illustration" src="https://s3.amazonaws.com/assets.timescale.com/docs/images/tsc-metrics_graybar.png" alt="Timescale Cloud Metrics not collected"/>

This indicates that metrics have not been collected for the period shown. It
does not mean that your Timescale Cloud service was down.
4 changes: 4 additions & 0 deletions cloud/page-index/page-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ module.exports = [
title: "Operations",
href: "operations"
},
{
title: "Metrics",
href: "metrics"
},
{
title: "Maintenance",
href: "maintenance"
Expand Down

0 comments on commit bccb18e

Please sign in to comment.