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 7686c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/datadog/jmxfetch/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ public App(final AppConfig appConfig) {
}
this.configs = getConfigs(this.appConfig);

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

private ObjectName getAppTelemetryBeanName() {
Expand Down

0 comments on commit 7686c87

Please sign in to comment.