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
Copy file name to clipboardExpand all lines: content/en/tracing/setup/java.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -226,8 +226,8 @@ The tracer is configured using System Properties and Environment Variables as fo
226
226
|`dd.jmxfetch.config`|`DD_JMXFETCH_CONFIG`|`null`| (Example: `activemq.d/conf.yaml,jmx.d/conf.yaml`) Additional metrics configuration file for JMX metrics collection. The Java Agent looks for `jvm_direct:true` in the `instance` section in the `yaml` file to change configuration. |
227
227
|`dd.jmxfetch.check-period`|`DD_JMXFETCH_CHECK_PERIOD`|`1500`| How often to send JMX metrics (in ms). |
228
228
|`dd.jmxfetch.refresh-beans-period`|`DD_JMXFETCH_REFRESH_BEANS_PERIOD`|`600`| How often to refresh list of avalable JMX beans (in seconds). |
229
-
|`dd.jmxfetch.statsd.host`|`DD_JMXFETCH_STATSD_HOST`| same as `agent.host`| Statsd host to send JMX metrics to. |
230
-
|`dd.jmxfetch.statsd.port`|`DD_JMXFETCH_STATSD_PORT`| 8125 | Statsd port to send JMX metrics to. |
229
+
|`dd.jmxfetch.statsd.host`|`DD_JMXFETCH_STATSD_HOST`| same as `agent.host`| Statsd host to send JMX metrics to. If you are using Unix Domain Sockets, use an argument like 'unix://PATH_TO_UDS_SOCKET' example: unix:///var/datadog-agent/dsd.socket |
230
+
|`dd.jmxfetch.statsd.port`|`DD_JMXFETCH_STATSD_PORT`| 8125 | Statsd port to send JMX metrics to. If you are using Unix Domain Sockets, input 0|
0 commit comments