|
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/v1.5.2"> |
16 | | - <img alt="OpenTelemetry Instrumentation for Java Version" src="https://img.shields.io/badge/otel-1.5.2-blueviolet?style=for-the-badge"> |
| 15 | + <a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.6.0"> |
| 16 | + <img alt="OpenTelemetry Instrumentation for Java Version" src="https://img.shields.io/badge/otel-1.6.0-blueviolet?style=for-the-badge"> |
17 | 17 | </a> |
18 | 18 | <a href="https://github.com/signalfx/gdi-specification/releases/tag/v1.0.0"> |
19 | 19 | <img alt="Splunk GDI specification" src="https://img.shields.io/badge/GDI-1.0.0-blueviolet?style=for-the-badge"> |
@@ -78,11 +78,6 @@ see [Migrate from the SignalFx Java Agent](https://docs.splunk.com/Observability |
78 | 78 |
|
79 | 79 | <!-- Comments, spacing, empty and new lines in the section below are intentional, please do not modify them! --> |
80 | 80 | <!--DEV_DOCS_WARNING--> |
81 | | -<!--DEV_DOCS_WARNING_START--> |
82 | | -The documentation below refers to the in development version of this package. Docs for the latest version ([v1.3.1](https://github.com/signalfx/splunk-otel-java/releases/tag/v1.3.1)) can be found [here](https://github.com/signalfx/splunk-otel-java/blob/v1.3.1/README.md). |
83 | | - |
84 | | ---- |
85 | | -<!--DEV_DOCS_WARNING_END--> |
86 | 81 |
|
87 | 82 | ## Requirements |
88 | 83 |
|
@@ -163,12 +158,12 @@ To extend the instrumentation with the OpenTelemetry Instrumentation for Java, |
163 | 158 | you have to use a compatible API version. |
164 | 159 |
|
165 | 160 | <!-- IMPORTANT: do not change comments or break those lines below --> |
166 | | -The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->1.3.1<!--SPLUNK_VERSION--> is compatible |
| 161 | +The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->1.4.0<!--SPLUNK_VERSION--> is compatible |
167 | 162 | with: |
168 | 163 |
|
169 | | -* OpenTelemetry API version <!--OTEL_VERSION-->1.5.0<!--OTEL_VERSION--> |
170 | | -* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->1.5.2<!--OTEL_INSTRUMENTATION_VERSION--> |
171 | | -* Micrometer version 1.7.3 |
| 164 | +* OpenTelemetry API version <!--OTEL_VERSION-->1.6.0<!--OTEL_VERSION--> |
| 165 | +* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->1.6.0<!--OTEL_INSTRUMENTATION_VERSION--> |
| 166 | +* Micrometer version 1.7.4 |
172 | 167 |
|
173 | 168 | ## Snapshot builds |
174 | 169 |
|
|
0 commit comments