From 672bd5ae19c448eacdb29592229de4e9ff50c4ae Mon Sep 17 00:00:00 2001 From: cleverchuk Date: Thu, 27 Aug 2026 14:47:58 -0400 Subject: [PATCH] Internal - Make README version badges dynamic and add build badge --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3ca7740c..191a81ae 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ [![Status](https://img.shields.io/badge/status-stable-informational?style=for-the-badge)](https://github.com/solarwinds/apm-java) -[![OTEL](https://img.shields.io/badge/otel-2.25.0-blueviolet?style=for-the-badge)](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.25.0) +[![Build](https://img.shields.io/github/actions/workflow/status/solarwinds/apm-java/push.yml?branch=main&style=for-the-badge&label=build)](https://github.com/solarwinds/apm-java/actions/workflows/push.yml) +[![OTEL](https://img.shields.io/github/v/release/open-telemetry/opentelemetry-java-instrumentation?label=otel&color=blueviolet&style=for-the-badge)](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases) [![SWO](https://img.shields.io/github/v/release/solarwinds/apm-java?include_prereleases&style=for-the-badge)](https://github.com/solarwinds/apm-java/releases) -[![SWO SDK](https://img.shields.io/maven-central/v/io.github.appoptics/solarwinds-otel-sdk?style=for-the-badge)](https://maven-badges.herokuapp.com/maven-central/io.github.appoptics/solarwinds-otel-sdk) +[![SWO SDK](https://img.shields.io/maven-central/v/com.solarwinds/solarwinds-otel-sdk?style=for-the-badge)](https://maven-badges.herokuapp.com/maven-central/com.solarwinds/solarwinds-otel-sdk) [![License](https://img.shields.io/badge/License-Apache_2.0-red.svg?style=for-the-badge)](https://github.com/solarwinds/apm-java/blob/main/LICENSE) - # Solarwinds Distribution of OpenTelemetry Java + The Solarwinds Distribution of [OpenTelemetry Instrumentation for Java](https://github.com/open-telemetry/opentelemetry-java-instrumentation) provides a Java agent that automatically instruments your Java application to capture and report distributed traces and other telemetries to [Solarwinds Observability APM](https://documentation.solarwinds.com/en/success_center/observability/content/intro/services.htm). ---- + ## Requirements