You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Hai Liu (Jira)" <ji...@apache.org> on 2021/09/28 17:01:00 UTC

[jira] [Assigned] (IOTDB-1761) Add metric framework for IoTDB

     [ https://issues.apache.org/jira/browse/IOTDB-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hai Liu reassigned IOTDB-1761:
------------------------------

    Assignee: Steve Yurong Su

> Add metric framework for IoTDB
> ------------------------------
>
>                 Key: IOTDB-1761
>                 URL: https://issues.apache.org/jira/browse/IOTDB-1761
>             Project: Apache IoTDB
>          Issue Type: New Feature
>          Components: Core/Others
>            Reporter: Steve Yurong Su
>            Assignee: Steve Yurong Su
>            Priority: Major
>   Original Estimate: 16h
>  Remaining Estimate: 16h
>
> The system has two characteristics:
>  # Define the interface of measurement collection system, including measurement collection, and measurement data exposure. You can customize your own implementation based on these interfaces.
>  ## There are five kinds of measurement collection interfaces
>  1. Counter: can only be incremented
>  2. Gauge: instantaneous value, can be set and obtained
>  3. Rate: throughput, support 1 minute, 5 minutes, 15 minutes of throughput
>  4. Histogram: histogram, support multiple percentage values
>  5. Timer: which can be understood as histogram plus rate
>  ## The measurement data exposure interface only defines the start and stop interfaces
>  # At present, the implementation based on dropwizard and the implementation based on micrometer are provided. The default is the implementation of micrometer, which supports data exposure to Jmx and Prometheus



--
This message was sent by Atlassian Jira
(v8.3.4#803005)