Commit e66eb4d
authored
Migrate logging to debug exporter to match with latest otel colletor. (#979)
*Description of changes:*
Change back to use java 17 base image.
The previous [ADOT Java main build
failed](https://github.com/aws-observability/aws-otel-java-instrumentation/actions/runs/12421612708/job/34682282673)
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.
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.1 parent f604e22 commit e66eb4d
File tree
2 files changed
+5
-5
lines changed- .github/collector
- scripts/docker/corretto-slim
2 files changed
+5
-5
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 | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments