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
*Issue #, if available:*
`gRPC` is the already default exporter as of the OTel JS version that we
are dependent on (See:
open-telemetry/opentelemetry-operator#3412)
Closing as Python's issue with `gRPC` does not apply to NodeJS.
*Description of changes:*
Cleanup comment regarding OTLP Protocols
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
Sets up default environment variables and apply patches
27
27
28
-
Set default OTEL_EXPORTER_OTLP_PROTOCOL to be `http/protobuf`. This must be run before `configurator.configure()`, which will use this value to
29
-
create an OTel Metric Exporter that is used for the customized AWS Span Procesors. The default value of OTEL_EXPORTER_OTLP_PROTOCOL should be `http/protobuf`:
28
+
Set default OTEL_EXPORTER_OTLP_PROTOCOL to be `http/protobuf` to remain consistent with other ADOT languages. This must be run before
29
+
`configurator.configure()`, which will use this value to create an OTel Metric Exporter that is used for the customized AWS Span Procesors.
30
+
The default value of OTEL_EXPORTER_OTLP_PROTOCOL should be `http/protobuf`:
We are setting OTEL_EXPORTER_OTLP_PROTOCOL to HTTP to avoid any potential issues with gRPC. In the ADOT Python SDKs, gRPC did not not work out of the box for
33
-
the vended docker image, due to gRPC having a strict dependency on the Python version the artifact was built for (OTEL observed this:
0 commit comments