We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746a7fd commit f8dacc9Copy full SHA for f8dacc9
dd-java-agent/agent-jmxfetch/src/main/resources/datadog/trace/agent/jmxfetch/README
dd-java-agent/agent-jmxfetch/src/main/resources/datadog/trace/agent/jmxfetch/README.md
@@ -0,0 +1,9 @@
1
+# Metric Configs
2
+
3
+Files from [integrations-core](https://github.com/search?q=repo%3ADataDog%2Fintegrations-core+%22jmx_metrics%3A%22+language%3AYAML&type=code)
4
+are copied here at build time by the `copyMetricConfigs` gradle task after initializing the submodule.
5
6
+These are then bundled in `dd-java-agent.jar`. Due to limitations in Java jar walking, it is non-trivial
7
+to get all these files from within the jar without knowing their names.
8
+Consequently, we list out each integration in `datadog/trace/agent/jmxfetch/metricconfigs.txt`
9
+so the agent can reference them.
0 commit comments