Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .toys/.data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ gems:
directory: instrumentation/faraday
version_constant: [OpenTelemetry, Instrumentation, Faraday, VERSION]

- name: opentelemetry-instrumentation-grpc
directory: instrumentation/grpc
version_constant: [OpenTelemetry, Instrumentation, Grpc, VERSION]
Comment on lines +196 to +198
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved to alphabetize the list


- name: opentelemetry-instrumentation-mongo
directory: instrumentation/mongo
version_constant: [OpenTelemetry, Instrumentation, Mongo, VERSION]
Expand Down Expand Up @@ -269,6 +273,6 @@ gems:
version_rb_path: lib/opentelemetry/resource/detector/google_cloud_platform/version.rb
version_constant: [OpenTelemetry, Resource, Detector, GoogleCloudPlatform, VERSION]

- name: opentelemetry-instrumentation-grpc
directory: instrumentation/grpc
version_constant: [OpenTelemetry, Instrumentation, Grpc, VERSION]
- name: opentelemetry-sampler-xray
directory: sampler/xray
version_constant: [OpenTelemetry, Sampler, XRay, VERSION]
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ This repository contains multiple Ruby gems:

* Various instrumentation gems located in subdirectories of `instrumentation`
* Various resource detector gems located in subdirectories of `resources`
* `opentelemetry-propagator-xray` located in the `propagator/xray` directory
* `opentelemetry-propagator-ottrace` located in the `propagator/ottrace` directory
* `opentelemetry-propagator-google_cloud_trace_context` located in the `propagator/google_cloud_trace_context` directory
* Various propagation gems located in the subdirectories of `propagator`
* `opentelemetry-sampler-xray` located in the `sampler/xray` directory

Each of these gems has its configuration and tests.

Expand Down