|
10 | 10 | </strong>
|
11 | 11 | </p>
|
12 | 12 |
|
13 |
| -<p align="center"> |
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.33.5"> |
16 |
| - <img alt="OpenTelemetry Instrumentation for Java Version" src="https://img.shields.io/badge/otel-1.33.5-blueviolet?style=for-the-badge"> |
17 |
| - </a> |
18 |
| - <a href="https://github.com/signalfx/gdi-specification/releases/tag/v1.4.0"> |
19 |
| - <img alt="Splunk GDI specification" src="https://img.shields.io/badge/GDI-1.4.0-blueviolet?style=for-the-badge"> |
20 |
| - </a> |
21 |
| - <a href="https://github.com/signalfx/splunk-otel-android/releases"> |
22 |
| - <img alt="GitHub release (latest SemVer)" src="https://img.shields.io/github/v/release/signalfx/splunk-otel-android?include_prereleases&style=for-the-badge"> |
23 |
| - </a> |
24 |
| - <a href="https://maven-badges.herokuapp.com/maven-central/com.splunk/splunk-otel-android"> |
25 |
| - <img alt="Maven Central" src="https://img.shields.io/maven-central/v/com.splunk/splunk-otel-android?style=for-the-badge"> |
26 |
| - </a> |
27 |
| - <a href="https://github.com/signalfx/splunk-otel-android/actions/workflows/main.yaml"> |
28 |
| - <img alt="Build Status" src="https://img.shields.io/github/actions/workflow/status/signalfx/splunk-otel-android/main.yaml?branch=main&style=for-the-badge"> |
29 |
| - </a> |
30 |
| -</p> |
| 13 | +![Stable][stable-image] |
| 14 | +[![OpenTelemetry Instrumentation for Java Version][otel-image]][otel-link] |
| 15 | +[![OpenTelemetry Instrumentation for Android Version][android-image]][android-link] |
| 16 | +[![Splunk GDI specification][gdi-image]][gdi-link] |
| 17 | +[![Maven Central][maven-image]][maven-link] |
| 18 | +[![Build Status][build-image]][build-link] |
31 | 19 |
|
32 | 20 | ---
|
33 | 21 |
|
@@ -69,3 +57,15 @@ in the official documentation.
|
69 | 57 |
|
70 | 58 | The Splunk Android RUM Instrumentation is licensed under the terms of the Apache Software License
|
71 | 59 | version 2.0. See [the license file](./LICENSE) for more details.
|
| 60 | + |
| 61 | +[stable-image]: https://img.shields.io/badge/status-stable-informational?style=for-the-badge |
| 62 | +[otel-image]: https://img.shields.io/badge/otel-1.33.5-blueviolet?style=for-the-badge |
| 63 | +[otel-link]: https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.33.5 |
| 64 | +[android-image]: https://img.shields.io/github/v/release/signalfx/splunk-otel-android?include_prereleases&style=for-the-badge |
| 65 | +[android-link]: https://github.com/signalfx/splunk-otel-android/releases |
| 66 | +[gdi-image]: https://img.shields.io/badge/GDI-1.4.0-blueviolet?style=for-the-badge |
| 67 | +[gdi-link]: https://github.com/signalfx/gdi-specification/releases/tag/v1.4.0 |
| 68 | +[maven-image]: https://img.shields.io/maven-central/v/com.splunk/splunk-otel-android?style=for-the-badge |
| 69 | +[maven-link]: https://mvnrepository.com/artifact/com.splunk/splunk-otel-android/latest |
| 70 | +[build-image]: https://img.shields.io/github/actions/workflow/status/signalfx/splunk-otel-android/main.yaml?branch=main&style=for-the-badge |
| 71 | +[build-link]: https://github.com/signalfx/splunk-otel-android/actions/workflows/main.yaml |
0 commit comments