You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Follow Metrics documentation for DataDogMetricsReporter
Add API Key and turn metrics on
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 they seem to say something similar regarding the outdated endpoint being the possible cause of this failure to write metrics to DataDog.
Describe the problem you faced
I'm trying to configure
DataDogMetricsReporter
for manyDeltaStreamer
jobs and getting the following issue when using the0.13.0
documentation for metrics (https://hudi.apache.org/docs/metrics/#datadogmetricsreporter):To Reproduce
Steps to reproduce the behavior:
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 they seem to say something similar regarding the outdated endpoint being the possible cause of this failure to write metrics to DataDog.
The Metrics Writer uses "app.us.datadoghq"
but the official documentation says the API needs to be api.datadoghq.com.
The text was updated successfully, but these errors were encountered: