Commit dc6ba37
authored
Migrate logging to debug exporter to match with latest otel colletor. (#984)
*Description of changes:*
The previous [ADOT Java main build
failed](https://github.com/aws-observability/aws-otel-java-instrumentation/actions/runs/12421612708)
because of it is using the collector version v0.42.0 released 8 hours
ago, where the logging exporter has been deprecated. This PR migrate to
debug exporter according to:
open-telemetry/opentelemetry-collector#11337.
Also, add a step in PR build to clean up the storage to avoid "No space
left in the device" failure.
Same fix has been applied to v2.x branch:
#979
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.1 parent 448d680 commit dc6ba37
2 files changed
+11
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
66 | 73 | | |
67 | 74 | | |
68 | 75 | | |
| |||
0 commit comments