Skip to content

Commit 292c604

Browse files
authored
Updates for mc RELEASE.2025-03-12T17-29-24Z (#1441)
- removes `--logs` flag from `mc support callhome` - enforces 100 bucket limit for v2 metrics Closes #1439 Opportunistic fix to remove errant copy/paste for `--noncurrent-expire-days` flag in `mc ilm rule add` Closes #1438
1 parent b9f77cb commit 292c604

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

source/operations/monitoring/metrics-v2.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,13 @@ The following sections describe the version 2 endpoints and metrics.
7272

7373
.. versionchanged:: RELEASE.2023-08-31T15-31-16Z
7474

75-
You can scrape :ref:`bucket-level metrics <minio-available-bucket-metrics>` using the following URL endpoint:
75+
You can scrape :ref:`bucket-level metrics <minio-available-bucket-metrics>` using the following URL endpoint:
7676

77+
.. versionchanged:: RELEASE.2025-03-12T17-29-24Z
78+
79+
v2 metrics have a limit of 100 buckets for performance reasons.
80+
For metrics across a higher number of buckets, use :ref:`v3 metrics <minio-metrics-and-alerts-available-metrics>` instead.
81+
7782
.. code-block:: shell
7883
:class: copyable
7984
@@ -109,6 +114,12 @@ The following sections describe the version 2 endpoints and metrics.
109114

110115
.. _minio-available-bucket-metrics:
111116

117+
.. versionchanged:: RELEASE.2025-03-12T17-29-24Z
118+
119+
v2 metrics have a limit of 100 buckets for performance reasons.
120+
For metrics across a higher number of buckets, use :ref:`v3 metrics <minio-metrics-and-alerts-available-metrics>` instead.
121+
122+
112123
.. include:: /includes/common-metrics-bucket.md
113124
:parser: myst_parser.sphinx_
114125

source/reference/minio-mc/mc-ilm-rule-add.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,6 @@ Parameters
202202

203203
This option has the same behavior as the S3 ``NoncurrentVersionExpiration`` action.
204204

205-
If the remote tier is another MinIO deployment, you can set the value to ``0`` to mark new objects as immediately eligible for transition to the remote tier.
206-
207205
MinIO uses a :ref:`scanner process <minio-concepts-scanner>` to check objects against all configured lifecycle management rules.
208206
Slow scanning due to high IO workloads or limited system resources may delay application of lifecycle management rules.
209207
See :ref:`minio-lifecycle-management-scanner` for more information.

source/reference/minio-mc/mc-support-callhome.rst

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,11 @@ Syntax
7878
7979
mc support callhome status \
8080
ALIAS \
81-
[--logs] \
8281
[--diag]
8382
8483
.. note::
8584

86-
The ``--logs`` and ``--diag`` flags are no longer supported in SUBNET and will be removed in a future release.
85+
The ``--diag`` flag is no longer supported in SUBNET and will be removed in a future release.
8786

8887
Parameters
8988
~~~~~~~~~~
@@ -93,15 +92,6 @@ Parameters
9392

9493
The :ref:`alias <alias>` of the MinIO deployment.
9594

96-
.. mc-cmd:: --logs
97-
:optional:
98-
99-
.. note::
100-
101-
This option is no longer supported in SUBNET and will be removed in a future release.
102-
103-
Send or stop sending log information to SUBNET in real time.
104-
10595
.. mc-cmd:: --diag
10696
:optional:
10797

@@ -111,8 +101,6 @@ Parameters
111101

112102
Send or stop sending deployment diagnostic information to SUBNET every 24 hours.
113103

114-
If you do not pass either ``--logs`` or ``--diag``, the command applies to both logs and diagnostics.
115-
116104
Examples
117105
--------
118106

0 commit comments

Comments
 (0)