Skip to content

Commit 87c1c84

Browse files
committed
feat: Add XRay sampler to releases, CONTRIBUTING
1 parent 653ccd5 commit 87c1c84

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
@@ -172,6 +172,10 @@ gems:
172172
directory: instrumentation/faraday
173173
version_constant: [OpenTelemetry, Instrumentation, Faraday, VERSION]
174174

175+
- name: opentelemetry-instrumentation-grpc
176+
directory: instrumentation/grpc
177+
version_constant: [OpenTelemetry, Instrumentation, Grpc, VERSION]
178+
175179
- name: opentelemetry-instrumentation-mongo
176180
directory: instrumentation/mongo
177181
version_constant: [OpenTelemetry, Instrumentation, Mongo, VERSION]
@@ -269,6 +273,6 @@ gems:
269273
version_rb_path: lib/opentelemetry/resource/detector/google_cloud_platform/version.rb
270274
version_constant: [OpenTelemetry, Resource, Detector, GoogleCloudPlatform, VERSION]
271275

272-
- name: opentelemetry-instrumentation-grpc
273-
directory: instrumentation/grpc
274-
version_constant: [OpenTelemetry, Instrumentation, Grpc, VERSION]
276+
- name: opentelemetry-sampler-xray
277+
directory: sampler/xray
278+
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)