Add graalvm native-image resource-config.json for dogstatsd/version.p…
…roperties
This is needed to support native-image compilation. The dogstatsd/version.properties resource is read when creating the NonBlockingStatsDClient at:
NonBlockingStatsDClient.
Adding the META-INF/native-image/com.datadoghq/dogstatsd-client/resource-config.json is the fix to
avoid the following stack trace.
Exception in thread "main" com.timgroup.statsd.StatsDClientException: Failed to start StatsD client
at com.timgroup.statsd.NonBlockingStatsDClient.
Hi, thank you for the contribution. Could you please sign the commits?
Could you please sign the commits?
Maybe I can't ...
Executing: git commit --amend --no-edit -n -S
error: gpg failed to sign the data
fatal: failed to write commit object
warning: execution failed: git commit --amend --no-edit -n -S
Hmm ...