Skip to content

Commit 9086c47

Browse files
Merge branch 'main' into dependabot/github_actions/github/codeql-action-3.29.9
2 parents 31e50d4 + d67b6e4 commit 9086c47

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ end
7676
OpenTelemetry.tracer_provider.shutdown
7777
```
7878

79-
<sub>**Tip**: [React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. Learn more [here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>
79+
<sub>**Tip**: [React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. Learn more [in our end user docs](https://opentelemetry.io/community/end-user/issue-participation/).</sub>

instrumentation/all/lib/opentelemetry/instrumentation/all.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
require 'opentelemetry-instrumentation-bunny'
1919
require 'opentelemetry-instrumentation-lmdb'
2020
require 'opentelemetry-instrumentation-http'
21+
require 'opentelemetry-instrumentation-httpx'
2122
require 'opentelemetry-instrumentation-koala'
2223
require 'opentelemetry-instrumentation-active_model_serializers'
2324
require 'opentelemetry-instrumentation-concurrent_ruby'

instrumentation/all/opentelemetry-instrumentation-all.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Gem::Specification.new do |spec|
4242
spec.add_dependency 'opentelemetry-instrumentation-gruf', '~> 0.3.0'
4343
spec.add_dependency 'opentelemetry-instrumentation-http', '~> 0.25.0'
4444
spec.add_dependency 'opentelemetry-instrumentation-http_client', '~> 0.24.0'
45+
spec.add_dependency 'opentelemetry-instrumentation-httpx', '~> 0.3.0'
4546
spec.add_dependency 'opentelemetry-instrumentation-koala', '~> 0.21.0'
4647
spec.add_dependency 'opentelemetry-instrumentation-lmdb', '~> 0.23.0'
4748
spec.add_dependency 'opentelemetry-instrumentation-mongo', '~> 0.23.0'

0 commit comments

Comments
 (0)