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/08/11 11:09:48 UTC

[GitHub] [hudi] cun123 opened a new issue #1947: datadog monitor hudi

cun123 opened a new issue #1947:
URL: https://github.com/apache/hudi/issues/1947


   Hi:
   this is my configuration:
   
   "dataFrameWrite.option("hoodie.metrics.on",true).
                     option("hoodie.metrics.reporter.type","DATADOG").
                     option("hoodie.metrics.datadog.api.site","US").
                     option("hoodie.metrics.datadog.api.key","xxxxxxxxxxxxxxxxxxxxxx").
                     option("hoodie.metrics.datadog.metric.prefix","llc").mode(SaveMode.Append).save(basePath)"
   
   but it does not work, what‘s the matter?


----------------------------------------------------------------
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] bvaradar closed issue #1947: datadog monitor hudi

Posted by GitBox <gi...@apache.org>.
bvaradar closed issue #1947:
URL: https://github.com/apache/hudi/issues/1947


   


----------------------------------------------------------------
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] bvaradar commented on issue #1947: datadog monitor hudi

Posted by GitBox <gi...@apache.org>.
bvaradar commented on issue #1947:
URL: https://github.com/apache/hudi/issues/1947#issuecomment-673131428


   @xushiyan : Can you please chime in here ?


----------------------------------------------------------------
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] bvaradar commented on issue #1947: datadog monitor hudi

Posted by GitBox <gi...@apache.org>.
bvaradar commented on issue #1947:
URL: https://github.com/apache/hudi/issues/1947#issuecomment-679276189


   @cun123 : Please reopen if the suggestion @xushiyan  did not work.
   


----------------------------------------------------------------
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 issue #1947: datadog monitor hudi

Posted by GitBox <gi...@apache.org>.
xushiyan commented on issue #1947:
URL: https://github.com/apache/hudi/issues/1947#issuecomment-673322896


   hi i haven't tried this myself but a cursory look gives that `option("hoodie.metrics.on",true)` may be a problem as it takes a `boolean` for value. can you try `option("hoodie.metrics.on","true")`? and have you tried the settings with other metrics reporter?


----------------------------------------------------------------
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