You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/05/27 15:41:00 UTC

[GitHub] [hudi] xushiyan opened a new pull request #1672: [HUDI-836] [BLOG] Monitor Hudi metrics with Datadog

xushiyan opened a new pull request #1672:
URL: https://github.com/apache/hudi/pull/1672


   
   ## Committer checklist
   
    - [ ] Has a corresponding JIRA in PR title & commit
    
    - [ ] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] vinothchandar commented on a change in pull request #1672: [HUDI-836] [BLOG] Monitor Hudi metrics with Datadog

Posted by GitBox <gi...@apache.org>.
vinothchandar commented on a change in pull request #1672:
URL: https://github.com/apache/hudi/pull/1672#discussion_r432851638



##########
File path: docs/_posts/2020-05-28-monitoring-hudi-metrics-with-datadog.md
##########
@@ -0,0 +1,61 @@
+---
+title: "Monitor Hudi metrics with Datadog"
+excerpt: "Introducing the feature of reporting Hudi metrics via Datadog HTTP API"
+author: rxu
+category: blog
+---
+
+## Introduction
+
+[Datadog](https://www.datadoghq.com/) is a popular monitoring service. In the upcoming `0.6.0` release of Apache Hudi, we will introduce the feature of reporting Hudi metrics via Datadog HTTP API, in addition to the current reporter types: Graphite and JMX.

Review comment:
       Given this is the first blog post move, may be we can standardize on having the release number up front..? 

##########
File path: docs/_posts/2020-05-28-monitoring-hudi-metrics-with-datadog.md
##########
@@ -0,0 +1,61 @@
+---
+title: "Monitor Hudi metrics with Datadog"
+excerpt: "Introducing the feature of reporting Hudi metrics via Datadog HTTP API"
+author: rxu
+category: blog
+---
+
+## Introduction
+
+[Datadog](https://www.datadoghq.com/) is a popular monitoring service. In the upcoming `0.6.0` release of Apache Hudi, we will introduce the feature of reporting Hudi metrics via Datadog HTTP API, in addition to the current reporter types: Graphite and JMX.

Review comment:
       Add a separate section before introduction, called **release** or **availability**? That calls out **0.6.0 (unreleased)** 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] vinothchandar merged pull request #1672: [HUDI-836] [BLOG] Monitor Hudi metrics with Datadog

Posted by GitBox <gi...@apache.org>.
vinothchandar merged pull request #1672:
URL: https://github.com/apache/hudi/pull/1672


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] xushiyan commented on pull request #1672: [HUDI-836] [BLOG] Monitor Hudi metrics with Datadog

Posted by GitBox <gi...@apache.org>.
xushiyan commented on pull request #1672:
URL: https://github.com/apache/hudi/pull/1672#issuecomment-634758031


   @vinothchandar @yanghua FYA. Thanks.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] vinothchandar commented on pull request #1672: [HUDI-836] [BLOG] Monitor Hudi metrics with Datadog

Posted by GitBox <gi...@apache.org>.
vinothchandar commented on pull request #1672:
URL: https://github.com/apache/hudi/pull/1672#issuecomment-636341512


   @xushiyan +1 to add a blog first.. but let’s add a ticket to document this in the 0.6.0 timeline? 
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] xushiyan commented on pull request #1672: [HUDI-836] [BLOG] Monitor Hudi metrics with Datadog

Posted by GitBox <gi...@apache.org>.
xushiyan commented on pull request #1672:
URL: https://github.com/apache/hudi/pull/1672#issuecomment-636361909


   > @xushiyan +1 to add a blog first.. but let’s add a ticket to document this in the 0.6.0 timeline?
   
   Sure. Created https://jira.apache.org/jira/browse/HUDI-983


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] lamber-ken commented on pull request #1672: [HUDI-836] [BLOG] Monitor Hudi metrics with Datadog

Posted by GitBox <gi...@apache.org>.
lamber-ken commented on pull request #1672:
URL: https://github.com/apache/hudi/pull/1672#issuecomment-634841513


   hi @xushiyan, it's nice to add it here.
   
   ![image](https://user-images.githubusercontent.com/20113411/83055820-f5e97100-a086-11ea-9ea3-52b342aca9d4.png)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] xushiyan commented on pull request #1672: [HUDI-836] [BLOG] Monitor Hudi metrics with Datadog

Posted by GitBox <gi...@apache.org>.
xushiyan commented on pull request #1672:
URL: https://github.com/apache/hudi/pull/1672#issuecomment-634846869


   @lamber-ken Sounds good... let me see if I need to reword some part accordingly..


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] xushiyan commented on a change in pull request #1672: [HUDI-836] [BLOG] Monitor Hudi metrics with Datadog

Posted by GitBox <gi...@apache.org>.
xushiyan commented on a change in pull request #1672:
URL: https://github.com/apache/hudi/pull/1672#discussion_r432872823



##########
File path: docs/_posts/2020-05-28-monitoring-hudi-metrics-with-datadog.md
##########
@@ -0,0 +1,61 @@
+---
+title: "Monitor Hudi metrics with Datadog"
+excerpt: "Introducing the feature of reporting Hudi metrics via Datadog HTTP API"
+author: rxu
+category: blog
+---
+
+## Introduction
+
+[Datadog](https://www.datadoghq.com/) is a popular monitoring service. In the upcoming `0.6.0` release of Apache Hudi, we will introduce the feature of reporting Hudi metrics via Datadog HTTP API, in addition to the current reporter types: Graphite and JMX.

Review comment:
       Section added.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] xushiyan commented on pull request #1672: [HUDI-836] [BLOG] Monitor Hudi metrics with Datadog

Posted by GitBox <gi...@apache.org>.
xushiyan commented on pull request #1672:
URL: https://github.com/apache/hudi/pull/1672#issuecomment-634855005


   @lamber-ken Seems like it'll be more appropriate if we incorporate all supported metric reporter configs in the new "Metrics" section. How about posting this as a blog first? later consolidate all reporters into the new setup guide section. I'm open to suggestions. cc @vinothchandar 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org