You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ji...@apache.org on 2020/11/18 19:57:19 UTC

[incubator-pinot] branch master updated (b009fd8 -> 2a04de8)

This is an automated email from the ASF dual-hosted git repository.

jihao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from b009fd8  Improve comparison coverage for selection SQL queries in ClusterIntegrationTestUtils(#6193) (#6224)
     add 2a04de8  [TE] rest-api enhance implementation to calculate alert performance (#6273)

No new revisions were added by this update.

Summary of changes:
 .../thirdeye/detection/DetectionResource.java      |  27 +++
 .../performance/PerformanceMetricsTest.java        | 215 +++++++++++++++++++++
 .../detection/performance/PerformanceMetric.java   |  25 +++
 .../performance/PerformanceMetricType.java         |   5 +
 .../detection/performance/PerformanceMetrics.java  | 160 +++++++++++++++
 5 files changed, 432 insertions(+)
 create mode 100644 thirdeye/thirdeye-dashboard/src/test/java/org/apache/pinot/thirdeye/detection/performance/PerformanceMetricsTest.java
 create mode 100644 thirdeye/thirdeye-spi/src/main/java/org/apache/pinot/thirdeye/detection/performance/PerformanceMetric.java
 create mode 100644 thirdeye/thirdeye-spi/src/main/java/org/apache/pinot/thirdeye/detection/performance/PerformanceMetricType.java
 create mode 100644 thirdeye/thirdeye-spi/src/main/java/org/apache/pinot/thirdeye/detection/performance/PerformanceMetrics.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org