Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package com.datadog.profiling.controller.openjdk.events;

import static datadog.trace.api.telemetry.LogCollector.SEND_TELEMETRY;

import datadog.environment.OperatingSystem;
import datadog.trace.bootstrap.instrumentation.jfr.JfrHelper;
import de.thetaphi.forbiddenapis.SuppressForbidden;
Expand Down Expand Up @@ -75,7 +77,9 @@ public static void registerEvents() {
if (annotatedMapsAvailable) {
log.debug("Smap entry events registered successfully");
} else {
log.warn("Smap entry events could not be registered due to missing systemMap operation");
log.debug(
SEND_TELEMETRY,
"Smap entry events could not be registered due to missing systemMap operation");
}
}

Expand Down