|
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.4.0"> |
16 | | - <img alt="OpenTelemetry Instrumentation for Java Version" src="https://img.shields.io/badge/otel-1.4.0-blueviolet?style=for-the-badge"> |
| 15 | + <a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.5.0"> |
| 16 | + <img alt="OpenTelemetry Instrumentation for Java Version" src="https://img.shields.io/badge/otel-1.5.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"> |
20 | 20 | </a> |
21 | 21 | <a href="https://github.com/signalfx/splunk-otel-java/releases"> |
22 | 22 | <img alt="GitHub release (latest SemVer)" src="https://img.shields.io/github/v/release/signalfx/splunk-otel-java?include_prereleases&style=for-the-badge"> |
23 | 23 | </a> |
| 24 | + <a href="https://maven-badges.herokuapp.com/maven-central/com.splunk/splunk-otel-javaagent"> |
| 25 | + <img alt="Maven Central" src="https://img.shields.io/maven-central/v/com.splunk/splunk-otel-javaagent?style=for-the-badge"> |
| 26 | + </a> |
24 | 27 | <a href="https://github.com/signalfx/splunk-otel-java/actions?query=workflow%3A%22CI+build%22"> |
25 | 28 | <img alt="Build Status" src="https://img.shields.io/github/workflow/status/signalfx/splunk-otel-java/CI%20build?style=for-the-badge"> |
26 | 29 | </a> |
|
44 | 47 |
|
45 | 48 | <!-- Comments, spacing, empty and new lines in the section below are intentional, please do not modify them! --> |
46 | 49 | <!--DEV_DOCS_WARNING--> |
47 | | -<!--DEV_DOCS_WARNING_START--> |
48 | | -The documentation below refers to the in development version of this package. Docs for the latest version ([v1.2.0](https://github.com/signalfx/splunk-otel-java/releases/tag/v1.2.0)) can be found [here](https://github.com/signalfx/splunk-otel-java/blob/v1.2.0/README.md). |
49 | | - |
50 | | ---- |
51 | | -<!--DEV_DOCS_WARNING_END--> |
52 | 50 |
|
53 | 51 | # Splunk Distribution of OpenTelemetry Java |
54 | 52 |
|
@@ -154,16 +152,19 @@ The Splunk Distribution of OpenTelemetry Java provides a way to correlate traces |
154 | 152 |
|
155 | 153 | Documentation on how to manually instrument a Java application is available in the |
156 | 154 | [OpenTelemetry official documentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/manual-instrumentation.md). |
| 155 | +To learn how to add custom metrics to your application please consult [our docs](docs/metrics.md#manual-instrumentation) |
| 156 | +. |
157 | 157 |
|
158 | 158 | To extend the instrumentation with the OpenTelemetry Instrumentation for Java, |
159 | 159 | you have to use a compatible API version. |
160 | 160 |
|
161 | 161 | <!-- IMPORTANT: do not change comments or break those lines below --> |
162 | | -The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->1.2.0<!--SPLUNK_VERSION--> is compatible |
| 162 | +The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->1.3.0<!--SPLUNK_VERSION--> is compatible |
163 | 163 | with: |
164 | 164 |
|
165 | | -* OpenTelemetry API version <!--OTEL_VERSION-->1.4.1<!--OTEL_VERSION--> |
166 | | -* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->1.4.0<!--OTEL_INSTRUMENTATION_VERSION--> |
| 165 | +* OpenTelemetry API version <!--OTEL_VERSION-->1.5.0<!--OTEL_VERSION--> |
| 166 | +* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->1.5.0<!--OTEL_INSTRUMENTATION_VERSION--> |
| 167 | +* Micrometer version 1.7.3 |
167 | 168 |
|
168 | 169 | ## Snapshot builds |
169 | 170 |
|
|
0 commit comments