Skip to content

Commit 9c6b83a

Browse files
committed
Prepare release 2.26.0
1 parent 68f5195 commit 9c6b83a

File tree

9 files changed

+60
-20
lines changed

9 files changed

+60
-20
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this repository adheres to [Semantic Versioning](https://semver.org/spec/v2.
88

99
## Unreleased
1010

11+
## v2.26.0 - 2026-03-18
12+
13+
- OpenTelemetry Java SDK has been updated to version 1.60.1.
14+
- OpenTelemetry Instrumentation for Java has been updated to version 2.26.0.
15+
1116
## v2.25.1 - 2026-02-26
1217

1318
- Update CSA to version 26.2.1-1436.

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Splunk Distribution of OpenTelemetry Java
22

33
![Stable](https://img.shields.io/badge/status-stable-informational)
4-
[![OpenTelemetry Instrumentation for Java Version](https://img.shields.io/badge/otel-2.25.0-blueviolet)](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.25.0)
4+
[![OpenTelemetry Instrumentation for Java Version](https://img.shields.io/badge/otel-2.26.0-blueviolet)](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.26.0)
55
[![Splunk GDI specification](https://img.shields.io/badge/GDI-1.8.0-blueviolet)](https://github.com/signalfx/gdi-specification/releases/tag/v1.8.0)
66
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/signalfx/splunk-otel-java?include_prereleases)](https://github.com/signalfx/splunk-otel-java/releases)
77
[![Maven Central](https://img.shields.io/maven-central/v/com.splunk/splunk-otel-javaagent)](https://central.sonatype.com/artifact/com.splunk/splunk-otel-javaagent)
@@ -43,11 +43,6 @@ see [Migrate from the SignalFx Java Agent](https://help.splunk.com/en/splunk-obs
4343

4444
<!-- Comments, spacing, empty and new lines in the section below are intentional, please do not modify them! -->
4545
<!--DEV_DOCS_WARNING-->
46-
<!--DEV_DOCS_WARNING_START-->
47-
The following documentation refers to the in-development version of `splunk-otel-java`. Docs for the latest version ([v2.25.1](https://github.com/signalfx/splunk-otel-java/releases/latest)) can be found [here](https://github.com/signalfx/splunk-otel-java/blob/v2.25.1/README.md).
48-
49-
---
50-
<!--DEV_DOCS_WARNING_END-->
5146

5247
## Requirements
5348

@@ -79,11 +74,11 @@ To extend the instrumentation with the OpenTelemetry Instrumentation for Java,
7974
you have to use a compatible API version.
8075

8176
<!-- IMPORTANT: do not change comments or break those lines below -->
82-
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->2.25.1<!--SPLUNK_VERSION--> is compatible
77+
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->2.26.0<!--SPLUNK_VERSION--> is compatible
8378
with:
8479

85-
* OpenTelemetry API version <!--OTEL_VERSION-->1.57.0<!--OTEL_VERSION-->
86-
* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->2.25.0<!--OTEL_INSTRUMENTATION_VERSION-->
80+
* OpenTelemetry API version <!--OTEL_VERSION-->1.60.1<!--OTEL_VERSION-->
81+
* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->2.26.0<!--OTEL_INSTRUMENTATION_VERSION-->
8782

8883
## Snapshot builds
8984

agent/license-overrides.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
# opentelemetry-sdk-trace jar includes META-INF/maven/org.jctools/jctools-core Hopefully this will get removed in the next release and we won't need these overrides
2-
io.opentelemetry:opentelemetry-sdk-trace:1.59.0|https://github.com/open-telemetry/opentelemetry-java|Apache License, Version 2.0|https://www.apache.org/licenses/LICENSE-2.0

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
implementation(gradleApi())
4242

4343
implementation("com.diffplug.spotless:spotless-plugin-gradle:8.3.0")
44-
implementation("io.opentelemetry.instrumentation:gradle-plugins:2.25.0-alpha")
44+
implementation("io.opentelemetry.instrumentation:gradle-plugins:2.26.0-alpha")
4545

4646
// keep these versions in sync with settings.gradle.kts
4747
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.4.0")

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ val otelVersion = "1.60.1"
66
val otelAlphaVersion = otelVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
77
val otelInstrumentationVersion = "2.26.0-SNAPSHOT"
88
val otelInstrumentationAlphaVersion = otelInstrumentationVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
9-
val otelContribAlphaVersion = "1.53.0-alpha"
9+
val otelContribAlphaVersion = "1.54.0-alpha"
1010

1111
val autoValueVersion = "1.11.1"
1212
val dockerJavaVersion = "3.7.0"

deployments/cloudfoundry/buildpack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you want to use a specific version of the Java agent in your application, you
4040
environment variable before application deployment, either using `cf set-env` or the `manifest.yml` file:
4141

4242
```sh
43-
$ cf set-env SPLUNK_OTEL_JAVA_VERSION 2.25.1
43+
$ cf set-env SPLUNK_OTEL_JAVA_VERSION 2.26.0
4444
```
4545

4646
By default, the [latest](https://github.com/signalfx/splunk-otel-java/releases/latest) available agent version is used.

licenses/licenses.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# splunk-otel-javaagent
33
## Dependency License Report
4-
_2026-03-10 12:00:59 EET_
4+
_2026-03-17 16:11:25 EET_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.squareup.okhttp3` **Name:** `okhttp` **Version:** `5.3.2`
@@ -80,15 +80,15 @@ _2026-03-10 12:00:59 EET_
8080
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
8181
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
8282
83-
**20** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-opamp-client` **Version:** `1.53.0-alpha`
83+
**20** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-opamp-client` **Version:** `1.54.0-alpha`
8484
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-contrib](https://github.com/open-telemetry/opentelemetry-java-contrib)
8585
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
8686
87-
**21** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-resource-providers` **Version:** `1.53.0-alpha`
87+
**21** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-resource-providers` **Version:** `1.54.0-alpha`
8888
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-contrib](https://github.com/open-telemetry/opentelemetry-java-contrib)
8989
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
9090
91-
**22** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-samplers` **Version:** `1.53.0-alpha`
91+
**22** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-samplers` **Version:** `1.54.0-alpha`
9292
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-contrib](https://github.com/open-telemetry/opentelemetry-java-contrib)
9393
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
9494

metadata-generator/src/main/java/com/splunk/opentelemetry/tools/MetadataGenerator.java

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,20 @@ otel.exporter.otlp.metrics.temporality.preference OTEL_EXPORTER_OTLP_METRICS_TEM
935935
"",
936936
SettingType.STRING,
937937
SettingCategory.INSTRUMENTATION));
938+
settings.add(
939+
setting(
940+
"otel.instrumentation.sanitization.url.experimental.sensitive-query-parameters",
941+
"A comma-separated list of HTTP url parameter names. HTTP server and client instrumentations will redact the values of give url parameters.",
942+
"AWSAccessKeyId, Signature, sig, X-Goog-Signature",
943+
SettingType.STRING,
944+
SettingCategory.INSTRUMENTATION));
945+
settings.add(
946+
setting(
947+
"otel.instrumentation.http.known-methods",
948+
"A comma-separated list of known HTTP methods. `_OTHER` will be used for methods not in this list.",
949+
"CONNECT, DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT, TRACE",
950+
SettingType.STRING,
951+
SettingCategory.INSTRUMENTATION));
938952

939953
// Capturing servlet request parameters
940954
// https://opentelemetry.io/docs/instrumentation/java/automatic/agent-config/#capturing-servlet-request-parameters
@@ -1050,6 +1064,8 @@ You can configure the agent to capture general identity attributes (enduser.id,
10501064
"false",
10511065
SettingType.BOOLEAN,
10521066
SettingCategory.INSTRUMENTATION));
1067+
// deprecated in favor of
1068+
// otel.instrumentation.sanitization.url.experimental.sensitive-query-parameters
10531069
settings.add(
10541070
setting(
10551071
"otel.instrumentation.http.client.experimental.redact-query-parameters",
@@ -2049,6 +2065,26 @@ Some instrumentations (e.g. Spring Web MVC instrumentation) produce SpanKind.Int
20492065
SettingType.BOOLEAN,
20502066
SettingCategory.INSTRUMENTATION));
20512067

2068+
// https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/opensearch/README.md
2069+
/*
2070+
| `otel.instrumentation.opensearch.experimental-span-attributes` | Boolean | `false` | Enable the capture of experimental span attributes. |
2071+
| `otel.instrumentation.opensearch.capture-search-query` | Boolean | `true` | Enable the capture of sanitized search query bodies. |
2072+
*/
2073+
settings.add(
2074+
setting(
2075+
"otel.instrumentation.opensearch.experimental-span-attributes",
2076+
"Enable the capture of experimental span attributes.",
2077+
"false",
2078+
SettingType.BOOLEAN,
2079+
SettingCategory.INSTRUMENTATION));
2080+
settings.add(
2081+
setting(
2082+
"otel.instrumentation.opensearch.capture-search-query",
2083+
"Enable the capture of sanitized search query bodies.",
2084+
"true",
2085+
SettingType.BOOLEAN,
2086+
SettingCategory.INSTRUMENTATION));
2087+
20522088
// https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/opentelemetry-extension-annotations-1.0/README.md
20532089
/*
20542090
| `otel.instrumentation.opentelemetry-annotations.exclude-methods` | String | | All methods to be excluded from auto-instrumentation by annotation-based advices. |
@@ -3485,6 +3521,10 @@ Some instrumentations (e.g. Spring Web MVC instrumentation) produce SpanKind.Int
34853521
"jvm.file_descriptor.count",
34863522
MetricInstrument.UP_DOWN_COUNTER,
34873523
"Number of open file descriptors as reported by the JVM (disabled by default).")
3524+
.customMetric(
3525+
"jvm.file_descriptor.limit",
3526+
MetricInstrument.UP_DOWN_COUNTER,
3527+
"Measure of max open file descriptors as reported by the JVM (disabled by default).")
34883528
// XXX JFR metrics from runtime-telemetry-java17 are missing
34893529
.build());
34903530
instrumentations.add(instrumentation("javalin").component("Javalin", "5.0 and higher").build());
@@ -3757,6 +3797,8 @@ Some instrumentations (e.g. Spring Web MVC instrumentation) produce SpanKind.Int
37573797
instrumentations.add(
37583798
instrumentation("xxl-job").component("XXL-JOB", "1.9.2 and higher").build());
37593799
instrumentations.add(instrumentation("zio").component("ZIO", "2.0 and higher").build());
3800+
instrumentations.add(
3801+
instrumentation("zio-http").component("ZIO HTTP", "3.0 and higher").build());
37603802

37613803
// splunk instrumentations
37623804
instrumentations.add(
@@ -3866,7 +3908,7 @@ Some instrumentations (e.g. Spring Web MVC instrumentation) produce SpanKind.Int
38663908
resourceProvider(
38673909
"io.opentelemetry.instrumentation.resources.OsResourceProvider",
38683910
"Os detector.",
3869-
List.of("os.type", "os.description"))
3911+
List.of("os.type", "os.description", "os.version"))
38703912
.dependency(
38713913
"OpenTelemetry Java Instrumentation Resource Providers",
38723914
"https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/resources/library",

version.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// do NOT update that variable manually - it is managed by the pre/post release scripts
2-
val distroVersion = "2.26.0-SNAPSHOT"
2+
val distroVersion = "2.26.0"
33

44
allprojects {
55
version = distroVersion

0 commit comments

Comments
 (0)