Update the OpenTelemetry SDK version to 1.31.0 (#9619)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com> Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
This commit is contained in:
parent
6297c278df
commit
dec59cb2cb
|
@ -8,7 +8,7 @@ val dependencyVersions = hashMapOf<String, String>()
|
||||||
rootProject.extra["versions"] = dependencyVersions
|
rootProject.extra["versions"] = dependencyVersions
|
||||||
|
|
||||||
// this line is managed by .github/scripts/update-sdk-version.sh
|
// this line is managed by .github/scripts/update-sdk-version.sh
|
||||||
val otelSdkVersion = "1.30.1"
|
val otelSdkVersion = "1.31.0"
|
||||||
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
|
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
|
||||||
|
|
||||||
// Need both BOM and groovy jars
|
// Need both BOM and groovy jars
|
||||||
|
|
|
@ -27,7 +27,7 @@ subprojects {
|
||||||
ext {
|
ext {
|
||||||
versions = [
|
versions = [
|
||||||
// this line is managed by .github/scripts/update-sdk-version.sh
|
// this line is managed by .github/scripts/update-sdk-version.sh
|
||||||
opentelemetrySdk : "1.30.1",
|
opentelemetrySdk : "1.31.0",
|
||||||
|
|
||||||
// these lines are managed by .github/scripts/update-version.sh
|
// these lines are managed by .github/scripts/update-version.sh
|
||||||
opentelemetryJavaagent : "1.31.0-SNAPSHOT",
|
opentelemetryJavaagent : "1.31.0-SNAPSHOT",
|
||||||
|
|
|
@ -23,7 +23,7 @@ version '1.0'
|
||||||
ext {
|
ext {
|
||||||
versions = [
|
versions = [
|
||||||
// this line is managed by .github/scripts/update-sdk-version.sh
|
// this line is managed by .github/scripts/update-sdk-version.sh
|
||||||
opentelemetrySdk : "1.30.1",
|
opentelemetrySdk : "1.31.0",
|
||||||
|
|
||||||
// these lines are managed by .github/scripts/update-version.sh
|
// these lines are managed by .github/scripts/update-version.sh
|
||||||
opentelemetryJavaagent : "1.31.0-SNAPSHOT",
|
opentelemetryJavaagent : "1.31.0-SNAPSHOT",
|
||||||
|
|
|
@ -22,9 +22,7 @@ final class HttpMetricsAdvice {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
((ExtendedDoubleHistogramBuilder) builder)
|
((ExtendedDoubleHistogramBuilder) builder)
|
||||||
.setAdvice(
|
.setAttributesAdvice(
|
||||||
advice ->
|
|
||||||
advice.setAttributes(
|
|
||||||
asList(
|
asList(
|
||||||
SemanticAttributes.HTTP_REQUEST_METHOD,
|
SemanticAttributes.HTTP_REQUEST_METHOD,
|
||||||
SemanticAttributes.HTTP_RESPONSE_STATUS_CODE,
|
SemanticAttributes.HTTP_RESPONSE_STATUS_CODE,
|
||||||
|
@ -32,7 +30,7 @@ final class HttpMetricsAdvice {
|
||||||
SemanticAttributes.NETWORK_PROTOCOL_VERSION,
|
SemanticAttributes.NETWORK_PROTOCOL_VERSION,
|
||||||
SemanticAttributes.SERVER_ADDRESS,
|
SemanticAttributes.SERVER_ADDRESS,
|
||||||
SemanticAttributes.SERVER_PORT,
|
SemanticAttributes.SERVER_PORT,
|
||||||
SemanticAttributes.SERVER_SOCKET_ADDRESS)));
|
SemanticAttributes.SERVER_SOCKET_ADDRESS));
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("deprecation") // until old http semconv are dropped in 2.0
|
@SuppressWarnings("deprecation") // until old http semconv are dropped in 2.0
|
||||||
|
@ -41,9 +39,7 @@ final class HttpMetricsAdvice {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
((ExtendedDoubleHistogramBuilder) builder)
|
((ExtendedDoubleHistogramBuilder) builder)
|
||||||
.setAdvice(
|
.setAttributesAdvice(
|
||||||
advice ->
|
|
||||||
advice.setAttributes(
|
|
||||||
asList(
|
asList(
|
||||||
SemanticAttributes.HTTP_METHOD,
|
SemanticAttributes.HTTP_METHOD,
|
||||||
SemanticAttributes.HTTP_STATUS_CODE,
|
SemanticAttributes.HTTP_STATUS_CODE,
|
||||||
|
@ -51,7 +47,7 @@ final class HttpMetricsAdvice {
|
||||||
SemanticAttributes.NET_PEER_PORT,
|
SemanticAttributes.NET_PEER_PORT,
|
||||||
SemanticAttributes.NET_PROTOCOL_NAME,
|
SemanticAttributes.NET_PROTOCOL_NAME,
|
||||||
SemanticAttributes.NET_PROTOCOL_VERSION,
|
SemanticAttributes.NET_PROTOCOL_VERSION,
|
||||||
SemanticAttributes.NET_SOCK_PEER_ADDR)));
|
SemanticAttributes.NET_SOCK_PEER_ADDR));
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("deprecation") // until old http semconv are dropped in 2.0
|
@SuppressWarnings("deprecation") // until old http semconv are dropped in 2.0
|
||||||
|
@ -60,9 +56,7 @@ final class HttpMetricsAdvice {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
((ExtendedLongHistogramBuilder) builder)
|
((ExtendedLongHistogramBuilder) builder)
|
||||||
.setAdvice(
|
.setAttributesAdvice(
|
||||||
advice ->
|
|
||||||
advice.setAttributes(
|
|
||||||
asList(
|
asList(
|
||||||
// stable attributes
|
// stable attributes
|
||||||
SemanticAttributes.HTTP_REQUEST_METHOD,
|
SemanticAttributes.HTTP_REQUEST_METHOD,
|
||||||
|
@ -79,7 +73,7 @@ final class HttpMetricsAdvice {
|
||||||
SemanticAttributes.NET_PEER_PORT,
|
SemanticAttributes.NET_PEER_PORT,
|
||||||
SemanticAttributes.NET_PROTOCOL_NAME,
|
SemanticAttributes.NET_PROTOCOL_NAME,
|
||||||
SemanticAttributes.NET_PROTOCOL_VERSION,
|
SemanticAttributes.NET_PROTOCOL_VERSION,
|
||||||
SemanticAttributes.NET_SOCK_PEER_ADDR)));
|
SemanticAttributes.NET_SOCK_PEER_ADDR));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void applyStableServerDurationAdvice(DoubleHistogramBuilder builder) {
|
static void applyStableServerDurationAdvice(DoubleHistogramBuilder builder) {
|
||||||
|
@ -87,16 +81,14 @@ final class HttpMetricsAdvice {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
((ExtendedDoubleHistogramBuilder) builder)
|
((ExtendedDoubleHistogramBuilder) builder)
|
||||||
.setAdvice(
|
.setAttributesAdvice(
|
||||||
advice ->
|
|
||||||
advice.setAttributes(
|
|
||||||
asList(
|
asList(
|
||||||
SemanticAttributes.HTTP_ROUTE,
|
SemanticAttributes.HTTP_ROUTE,
|
||||||
SemanticAttributes.HTTP_REQUEST_METHOD,
|
SemanticAttributes.HTTP_REQUEST_METHOD,
|
||||||
SemanticAttributes.HTTP_RESPONSE_STATUS_CODE,
|
SemanticAttributes.HTTP_RESPONSE_STATUS_CODE,
|
||||||
SemanticAttributes.NETWORK_PROTOCOL_NAME,
|
SemanticAttributes.NETWORK_PROTOCOL_NAME,
|
||||||
SemanticAttributes.NETWORK_PROTOCOL_VERSION,
|
SemanticAttributes.NETWORK_PROTOCOL_VERSION,
|
||||||
SemanticAttributes.URL_SCHEME)));
|
SemanticAttributes.URL_SCHEME));
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("deprecation") // until old http semconv are dropped in 2.0
|
@SuppressWarnings("deprecation") // until old http semconv are dropped in 2.0
|
||||||
|
@ -105,9 +97,7 @@ final class HttpMetricsAdvice {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
((ExtendedDoubleHistogramBuilder) builder)
|
((ExtendedDoubleHistogramBuilder) builder)
|
||||||
.setAdvice(
|
.setAttributesAdvice(
|
||||||
advice ->
|
|
||||||
advice.setAttributes(
|
|
||||||
asList(
|
asList(
|
||||||
SemanticAttributes.HTTP_SCHEME,
|
SemanticAttributes.HTTP_SCHEME,
|
||||||
SemanticAttributes.HTTP_ROUTE,
|
SemanticAttributes.HTTP_ROUTE,
|
||||||
|
@ -116,7 +106,7 @@ final class HttpMetricsAdvice {
|
||||||
SemanticAttributes.NET_HOST_NAME,
|
SemanticAttributes.NET_HOST_NAME,
|
||||||
SemanticAttributes.NET_HOST_PORT,
|
SemanticAttributes.NET_HOST_PORT,
|
||||||
SemanticAttributes.NET_PROTOCOL_NAME,
|
SemanticAttributes.NET_PROTOCOL_NAME,
|
||||||
SemanticAttributes.NET_PROTOCOL_VERSION)));
|
SemanticAttributes.NET_PROTOCOL_VERSION));
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("deprecation") // until old http semconv are dropped in 2.0
|
@SuppressWarnings("deprecation") // until old http semconv are dropped in 2.0
|
||||||
|
@ -125,9 +115,7 @@ final class HttpMetricsAdvice {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
((ExtendedLongHistogramBuilder) builder)
|
((ExtendedLongHistogramBuilder) builder)
|
||||||
.setAdvice(
|
.setAttributesAdvice(
|
||||||
advice ->
|
|
||||||
advice.setAttributes(
|
|
||||||
asList(
|
asList(
|
||||||
// stable attributes
|
// stable attributes
|
||||||
SemanticAttributes.HTTP_ROUTE,
|
SemanticAttributes.HTTP_ROUTE,
|
||||||
|
@ -144,7 +132,7 @@ final class HttpMetricsAdvice {
|
||||||
SemanticAttributes.NET_HOST_NAME,
|
SemanticAttributes.NET_HOST_NAME,
|
||||||
SemanticAttributes.NET_HOST_PORT,
|
SemanticAttributes.NET_HOST_PORT,
|
||||||
SemanticAttributes.NET_PROTOCOL_NAME,
|
SemanticAttributes.NET_PROTOCOL_NAME,
|
||||||
SemanticAttributes.NET_PROTOCOL_VERSION)));
|
SemanticAttributes.NET_PROTOCOL_VERSION));
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("deprecation") // until old http semconv are dropped in 2.0
|
@SuppressWarnings("deprecation") // until old http semconv are dropped in 2.0
|
||||||
|
@ -153,9 +141,7 @@ final class HttpMetricsAdvice {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
((ExtendedLongUpDownCounterBuilder) builder)
|
((ExtendedLongUpDownCounterBuilder) builder)
|
||||||
.setAdvice(
|
.setAttributesAdvice(
|
||||||
advice ->
|
|
||||||
advice.setAttributes(
|
|
||||||
asList(
|
asList(
|
||||||
// https://github.com/open-telemetry/opentelemetry-specification/blob/v1.20.0/specification/metrics/semantic_conventions/http-metrics.md#metric-httpserveractive_requests
|
// https://github.com/open-telemetry/opentelemetry-specification/blob/v1.20.0/specification/metrics/semantic_conventions/http-metrics.md#metric-httpserveractive_requests
|
||||||
SemanticAttributes.HTTP_METHOD,
|
SemanticAttributes.HTTP_METHOD,
|
||||||
|
@ -164,7 +150,7 @@ final class HttpMetricsAdvice {
|
||||||
SemanticAttributes.NET_HOST_PORT,
|
SemanticAttributes.NET_HOST_PORT,
|
||||||
// https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/http-metrics.md#metric-httpserveractive_requests
|
// https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/http-metrics.md#metric-httpserveractive_requests
|
||||||
SemanticAttributes.HTTP_REQUEST_METHOD,
|
SemanticAttributes.HTTP_REQUEST_METHOD,
|
||||||
SemanticAttributes.URL_SCHEME)));
|
SemanticAttributes.URL_SCHEME));
|
||||||
}
|
}
|
||||||
|
|
||||||
private HttpMetricsAdvice() {}
|
private HttpMetricsAdvice() {}
|
||||||
|
|
|
@ -28,7 +28,7 @@ final class HttpMetricsUtil {
|
||||||
// don't set custom buckets if milliseconds are still used
|
// don't set custom buckets if milliseconds are still used
|
||||||
if (durationBuilder instanceof ExtendedDoubleHistogramBuilder) {
|
if (durationBuilder instanceof ExtendedDoubleHistogramBuilder) {
|
||||||
((ExtendedDoubleHistogramBuilder) durationBuilder)
|
((ExtendedDoubleHistogramBuilder) durationBuilder)
|
||||||
.setAdvice(advice -> advice.setExplicitBucketBoundaries(DURATION_SECONDS_BUCKETS));
|
.setExplicitBucketBoundariesAdvice(DURATION_SECONDS_BUCKETS);
|
||||||
}
|
}
|
||||||
return durationBuilder;
|
return durationBuilder;
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,8 +43,7 @@ final class RpcMetricsAdvice {
|
||||||
attributes.add(SemanticAttributes.NET_TRANSPORT);
|
attributes.add(SemanticAttributes.NET_TRANSPORT);
|
||||||
}
|
}
|
||||||
|
|
||||||
((ExtendedDoubleHistogramBuilder) builder)
|
((ExtendedDoubleHistogramBuilder) builder).setAttributesAdvice(attributes);
|
||||||
.setAdvice(advice -> advice.setAttributes(attributes));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("deprecation") // until old http semconv are dropped in 2.0
|
@SuppressWarnings("deprecation") // until old http semconv are dropped in 2.0
|
||||||
|
@ -75,8 +74,7 @@ final class RpcMetricsAdvice {
|
||||||
attributes.add(SemanticAttributes.NET_TRANSPORT);
|
attributes.add(SemanticAttributes.NET_TRANSPORT);
|
||||||
}
|
}
|
||||||
|
|
||||||
((ExtendedDoubleHistogramBuilder) builder)
|
((ExtendedDoubleHistogramBuilder) builder).setAttributesAdvice(attributes);
|
||||||
.setAdvice(advice -> advice.setAttributes(attributes));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private RpcMetricsAdvice() {}
|
private RpcMetricsAdvice() {}
|
||||||
|
|
|
@ -178,10 +178,6 @@ public abstract class AbstractOpenTelemetryMetricsReporterTest {
|
||||||
"kafka.consumer.last_rebalance_seconds_ago",
|
"kafka.consumer.last_rebalance_seconds_ago",
|
||||||
"kafka.consumer.partition_assigned_latency_avg",
|
"kafka.consumer.partition_assigned_latency_avg",
|
||||||
"kafka.consumer.partition_assigned_latency_max",
|
"kafka.consumer.partition_assigned_latency_max",
|
||||||
"kafka.consumer.partition_lost_latency_avg",
|
|
||||||
"kafka.consumer.partition_lost_latency_max",
|
|
||||||
"kafka.consumer.partition_revoked_latency_avg",
|
|
||||||
"kafka.consumer.partition_revoked_latency_max",
|
|
||||||
"kafka.consumer.rebalance_latency_avg",
|
"kafka.consumer.rebalance_latency_avg",
|
||||||
"kafka.consumer.rebalance_latency_max",
|
"kafka.consumer.rebalance_latency_max",
|
||||||
"kafka.consumer.rebalance_latency_total",
|
"kafka.consumer.rebalance_latency_total",
|
||||||
|
@ -233,8 +229,6 @@ public abstract class AbstractOpenTelemetryMetricsReporterTest {
|
||||||
"kafka.consumer.outgoing_byte_rate",
|
"kafka.consumer.outgoing_byte_rate",
|
||||||
"kafka.consumer.outgoing_byte_total",
|
"kafka.consumer.outgoing_byte_total",
|
||||||
"kafka.consumer.poll_idle_ratio_avg",
|
"kafka.consumer.poll_idle_ratio_avg",
|
||||||
"kafka.consumer.reauthentication_latency_avg",
|
|
||||||
"kafka.consumer.reauthentication_latency_max",
|
|
||||||
"kafka.consumer.request_rate",
|
"kafka.consumer.request_rate",
|
||||||
"kafka.consumer.request_size_avg",
|
"kafka.consumer.request_size_avg",
|
||||||
"kafka.consumer.request_size_max",
|
"kafka.consumer.request_size_max",
|
||||||
|
@ -250,8 +244,6 @@ public abstract class AbstractOpenTelemetryMetricsReporterTest {
|
||||||
"kafka.consumer.successful_reauthentication_total",
|
"kafka.consumer.successful_reauthentication_total",
|
||||||
"kafka.consumer.time_between_poll_avg",
|
"kafka.consumer.time_between_poll_avg",
|
||||||
"kafka.consumer.time_between_poll_max",
|
"kafka.consumer.time_between_poll_max",
|
||||||
"kafka.consumer.request_latency_avg",
|
|
||||||
"kafka.consumer.request_latency_max",
|
|
||||||
"kafka.producer.batch_size_avg",
|
"kafka.producer.batch_size_avg",
|
||||||
"kafka.producer.batch_size_max",
|
"kafka.producer.batch_size_max",
|
||||||
"kafka.producer.batch_split_rate",
|
"kafka.producer.batch_split_rate",
|
||||||
|
@ -287,8 +279,6 @@ public abstract class AbstractOpenTelemetryMetricsReporterTest {
|
||||||
"kafka.producer.outgoing_byte_total",
|
"kafka.producer.outgoing_byte_total",
|
||||||
"kafka.producer.produce_throttle_time_avg",
|
"kafka.producer.produce_throttle_time_avg",
|
||||||
"kafka.producer.produce_throttle_time_max",
|
"kafka.producer.produce_throttle_time_max",
|
||||||
"kafka.producer.reauthentication_latency_avg",
|
|
||||||
"kafka.producer.reauthentication_latency_max",
|
|
||||||
"kafka.producer.record_error_rate",
|
"kafka.producer.record_error_rate",
|
||||||
"kafka.producer.record_error_total",
|
"kafka.producer.record_error_total",
|
||||||
"kafka.producer.record_queue_time_avg",
|
"kafka.producer.record_queue_time_avg",
|
||||||
|
|
|
@ -33,8 +33,7 @@ final class HistogramAdviceUtil {
|
||||||
}
|
}
|
||||||
NavigableSet<Double> buckets = config.getHistogramBuckets(false);
|
NavigableSet<Double> buckets = config.getHistogramBuckets(false);
|
||||||
ExtendedDoubleHistogramBuilder extendedBuilder = (ExtendedDoubleHistogramBuilder) builder;
|
ExtendedDoubleHistogramBuilder extendedBuilder = (ExtendedDoubleHistogramBuilder) builder;
|
||||||
extendedBuilder.setAdvice(
|
extendedBuilder.setExplicitBucketBoundariesAdvice(computeBuckets(buckets, timeUnit));
|
||||||
advice -> advice.setExplicitBucketBoundaries(computeBuckets(buckets, timeUnit)));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private static List<Double> computeBuckets(
|
private static List<Double> computeBuckets(
|
||||||
|
|
|
@ -103,8 +103,7 @@ public final class GarbageCollector {
|
||||||
// that shouldn't really happen
|
// that shouldn't really happen
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
((ExtendedDoubleHistogramBuilder) builder)
|
((ExtendedDoubleHistogramBuilder) builder).setExplicitBucketBoundariesAdvice(emptyList());
|
||||||
.setAdvice(advice -> advice.setExplicitBucketBoundaries(emptyList()));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final class GcNotificationListener implements NotificationListener {
|
private static final class GcNotificationListener implements NotificationListener {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
# javaagent
|
# javaagent
|
||||||
## Dependency License Report
|
## Dependency License Report
|
||||||
_2023-10-02 08:38:13 EEST_
|
_2023-10-07 13:08:49 EEST_
|
||||||
## Apache License, Version 2.0
|
## Apache License, Version 2.0
|
||||||
|
|
||||||
**1** **Group:** `com.blogspot.mydailyjava` **Name:** `weak-lock-free` **Version:** `0.18`
|
**1** **Group:** `com.blogspot.mydailyjava` **Name:** `weak-lock-free` **Version:** `0.18`
|
||||||
|
@ -58,99 +58,99 @@ _2023-10-02 08:38:13 EEST_
|
||||||
> - **POM Project URL**: [https://github.com/square/okio/](https://github.com/square/okio/)
|
> - **POM Project URL**: [https://github.com/square/okio/](https://github.com/square/okio/)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**10** **Group:** `io.opentelemetry` **Name:** `opentelemetry-api` **Version:** `1.30.1`
|
**10** **Group:** `io.opentelemetry` **Name:** `opentelemetry-api` **Version:** `1.31.0`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**11** **Group:** `io.opentelemetry` **Name:** `opentelemetry-api-events` **Version:** `1.30.1-alpha`
|
**11** **Group:** `io.opentelemetry` **Name:** `opentelemetry-api-events` **Version:** `1.31.0-alpha`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**12** **Group:** `io.opentelemetry` **Name:** `opentelemetry-context` **Version:** `1.30.1`
|
**12** **Group:** `io.opentelemetry` **Name:** `opentelemetry-context` **Version:** `1.31.0`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**13** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-common` **Version:** `1.30.1`
|
**13** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-common` **Version:** `1.31.0`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**14** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-jaeger` **Version:** `1.30.1`
|
**14** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-jaeger` **Version:** `1.31.0`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**15** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-logging` **Version:** `1.30.1`
|
**15** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-logging` **Version:** `1.31.0`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**16** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-logging-otlp` **Version:** `1.30.1`
|
**16** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-logging-otlp` **Version:** `1.31.0`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**17** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-otlp` **Version:** `1.30.1`
|
**17** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-otlp` **Version:** `1.31.0`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**18** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-otlp-common` **Version:** `1.30.1`
|
**18** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-otlp-common` **Version:** `1.31.0`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**19** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-prometheus` **Version:** `1.30.1-alpha`
|
**19** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-prometheus` **Version:** `1.31.0-alpha`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**20** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-sender-okhttp` **Version:** `1.30.1`
|
**20** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-sender-okhttp` **Version:** `1.31.0`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**21** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-zipkin` **Version:** `1.30.1`
|
**21** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-zipkin` **Version:** `1.31.0`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**22** **Group:** `io.opentelemetry` **Name:** `opentelemetry-extension-incubator` **Version:** `1.30.1-alpha`
|
**22** **Group:** `io.opentelemetry` **Name:** `opentelemetry-extension-incubator` **Version:** `1.31.0-alpha`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**23** **Group:** `io.opentelemetry` **Name:** `opentelemetry-extension-kotlin` **Version:** `1.30.1`
|
**23** **Group:** `io.opentelemetry` **Name:** `opentelemetry-extension-kotlin` **Version:** `1.31.0`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**24** **Group:** `io.opentelemetry` **Name:** `opentelemetry-extension-trace-propagators` **Version:** `1.30.1`
|
**24** **Group:** `io.opentelemetry` **Name:** `opentelemetry-extension-trace-propagators` **Version:** `1.31.0`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**25** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk` **Version:** `1.30.1`
|
**25** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk` **Version:** `1.31.0`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**26** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-common` **Version:** `1.30.1`
|
**26** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-common` **Version:** `1.31.0`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**27** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-extension-autoconfigure` **Version:** `1.30.1`
|
**27** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-extension-autoconfigure` **Version:** `1.31.0`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**28** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-extension-autoconfigure-spi` **Version:** `1.30.1`
|
**28** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-extension-autoconfigure-spi` **Version:** `1.31.0`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**29** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-extension-incubator` **Version:** `1.30.1-alpha`
|
**29** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-extension-incubator` **Version:** `1.31.0-alpha`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**30** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-extension-jaeger-remote-sampler` **Version:** `1.30.1`
|
**30** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-extension-jaeger-remote-sampler` **Version:** `1.31.0`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**31** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-logs` **Version:** `1.30.1`
|
**31** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-logs` **Version:** `1.31.0`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**32** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-metrics` **Version:** `1.30.1`
|
**32** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-metrics` **Version:** `1.31.0`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
**33** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-trace` **Version:** `1.30.1`
|
**33** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-trace` **Version:** `1.31.0`
|
||||||
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
|
||||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue