You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rgw_op section of `counter dump/schema` becomes:
- rgw_op_global for the global op counters
- rgw_op_per_user for the user labeled counters
- rgw_op_per_bucket for the bucket labeled counters
Signed-off-by: Ali Maredia <[email protected]>
Copy file name to clipboardExpand all lines: doc/radosgw/metrics.rst
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,15 @@ The following metrics related to S3 or Swift operations are tracked per Ceph Obj
75
75
- Guage
76
76
- Total latency of list bucket operations
77
77
78
-
More information about op metrics can be seen in the ``rgw_op`` section of the output of the ``counter schema`` command.
79
-
To view op metrics in the Ceph Object Gateway go to the ``rgw_op`` section of the output of the ``counter dump`` command::
78
+
There are three different sections in the output of the ``counter dump`` and ``counter schema`` commands that show the op metrics and their information.
79
+
The sections are ``rgw_op``, ``rgw_op_per_user``, and ``rgw_op_per_bucket``.
80
+
81
+
The counters in the ``rgw_op`` section reflect the totals of each op metric for a given Ceph Object Gateway.
82
+
The counters in the ``rgw_op_per_user`` and ``rgw_op_per_bucket`` sections are labeled counters of op metrics for a user or bucket respectively.
83
+
84
+
Information about op metrics can be seen in the ``rgw_op`` sections of the output of the ``counter schema`` command.
85
+
86
+
To view op metrics in the Ceph Object Gateway go to the ``rgw_op`` sections of the output of the ``counter dump`` command::
80
87
81
88
"rgw_op": [
82
89
{
@@ -112,7 +119,7 @@ Op Metrics Labels
112
119
113
120
Op metrics can also be tracked per-user or per-bucket. These metrics are exported to Prometheus with labels like Bucket = {name} or User = {userid}::
0 commit comments