From 8b97f1647dfd10c65e592b100f16bbbed0dab5e9 Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Mon, 24 Jun 2024 16:30:57 +0200 Subject: [PATCH] add archival note (#63) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 198af44..61163ce 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ ## Overview +> ⚠️ This project is archived and no longer maintained. +> +> The Grafana OpenTelemetry Starter is deprecated and will not receive any further updates. +> +> If you are looking for a way to get started with OpenTelemetry in Java for **Grafana Cloud** or Grafana OSS, +> please use the [Grafana OpenTelemetry Distribution for Java](https://github.com/grafana/grafana-opentelemetry-java). +> +> If you are looking for an OpenTelemetry **Spring Boot starter**, please use the +> [OpenTelemetry Spring Boot Starter](https://opentelemetry.io/docs/zero-code/java/spring-boot-starter/). + The grafana-opentelemetry-starter makes it easy to use Metrics, Traces, and Logs with OpenTelemetry in Grafana Cloud or the Grafana OSS stack.