apucher closed pull request #3493: [TE] config - enable rca holiday ranking
with dimensions by default
URL: https://github.com/apache/incubator-pinot/pull/3493
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/thirdeye/thirdeye-pinot/config/rca.yml
b/thirdeye/thirdeye-pinot/config/rca.yml
index cdf1e64a74..334a45e952 100644
--- a/thirdeye/thirdeye-pinot/config/rca.yml
+++ b/thirdeye/thirdeye-pinot/config/rca.yml
@@ -34,8 +34,12 @@ frameworks:
className: com.linkedin.thirdeye.rootcause.impl.EmptyPipeline
eventHoliday:
- - outputName: OUTPUT
+ - outputName: METRIC_RELATED
inputNames: [INPUT]
+ className:
com.linkedin.thirdeye.rootcause.impl.MetricAnalysisPipeline
+
+ - outputName: OUTPUT
+ inputNames: [INPUT, METRIC_RELATED]
className:
com.linkedin.thirdeye.rootcause.impl.ThirdEyeEventsPipeline
properties:
strategy: COMPOUND
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]