Emídio Neto
Emídio Neto
Discussed in the SIG (Jun 19th): Python SDK doesn’t have a strict Protobuf version policy—and since Protobuf 5.x remains supported until 2026, we have plenty of breathing room. For now,...
I'm facing some scenarios using `go` which is taking 5m to run `devenv ci`
Pasting errors here: ``` $ mypy --install-types --non-interactive --namespace-packages --explicit-package-bases opentelemetry-sdk/src/opentelemetry/sdk/resources opentelemetry-sdk/src/opentelemetry/sdk/resources/__init__.py:69: error: Module "opentelemetry.attributes" has no attribute "BoundedAttributes" [attr-defined] opentelemetry-sdk/src/opentelemetry/sdk/resources/__init__.py:198: error: Expression has type "Any" [misc] opentelemetry-sdk/src/opentelemetry/sdk/resources/__init__.py:199: error: Expression...
> In opentelemetry.io we need to take care of the following references, that also means we don't have documentation for LogRecordLimits: > > ``` > content/en/docs/languages/python/instrumentation.md:from opentelemetry.sdk._logs.export import BatchLogRecordProcessor, ConsoleLogExporter...
~I just tested the documentation steps for the example, and it works as expected. Please make sure you're running the example used in the doc.~ Please ignore my comment (I...
I wasn't able to reproduce with your snippet. The exceptions you are saying are like this? ``` requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=9999): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed...
This breakage was part of this https://github.com/open-telemetry/opentelemetry-python/pull/4649 otel-lambda already bumped the dependencies: https://github.com/open-telemetry/opentelemetry-lambda/blob/main/python/src/otel/otel_sdk/requirements.txt to the latest ones Probably mix of dependencies issue?