[
https://issues.apache.org/jira/browse/IGNITE-18305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704052#comment-17704052
]
Kirill Gusakov commented on IGNITE-18305:
-----------------------------------------
LGTM
> CLI command for list of enabled metrics
> ---------------------------------------
>
> Key: IGNITE-18305
> URL: https://issues.apache.org/jira/browse/IGNITE-18305
> Project: Ignite
> Issue Type: Task
> Components: cli
> Reporter: Kirill Gusakov
> Assignee: Vadim Pakhnushev
> Priority: Major
> Labels: ignite-3, ignite-3-cli-tool
> Time Spent: 20m
> Remaining Estimate: 0h
>
> At the moment a user can't receive the list of enabled metrics anywhere, just
> the list of enabled metrics' sources. So, we need to:
> - Move current logic from
> {code:java}
> ignite metric list
> ignite metric enable
> ignite metric disable
> {code}
> to
> {code:java}
> ignite metric source list
> ignite metric source enable
> ignite metric source disable
> {code}
> - Change
> {code:java}
> ignite metric list{code}
> to return the actual list of enabled metrics
--
This message was sent by Atlassian Jira
(v8.20.10#820010)