Skip to content

Commit

Permalink
Reverting my if statment
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosroman committed May 31, 2024
1 parent ec0759a commit 0519dc0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/main/java/org/datadog/jmxfetch/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,11 @@ public App(final AppConfig appConfig) {
}
this.configs = getConfigs(this.appConfig);

if (this.appConfig.getJmxfetchTelemetry()) {
log.info("Enabling JMX Fetch Telemetry");
this.initTelemetryBean();
}
// if (this.appConfig.getJmxfetchTelemetry()) {
// log.info("Enabling JMX Fetch Telemetry");
// this.initTelemetryBean();
// }
this.initTelemetryBean();
}

private ObjectName getAppTelemetryBeanName() {
Expand Down

0 comments on commit 0519dc0

Please sign in to comment.