Commit ea8bfa2
* Add Trent to approvers (#4311)
* chore(renovate): require dashboard approval for lerna updates (#4276)
* chore(ci): install semver globally to speed up "peer-api" workflow (#4270)
Closes: #4242
* fix(ci): remove token setup via environment variable from .npmrc (#4329)
* fix(instrumentation-http): resume responses when there is no response listener
Fixes a memory leak where unhandled response bodies pile up in node 20
* feat: add script to update changelogs on release preparation (#4315)
* feat: add script to update changelogs on releases
* fix: address comments
* Apply suggestions from code review
Co-authored-by: Trent Mick <[email protected]>
* fix: apply suggestions from code review
* fix: use packageJson.version instead of version
---------
Co-authored-by: Trent Mick <[email protected]>
* Fix event name
* test: make rawRequest HTTP-compliant
* Add node 20 to test matrix
* Enable old hash functions on 20
* Fix esm handling for iitm node 20
* Use err.code to make test more reliable
* Changelog
* nit: single import
* Remove unused files
* Add v20 to supported runtimes
* ci: add npm cache in actions/setup-node (#4271)
* feat(sdk-logs): add droppedAttributesCount field to ReadableLogRecord (#4289)
* feat(sdk-logs): add droppedAttributesCount field to ReadableLogRecord
* chore: check droppedAttributesCount value in test case
* feat(otlp-transformer): make toLogRecord() use ReadableLogRecord.droppedAttributesCount
---------
Co-authored-by: Marc Pichler <[email protected]>
* fix(api-logs): allow passing in TimeInput for LogRecord (#4345)
* fix: allow passing in TimeInput for LogRecord
* chore: update changelog
* fix: programmatic url and headers take precedence in metric exporters… (#4334)
* fix: programmatic url and headers take precedence in metric exporters (#2370)
* chore: adjust grpc exporter metrics test
* chore(changelog): update changelog
* fix(instrumentation-http): do not mutate given headers object for outgoing http requests (#4346)
Fixes: open-telemetry/opentelemetry-js-contrib#1609
* chore(deps): update actions/stale action to v9 (#4353)
* fix(deps): update dependency import-in-the-middle to v1.6.0 (#4357)
* chore(deps): update all patch versions (#4306)
* chore(ci): use node 20 in lint workflow (#4359)
* chore(deps): update dependency linkinator to v6 (#4237)
* fix(otlp-exporter-base): decrease default concurrency limit to 30 (#4211)
* fix(otlp-exporter-base): decrease concurrency limit to 30
* fix(changelog): add changelog entry
* chore(deps): use actions/checkout >4 instead of 4.0.0 exactly (#4361)
---------
Co-authored-by: Marc Pichler <[email protected]>
Co-authored-by: strivly <[email protected]>
Co-authored-by: Trent Mick <[email protected]>
Co-authored-by: lyzlisa <[email protected]>
Co-authored-by: Hyun Oh <[email protected]>
Co-authored-by: Siim Kallas <[email protected]>
Co-authored-by: Vladimir Adamić <[email protected]>
Co-authored-by: Mend Renovate <[email protected]>
1 parent 09bdeba commit ea8bfa2
File tree
76 files changed
+914
-492
lines changed- .github/workflows
- api
- experimental
- packages
- api-events
- api-logs
- src/types
- exporter-logs-otlp-grpc
- test
- exporter-logs-otlp-http
- test
- exporter-logs-otlp-proto
- test
- exporter-trace-otlp-grpc
- exporter-trace-otlp-http
- exporter-trace-otlp-proto
- opentelemetry-browser-detector
- opentelemetry-exporter-metrics-otlp-grpc
- src
- test
- opentelemetry-exporter-metrics-otlp-http
- src/platform/node
- test/node
- opentelemetry-exporter-metrics-otlp-proto
- src
- test
- opentelemetry-exporter-prometheus
- opentelemetry-instrumentation-fetch
- opentelemetry-instrumentation-grpc
- opentelemetry-instrumentation-http
- src
- test
- integrations
- utils
- opentelemetry-instrumentation-xml-http-request
- opentelemetry-instrumentation
- opentelemetry-sdk-node
- otlp-exporter-base
- src
- otlp-grpc-exporter-base
- otlp-proto-exporter-base
- otlp-transformer
- src/logs
- test
- sdk-logs
- src
- export
- test/common
- shim-opencensus
- packages
- opentelemetry-context-async-hooks
- opentelemetry-context-zone-peer-dep
- opentelemetry-context-zone
- opentelemetry-core
- opentelemetry-exporter-jaeger
- opentelemetry-exporter-zipkin
- opentelemetry-propagator-b3
- opentelemetry-propagator-jaeger
- opentelemetry-resources
- opentelemetry-sdk-trace-base
- opentelemetry-sdk-trace-node
- opentelemetry-sdk-trace-web
- opentelemetry-semantic-conventions
- opentelemetry-shim-opentracing
- sdk-metrics
- scripts
- selenium-tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
76 files changed
+914
-492
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
54 | 60 | | |
55 | 61 | | |
56 | 62 | | |
| |||
77 | 83 | | |
78 | 84 | | |
79 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
80 | 89 | | |
81 | 90 | | |
82 | 91 | | |
| |||
95 | 104 | | |
96 | 105 | | |
97 | 106 | | |
98 | | - | |
| 107 | + | |
99 | 108 | | |
100 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
101 | 113 | | |
102 | 114 | | |
103 | 115 | | |
| |||
127 | 139 | | |
128 | 140 | | |
129 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
130 | 145 | | |
131 | 146 | | |
132 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| 24 | + | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| 28 | + | |
23 | 29 | | |
24 | 30 | | |
25 | 31 | | |
| |||
365 | 371 | | |
366 | 372 | | |
367 | 373 | | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | 374 | | |
373 | 375 | | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | 376 | | |
379 | 377 | | |
380 | 378 | | |
| |||
2290 | 2288 | | |
2291 | 2289 | | |
2292 | 2290 | | |
2293 | | - | |
| 2291 | + | |
| 2292 | + | |
| 2293 | + | |
2294 | 2294 | | |
2295 | 2295 | | |
2296 | 2296 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
210 | 211 | | |
211 | 212 | | |
212 | 213 | | |
| 214 | + | |
213 | 215 | | |
214 | 216 | | |
215 | 217 | | |
| |||
0 commit comments