All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.opentelemetry.contrib.jfr.connection.package-info Maven / Gradle / Ivy

There is a newer version: 1.42.0-alpha
Show newest version
/*
 * Copyright The OpenTelemetry Authors
 * SPDX-License-Identifier: Apache-2.0
 */

/**
 * This package provides API for controlling Java Flight Recordings (JFR) through Java Management
 * Extensions (JMX). The main entry point is {@link
 * io.opentelemetry.contrib.jfr.connection.FlightRecorderConnection}.
 *
 * 

JDK 9 introduced the {@code jdk.jfr} API which is not available in JDK 8. The {@code * jdk.management.jfr.FlightRecorderMXBean} is available in OpenJDK 8u262 and higher. By relying on * JMX and the {@code jdk.management.jfr.FlightRecorderMXBean}, the {@code * io.opentelemetry.contrib.jfr.connection} package provides access to JFR on local or remote JVMs. */ package io.opentelemetry.contrib.jfr.connection;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy