Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Latest commit

 

History

History
48 lines (33 loc) · 1.2 KB

monitoring_api.rst

File metadata and controls

48 lines (33 loc) · 1.2 KB

Monitoring API

As a magnetodb user I need to know how much data I have in table. As a magnetodb administrator I need to know now much space is used with user's table. As a accountant department I need to know how big user's table is in order to create a bill.

MagnetoDB monitoring actions

list_tables_monitoring.rst table_usage_details.rst

Monitoring API metric list

Name Descri ption

Size

Represents the tot used by table in b

al of the space ytes.
Item Count

Represents count o

f items in table.

Examples

All metrics:

http://{host}:8480/v1/monitoring/{project_id}/tables/table_name

One metric:

http://{host}:8480/v1/monitoring/{project_id}/tables/table_name?metrics=size

Few metrics:

http://{host}:8480/v1/monitoring/{project_id}/ tables/table_name?metrics=size,item_count