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

aaronucsd 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 3b5f0de  [TE] frontend - harleyjj/rootcause - add Anomaly to labels 
for rootcause legend and tooltip (#3621)
3b5f0de is described below

commit 3b5f0de3bdac636eaa3f605b082781152e98b3d9
Author: Harley Jackson <[email protected]>
AuthorDate: Thu Dec 20 10:34:47 2018 -0800

    [TE] frontend - harleyjj/rootcause - add Anomaly to labels for rootcause 
legend and tooltip (#3621)
---
 thirdeye/thirdeye-frontend/app/utils/rca-utils.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdeye/thirdeye-frontend/app/utils/rca-utils.js 
b/thirdeye/thirdeye-frontend/app/utils/rca-utils.js
index b8b47ea..151eaae 100644
--- a/thirdeye/thirdeye-frontend/app/utils/rca-utils.js
+++ b/thirdeye/thirdeye-frontend/app/utils/rca-utils.js
@@ -309,7 +309,7 @@ export function toEventLabel(urn, entities) {
 
   if (urn.includes('anomaly')) {
     const [, id] = urn.split(':anomaly:');
-    label = `#${id} ${label}`;
+    label = `Anomaly #${id} ${label}`;
   }
 
   return label;


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

Reply via email to