Commit 565e345
authored
File tree
228 files changed
+2198
-696
lines changed- .github
- actions/test_gem
- workflows
- .instrumentation_generator/templates
- lib
- instrumentation
- bin
- helpers
- mysql
- lib/opentelemetry/helpers/mysql
- sql-obfuscation
- lib/opentelemetry/helpers/sql_obfuscation
- instrumentation
- action_mailer
- lib/opentelemetry/instrumentation/action_mailer
- action_pack
- lib/opentelemetry/instrumentation/action_pack
- handlers
- test
- opentelemetry/instrumentation/action_pack/handlers
- test_helpers
- controllers
- action_view
- lib/opentelemetry/instrumentation/action_view
- active_job
- active_model_serializers
- example
- lib/opentelemetry/instrumentation/active_model_serializers
- test/opentelemetry/instrumentation
- active_model_serializers
- active_record
- lib/opentelemetry/instrumentation/active_record
- patches
- test/instrumentation/active_record/patches
- active_support
- lib/opentelemetry/instrumentation/active_support
- test/opentelemetry/instrumentation/active_support
- all
- lib/opentelemetry/instrumentation/all
- aws_lambda
- lib/opentelemetry/instrumentation/aws_lambda
- aws_sdk
- base
- bunny
- concurrent_ruby
- dalli
- lib/opentelemetry/instrumentation/dalli
- test/opentelemetry/instrumentation/dalli
- delayed_job
- ethon
- lib/opentelemetry/instrumentation/ethon
- patches
- excon
- lib/opentelemetry/instrumentation/excon
- middlewares
- faraday
- lib/opentelemetry/instrumentation/faraday
- middlewares
- patches
- test/opentelemetry/instrumentation/faraday/middlewares
- grape
- graphql
- grpc
- lib
- opentelemetry
- instrumentation
- grpc
- interceptors
- patches
- test
- opentelemetry/instrumentation/grpc/interceptors
- support
- proto
- gruf
- http_client
- lib/opentelemetry/instrumentation/http_client
- patches
- httpx
- lib/opentelemetry/instrumentation/httpx
- http
- lib/opentelemetry/instrumentation/http
- patches
- koala
- lib/opentelemetry/instrumentation/koala
- lmdb
- mongo
- mysql2
- net_http
- lib/opentelemetry/instrumentation/net/http
- patches
- pg
- lib/opentelemetry/instrumentation/pg
- patches
- test/fixtures
- que
- racecar
- rack
- rails
- lib/opentelemetry/instrumentation
- rails
- test
- instrumentation
- opentelemetry/instrumentation/rails/patches/action_controller
- test_helpers
- controllers
- railtie/dummy/tmp
- rake
- rdkafka
- lib/opentelemetry/instrumentation/rdkafka
- test/opentelemetry/instrumentation/rdkafka
- patches
- redis
- resque
- restclient
- lib/opentelemetry/instrumentation/restclient
- patches
- rspec
- ruby_kafka
- sidekiq
- sinatra
- test
- opentelemetry/instrumentation
- trilogy
- processor/baggage
- lib/opentelemetry/processor/baggage
- propagator
- ottrace
- lib/opentelemetry/propagator/ottrace
- vitess
- lib/opentelemetry/propagator/vitess
- xray
- lib/opentelemetry/propagator/xray
- releases
- resources
- azure
- lib/opentelemetry/resource/detector/azure
- container
- lib/opentelemetry/resource/detector/container
- google_cloud_platform
- lib/opentelemetry/resource/detector/google_cloud_platform
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
228 files changed
+2198
-696
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| |||
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
107 | | - | |
| 109 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | | - | |
13 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments