Skip to content

Commit fc1b30f

Browse files
committed
release: V2.0.0
adding OTel specified methods to the tracer remove support for opentracing Signed-off-by: Arjun Rajappa <[email protected]>
1 parent 0fb9c96 commit fc1b30f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Any and all feedback is welcome. Happy Ruby visibility.
88

99
[![Gem Version](https://badge.fury.io/rb/instana.svg)](https://badge.fury.io/rb/instana)
1010
[![CircleCI](https://circleci.com/gh/instana/ruby-sensor.svg?style=svg)](https://circleci.com/gh/instana/ruby-sensor)
11-
[![OpenTracing Badge](https://img.shields.io/badge/OpenTracing-enabled-blue.svg)](http://opentracing.io)
11+
[![OpenTracing Badge](https://img.shields.io/badge/OpenTracing-disabled-red.svg)](http://opentracing.io)
12+
[![OpenTelemetry Badge](https://img.shields.io/badge/OpenTelemetry-enabled-blue.svg)](http://opentelemetry.io)
1213

1314
## Installation
1415

lib/instana/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# (c) Copyright Instana Inc. 2016
33

44
module Instana
5-
VERSION = "1.217.1"
5+
VERSION = "2.0.0"
66
VERSION_FULL = "instana-#{VERSION}"
77
end

0 commit comments

Comments
 (0)