From 2b6c708c2f9810e7bbb5e3fa45cceaca6c8dda0a Mon Sep 17 00:00:00 2001 From: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:43:17 -0800 Subject: [PATCH] Update instrumentation/grpc/README.md --- instrumentation/grpc/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/instrumentation/grpc/README.md b/instrumentation/grpc/README.md index 8d3c1165c..8377b9d57 100644 --- a/instrumentation/grpc/README.md +++ b/instrumentation/grpc/README.md @@ -1,4 +1,6 @@ # OpenTelemetry::Instrumentation::Grpc +> [!CAUTION] +> This gem is not ready for release by the open-telemetry org yet, but other versions are available on RubyGems [![Gem Version](https://badge.fury.io/rb/opentelemetry-instrumentation-grpc.svg)](https://badge.fury.io/rb/opentelemetry-instrumentation-grpc) [![GitHub Actions CI Status](https://github.com/hibachrach/opentelemetry-instrumentation-grpc/actions/workflows/main.yml/badge.svg)](https://github.com/hibachrach/opentelemetry-instrumentation-grpc/actions?query=branch%3Amain) @@ -8,9 +10,6 @@ OpenTelemetry instrumentation for users of the `grpc` gem > [!WARNING] > Right now, the gem only instruments outbound requests to gRPC services -> [!WARNING] -> This gem is not ready for release by the open-telemetry org yet, but other versions are available on RubyGems - ## Installation Install the gem and add to the application's Gemfile by executing: