From issues-return-96644-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Fri Jun 14 12:50:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id A9BC418062F for ; Fri, 14 Jun 2019 14:50:01 +0200 (CEST) Received: (qmail 94260 invoked by uid 500); 14 Jun 2019 12:50:01 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 94250 invoked by uid 99); 14 Jun 2019 12:50:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2019 12:50:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 706C5E2CDF for ; Fri, 14 Jun 2019 12:50:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3607424637 for ; Fri, 14 Jun 2019 12:50:00 +0000 (UTC) Date: Fri, 14 Jun 2019 12:50:00 +0000 (UTC) From: "Nikolay Izhikov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-11920) [IEP-35] Improve Metric API MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Nikolay Izhikov created IGNITE-11920: ---------------------------------------- Summary: [IEP-35] Improve Metric API Key: IGNITE-11920 URL: https://issues.apache.org/jira/browse/IGNITE-11920 Project: Ignite Issue Type: Improvement Reporter: Nikolay Izhikov Assignee: Nikolay Izhikov MetricRegistry may be made safer if we explicitly extract a group of metrics for some Ignite entity(cache, service, etc.). Internally, the registry will stay the same. API proposition is: {code:java} MetricRegistry { MetricSet default(); MetricSet group(String name); } MetricSet { LongCounter counter(); void registrer(Metric m); //other methods. } {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)