Skip to content

Commit 0604a76

Browse files
committed
[statsd] Add graalvm native-image support via resource-config.json
1 parent ed61d91 commit 0604a76

File tree

1 file changed

+7
-0
lines changed
  • metrics-statsd/src/main/resources/META-INF/native-image/io.avaje.metrics.statsd/statsd-client

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"resources": [
3+
{
4+
"pattern": "dogstatsd/version.properties"
5+
}
6+
]
7+
}

0 commit comments

Comments
 (0)