forked from docs/virtual-private-cloud
Compare commits
1 Commits
main
...
propose-vp
Author | SHA1 | Date | |
---|---|---|---|
9bc6fd522c |
@ -23,19 +23,19 @@ Metrics
|
|||||||
+----------------------+--------------------+-------------------------------------------------+-------------+------------------+--------------------------------+
|
+----------------------+--------------------+-------------------------------------------------+-------------+------------------+--------------------------------+
|
||||||
| ID | Name | Description | Value Range | Monitored Object | Monitoring Interval (Raw Data) |
|
| ID | Name | Description | Value Range | Monitored Object | Monitoring Interval (Raw Data) |
|
||||||
+======================+====================+=================================================+=============+==================+================================+
|
+======================+====================+=================================================+=============+==================+================================+
|
||||||
| upstream_bandwidth | Outbound Bandwidth | Network rate of outbound traffic | ≥ 0 bit/s | Bandwidth or EIP | 1 minute |
|
| upstream_bandwidth | Outbound Bandwidth | Network rate of outbound traffic | >= 0 bit/s | Bandwidth or EIP | 1 minute |
|
||||||
| | | | | | |
|
| | | | | | |
|
||||||
| | | Unit: bit/s | | | |
|
| | | Unit: bit/s | | | |
|
||||||
+----------------------+--------------------+-------------------------------------------------+-------------+------------------+--------------------------------+
|
+----------------------+--------------------+-------------------------------------------------+-------------+------------------+--------------------------------+
|
||||||
| downstream_bandwidth | Inbound Bandwidth | Network rate of inbound traffic | ≥ 0 bit/s | Bandwidth or EIP | 1 minute |
|
| downstream_bandwidth | Inbound Bandwidth | Network rate of inbound traffic | >= 0 bit/s | Bandwidth or EIP | 1 minute |
|
||||||
| | | | | | |
|
| | | | | | |
|
||||||
| | | Unit: bit/s | | | |
|
| | | Unit: bit/s | | | |
|
||||||
+----------------------+--------------------+-------------------------------------------------+-------------+------------------+--------------------------------+
|
+----------------------+--------------------+-------------------------------------------------+-------------+------------------+--------------------------------+
|
||||||
| up_stream | Outbound Traffic | Network traffic going out of the cloud platform | ≥ 0 bytes | Bandwidth or EIP | 1 minute |
|
| up_stream | Outbound Traffic | Network traffic going out of the cloud platform | >= 0 bytes | Bandwidth or EIP | 1 minute |
|
||||||
| | | | | | |
|
| | | | | | |
|
||||||
| | | Unit: byte | | | |
|
| | | Unit: byte | | | |
|
||||||
+----------------------+--------------------+-------------------------------------------------+-------------+------------------+--------------------------------+
|
+----------------------+--------------------+-------------------------------------------------+-------------+------------------+--------------------------------+
|
||||||
| down_stream | Inbound Traffic | Network traffic going into the cloud platform | ≥ 0 bytes | Bandwidth or EIP | 1 minute |
|
| down_stream | Inbound Traffic | Network traffic going into the cloud platform | >= 0 bytes | Bandwidth or EIP | 1 minute |
|
||||||
| | | | | | |
|
| | | | | | |
|
||||||
| | | Unit: byte | | | |
|
| | | Unit: byte | | | |
|
||||||
+----------------------+--------------------+-------------------------------------------------+-------------+------------------+--------------------------------+
|
+----------------------+--------------------+-------------------------------------------------+-------------+------------------+--------------------------------+
|
||||||
|
@ -35,6 +35,9 @@ sys.path.insert(0, os.path.abspath('../'))
|
|||||||
sys.path.insert(0, os.path.abspath('./'))
|
sys.path.insert(0, os.path.abspath('./'))
|
||||||
|
|
||||||
# -- General configuration ----------------------------------------------------
|
# -- General configuration ----------------------------------------------------
|
||||||
|
# https://docutils.sourceforge.io/docs/user/smartquotes.html - it does not
|
||||||
|
# what it is expected
|
||||||
|
smartquotes = False
|
||||||
|
|
||||||
# Add any Sphinx extension module names here, as strings. They can be
|
# Add any Sphinx extension module names here, as strings. They can be
|
||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user