Description
Hello Everyone,
We tried to configure the instrumentation for aws nodejs, but this one returns the following error:
undefined ERROR Exporter "otlp" requested through environment variable is unavailable.
This is environment used:
AWS_LAMBDA_EXEC_WRAPPER = /opt/nodejs-otel-handler
OTEL_EXPORTER_OTLP_METRICS_ENDPOINT = https://ingest.us1.signalfx.com/v2/datapoint/otlp
OTEL_EXPORTER_OTLP_METRICS_PROTOCOL = http/protobuf
OTEL_EXPORTER_OTLP_TRACES_ENDPOINT = https://ingest.us1.signalfx.com/v2/trace/otlp
OTEL_EXPORTER_OTLP_TRACES_PROTOCOL = http/protobuf
OTEL_INSTRUMENTATION_AWS_LAMBDA_FLUSH_TIMEOUT = 300000
OTEL_LAMBDA_LOG_LEVEL = DEBUG
OTEL_RESOURCE_ATTRIBUTES | deployment.environment=lab
OTEL_SERVICE_NAME = NodejsSample
Tested versions of lambda layers versions: 0.6.1/0.5.0