You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
info service/application.go:277 Starting otelcol... {"Version": "v0.1.0", "NumCPU": 2}
info service/application.go:185 Setting up own telemetry...
info service/application.go:220 Loading configuration...
Error: cannot load configuration: unknown exporters type "awsxray" for awsxray
If I switch from awsxray to jaeger, I get Error: cannot load configuration: unknown exporters type "jaeger" for jaeger. So I wonder what am I missing? What exporters are actually supported by the Lambda layer collector?
The text was updated successfully, but these errors were encountered:
Thanks @wangzlei I noticed the ready-to-use layers, however I've created a sample for PHP (see brefphp/bref#921), so the existing layers are not a good fit. #100 would definitely solve it, therefore closing this issue.
Hi,
I followed these steps https://github.com/open-telemetry/opentelemetry-lambda/blob/main/collector/README.md to publish the OpenTelemetry Collector Lambda layer from scratch.
However I noticed https://github.com/open-telemetry/opentelemetry-lambda/blob/main/collector/config.yaml is missing X-Ray so I defined a custom config (as described here: https://aws-otel.github.io/docs/getting-started/x-ray#configuring-the-aws-x-ray-exporter), looks similar to this https://github.com/aws-observability/aws-otel-lambda/blob/main/adot/collector/config.yaml in the end.
However it doesn't work:
If I switch from awsxray to jaeger, I get
Error: cannot load configuration: unknown exporters type "jaeger" for jaeger
. So I wonder what am I missing? What exporters are actually supported by the Lambda layer collector?The text was updated successfully, but these errors were encountered: