Skip to content

Updates for mc RELEASE.2025-03-12T17-29-24Z #1441

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion source/operations/monitoring/metrics-v2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,13 @@ The following sections describe the version 2 endpoints and metrics.

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

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

.. versionchanged:: RELEASE.2025-03-12T17-29-24Z

v2 metrics have a limit of 100 buckets for performance reasons.
For metrics across a higher number of buckets, use :ref:`v3 metrics <minio-metrics-and-alerts-available-metrics>` instead.

.. code-block:: shell
:class: copyable

Expand Down Expand Up @@ -109,6 +114,12 @@ The following sections describe the version 2 endpoints and metrics.

.. _minio-available-bucket-metrics:

.. versionchanged:: RELEASE.2025-03-12T17-29-24Z

v2 metrics have a limit of 100 buckets for performance reasons.
For metrics across a higher number of buckets, use :ref:`v3 metrics <minio-metrics-and-alerts-available-metrics>` instead.


.. include:: /includes/common-metrics-bucket.md
:parser: myst_parser.sphinx_

Expand Down
2 changes: 0 additions & 2 deletions source/reference/minio-mc/mc-ilm-rule-add.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ Parameters

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

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.

MinIO uses a :ref:`scanner process <minio-concepts-scanner>` to check objects against all configured lifecycle management rules.
Slow scanning due to high IO workloads or limited system resources may delay application of lifecycle management rules.
See :ref:`minio-lifecycle-management-scanner` for more information.
Expand Down
14 changes: 1 addition & 13 deletions source/reference/minio-mc/mc-support-callhome.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,11 @@ Syntax

mc support callhome status \
ALIAS \
[--logs] \
[--diag]

.. note::

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

Parameters
~~~~~~~~~~
Expand All @@ -93,15 +92,6 @@ Parameters

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

.. mc-cmd:: --logs
:optional:

.. note::

This option is no longer supported in SUBNET and will be removed in a future release.

Send or stop sending log information to SUBNET in real time.

.. mc-cmd:: --diag
:optional:

Expand All @@ -111,8 +101,6 @@ Parameters

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

If you do not pass either ``--logs`` or ``--diag``, the command applies to both logs and diagnostics.

Examples
--------

Expand Down