Skip to content
Open
Show file tree
Hide file tree
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
Expand Up @@ -69,7 +69,8 @@ public enum Feature {
PREVIEW_CUSTOM_INSTRUMENTATION(55), // track customInstrumentation
PREVIEW_ADDITIONAL_PROPAGATORS(56), // track additionalPropagators
GRAAL_VM_NATIVE(57),
PEKKO_DISABLED(58) // preview instrumentation
PEKKO_DISABLED(58), // preview instrumentation
PREVIEW_CAPTURE_LOGBACK_KEY_VALUE(59) // track captureLogbackKeyValue
;

private static final Map<String, Feature> javaVendorFeatureMap;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ public enum Feature {
PREVIEW_CUSTOM_INSTRUMENTATION(55), // track customInstrumentation
PREVIEW_ADDITIONAL_PROPAGATORS(56), // track additionalPropagators
GRAAL_VM_NATIVE(57),
PEKKO_DISABLED(58) // preview instrumentation
PEKKO_DISABLED(58), // preview instrumentation
PREVIEW_CAPTURE_LOGBACK_KEY_VALUE(59) // track captureLogbackKeyValue
;

private static final Map<String, Feature> javaVendorFeatureMap;
Expand Down
Loading