bradleybonitatibus opened a new issue, #8785: URL: https://github.com/apache/hudi/issues/8785
**_Tips before filing an issue_** - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)? - Join the mailing list to engage in conversations and get faster support at [email protected]. - If you have triaged this as a bug, then file an [issue](https://issues.apache.org/jira/projects/HUDI/issues) directly. **Describe the problem you faced** I'm trying to configure `DataDogMetricsReporter` for many `DeltaStreamer` jobs and getting the following issue when using the `0.13.0` documentation for metrics (https://hudi.apache.org/docs/metrics/#datadogmetricsreporter): ``` Caused by: javax.net.ssl.SSLPeerUnverifiedException: Host name 'app.us.datadoghq.com' does not match the certificate subject provided by the peer (CN=*.datadoghq.com, O="Datadog, Inc.", L=New York, ST=New York, C=US) ``` **To Reproduce** Steps to reproduce the behavior: 1. Follow Metrics documentation for DataDogMetricsReporter 2. Add API Key and turn metrics on 3. Deploy delta streamer job with the appropriate properties **Expected behavior** I expected to see the `hoodie.` prefixed metrics in DataDog. **Environment Description** * Hudi version : 0.13.0 * Spark version : 3.1 * Hive version : 2.3.1 * Hadoop version : 2.10.1 * Storage (HDFS/S3/GCS..) : S3 * Running on Docker? (yes/no) : No **Additional context** I've reached out to DataDog Support and the API URL seems to be using an old endpoint? ["app.us.datadoghq"](https://github.com/apache/hudi/blob/master/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metrics/datadog/DatadogHttpClient.java#L51) but the official documentation says the API needs to be [https://api.datadoghq.com/api/v2/series](https://docs.datadoghq.com/api/latest/metrics/#submit-metrics). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
