Skip to content

Commit 43aeca6

Browse files
kaylareopelleamericodls
authored andcommitted
feat: Add XRay sampler to releases, CONTRIBUTING (open-telemetry#1723)
1 parent 93a95f7 commit 43aeca6

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.toys/.data/releases.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,10 @@ gems:
197197
directory: instrumentation/faraday
198198
version_constant: [OpenTelemetry, Instrumentation, Faraday, VERSION]
199199

200+
- name: opentelemetry-instrumentation-grpc
201+
directory: instrumentation/grpc
202+
version_constant: [OpenTelemetry, Instrumentation, Grpc, VERSION]
203+
200204
- name: opentelemetry-instrumentation-mongo
201205
directory: instrumentation/mongo
202206
version_constant: [OpenTelemetry, Instrumentation, Mongo, VERSION]
@@ -294,6 +298,6 @@ gems:
294298
version_rb_path: lib/opentelemetry/resource/detector/google_cloud_platform/version.rb
295299
version_constant: [OpenTelemetry, Resource, Detector, GoogleCloudPlatform, VERSION]
296300

297-
- name: opentelemetry-instrumentation-grpc
298-
directory: instrumentation/grpc
299-
version_constant: [OpenTelemetry, Instrumentation, Grpc, VERSION]
301+
- name: opentelemetry-sampler-xray
302+
directory: sampler/xray
303+
version_constant: [OpenTelemetry, Sampler, XRay, VERSION]

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,8 @@ This repository contains multiple Ruby gems:
6969

7070
* Various instrumentation gems located in subdirectories of `instrumentation`
7171
* Various resource detector gems located in subdirectories of `resources`
72-
* `opentelemetry-propagator-xray` located in the `propagator/xray` directory
73-
* `opentelemetry-propagator-ottrace` located in the `propagator/ottrace` directory
74-
* `opentelemetry-propagator-google_cloud_trace_context` located in the `propagator/google_cloud_trace_context` directory
72+
* Various propagation gems located in the subdirectories of `propagator`
73+
* `opentelemetry-sampler-xray` located in the `sampler/xray` directory
7574

7675
Each of these gems has its configuration and tests.
7776

0 commit comments

Comments
 (0)