|
12 | 12 |
|
13 | 13 | <p align="center">
|
14 | 14 | <img alt="Stable" src="https://img.shields.io/badge/status-stable-informational?style=for-the-badge">
|
15 |
| - <a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.3.0"> |
16 |
| - <img alt="OpenTelemetry Instrumentation for Java Version" src="https://img.shields.io/badge/otel-2.3.0-blueviolet?style=for-the-badge"> |
| 15 | + <a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.4.0"> |
| 16 | + <img alt="OpenTelemetry Instrumentation for Java Version" src="https://img.shields.io/badge/otel-2.4.0-blueviolet?style=for-the-badge"> |
17 | 17 | </a>
|
18 | 18 | <a href="https://github.com/signalfx/gdi-specification/releases/tag/v1.6.0">
|
19 | 19 | <img alt="Splunk GDI specification" src="https://img.shields.io/badge/GDI-1.6.0-blueviolet?style=for-the-badge">
|
@@ -73,11 +73,6 @@ see [Migrate from the SignalFx Java Agent](https://quickdraw.splunk.com/redirect
|
73 | 73 |
|
74 | 74 | <!-- Comments, spacing, empty and new lines in the section below are intentional, please do not modify them! -->
|
75 | 75 | <!--DEV_DOCS_WARNING-->
|
76 |
| -<!--DEV_DOCS_WARNING_START--> |
77 |
| -The following documentation refers to the in-development version of `splunk-otel-java`. Docs for the latest version ([v2.3.0-alpha](https://github.com/signalfx/splunk-otel-java/releases/latest)) can be found [here](https://github.com/signalfx/splunk-otel-java/blob/v2.3.0-alpha/README.md). |
78 |
| - |
79 |
| ---- |
80 |
| -<!--DEV_DOCS_WARNING_END--> |
81 | 76 |
|
82 | 77 | ## Requirements
|
83 | 78 |
|
@@ -109,11 +104,11 @@ To extend the instrumentation with the OpenTelemetry Instrumentation for Java,
|
109 | 104 | you have to use a compatible API version.
|
110 | 105 |
|
111 | 106 | <!-- IMPORTANT: do not change comments or break those lines below -->
|
112 |
| -The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->2.3.0-alpha<!--SPLUNK_VERSION--> is compatible |
| 107 | +The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->2.4.0-alpha<!--SPLUNK_VERSION--> is compatible |
113 | 108 | with:
|
114 | 109 |
|
115 |
| -* OpenTelemetry API version <!--OTEL_VERSION-->1.37.0<!--OTEL_VERSION--> |
116 |
| -* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->2.3.0<!--OTEL_INSTRUMENTATION_VERSION--> |
| 110 | +* OpenTelemetry API version <!--OTEL_VERSION-->1.38.0<!--OTEL_VERSION--> |
| 111 | +* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->2.4.0<!--OTEL_INSTRUMENTATION_VERSION--> |
117 | 112 |
|
118 | 113 | ## Snapshot builds
|
119 | 114 |
|
|
0 commit comments