forked from open-telemetry/opentelemetry-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Version Compatability Based on Gem Specs
This changes provides instrumentation authors the ability to use gem specifications for version compatability checks instead of having to write a custom compatability block. In order to take advantage of this feature instrumentation authors must: 1. Declare the library and version constraints as a development dependency 2. Use instrumentation naming conventions e.g. `opentelemetry-instrumentation-ruby_kafka` Related https://github.com/open-telemetry/opentelemetry-ruby/issues/988
- Loading branch information
1 parent
a8082e6
commit 917817a
Showing
1 changed file
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters