File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
collector/internal/lifecycle Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1212 required : false
1313 default : " us-east-1"
1414
15- push :
16- branches :
17- - feat/unified-lambda-layer
1815
1916permissions :
2017 contents : read
Original file line number Diff line number Diff line change @@ -17,14 +17,13 @@ package lifecycle
1717import (
1818 "context"
1919 "fmt"
20+ "github.com/open-telemetry/opentelemetry-lambda/collector/lambdalifecycle"
2021 "os"
2122 "os/signal"
2223 "path/filepath"
2324 "sync"
2425 "syscall"
2526
26- "github.com/open-telemetry/opentelemetry-lambda/collector/lambdalifecycle"
27-
2827 "go.uber.org/multierr"
2928 "go.uber.org/zap"
3029
Original file line number Diff line number Diff line change @@ -101,3 +101,4 @@ OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://<jaeger_endpoint:port_number>/v1/trace
101101```
102102Try with ` jaeger-all-in-one ` at [ Jaeger] ( https://www.jaegertracing.io/docs/1.57/getting-started/ )
103103
104+
You can’t perform that action at this time.
0 commit comments