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

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


The following commit(s) were added to refs/heads/master by this push:
     new 770381f  correct detection name for holt winters (#4650)
770381f is described below

commit 770381ffda6804d242cb83c93538d3ca28e6464b
Author: John Clem <[email protected]>
AuthorDate: Tue Oct 15 14:24:56 2019 -0600

    correct detection name for holt winters (#4650)
---
 thirdeye/docs/templates.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/thirdeye/docs/templates.rst b/thirdeye/docs/templates.rst
index 83dacb8..fce66ef 100644
--- a/thirdeye/docs/templates.rst
+++ b/thirdeye/docs/templates.rst
@@ -117,7 +117,7 @@ Example of multiple rules:
      
     - detection:
       - name: detection_rule_3
-        type: HOLT_WINTERS
+        type: HOLT_WINTERS_RULE
         params:
           sensitivity: 5
 
@@ -194,4 +194,4 @@ Example of a Dimensional Alerting subscription groupĀ 
      
     referenceLinks:
       "Oncall Runbook": "http://go/oncall";
-      "Thirdeye FAQs": "http://go/thirdeyefaqs";
\ No newline at end of file
+      "Thirdeye FAQs": "http://go/thirdeyefaqs";


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to