e49d3c3d44
- update to 0.59b0: * Add rstcheck to pre-commit to stop introducing invalid RST * logs: extend Logger.emit to accept separated keyword arguments * logs: add warnings for classes that would be deprecated and renamed in 1.39.0
Dirk Mueller2025-11-17 21:43:27 +00:00
79b7c6874b
Accepting request 1306352 from devel:languages:python
Ana Guerrero2025-09-23 14:05:38 +00:00
ab9743e179
- update to 0.58b0: * Add experimental composite samplers * Add new environment variables to the SDK OTEL_PYTHON_EXPORTER_OTLP_{HTTP/GRPC}_{METRICS/TRACES/LOGS}_CREDENTIAL_PROVIDER that can be used to inject a requests.Session or grpc.ChannelCredentials object into OTLP exporters created during auto instrumentation * Permit to override default HTTP OTLP exporters headers
Dirk Mueller2025-09-21 15:00:20 +00:00
fce4c7080b
- Add missing requirement on opentelemetry-sdk.
Steve Kowalik2025-06-02 06:20:18 +00:00
80782c9ffa
Accepting request 1280591 from devel:languages:python
Ana Guerrero2025-05-27 16:52:34 +00:00
613c1853ff
- Update to 0.54b1 * Remove log messages from BatchLogRecordProcessor.emit, this caused the program to crash at shutdown with a max recursion error - Update to 0.54b0 * Fix intermittent Connection aborted error when using otlp/http exporters * opentelemetry-sdk: use stable code attributes: code.function -> code.function.name, code.lineno -> code.line.number, code.filepath -> code.file.path * Fix serialization of extended attributes for logs signal * Handle OTEL_PROPAGATORS contains None * docs: updated and added to the metrics and log examples * Bump semantic conventions to 1.33.0
Matej Cepl2025-05-27 13:34:28 +00:00
50a2f715f2
- update to 0.51b0: * fix requires to 1.30.0
Dirk Mueller2025-02-25 20:42:28 +00:00
9c9c654ee3
Accepting request 1235924 from devel:languages:python
Ana Guerrero2025-01-09 14:05:56 +00:00
e4de750880
- Update to 0.50b0 * Fix crash exporting a log record with None body * Fix metrics export with exemplar and no context and filtering observable instruments * Fix recursion error with sdk disabled and handler added to root logger * sdk: setup EventLogger when OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED is set * api: fix logging of duplicate EventLogger setup warning * sdk: fix setting of process owner in ProcessResourceDetector * sdk: fix serialization of logs severity_number field to int * Remove TestBase.assertEqualSpanInstrumentationInfo method, use assertEqualSpanInstrumentationScope instead * sdk: instantiate lazily ExemplarBuckets in ExemplarReservoirs * semantic-conventions: Bump to 1.29.0 - from version 0.49b0 * Removed superfluous py.typed markers and added them where they were missing * Include metric info in encoding exceptions * sdk: Add support for log formatting * sdk: Add Host resource detector * sdk: Implementation of exemplars * Implement events sdk * Update semantic conventions to version 1.28.0 * Add support to protobuf 5+ and drop support to protobuf 3 and 4 * Update environment variable descriptions to match signal * Record logger name as the instrumentation scope name * Fix memory leak in exporter and reader * Drop OTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATION environment variable * Improve compatibility with other logging libraries that override LogRecord.getMessage() in order to customize message formatting - Update BuildRequires and Requires from pyproject.toml
Robert Schweikert2025-01-08 12:25:40 +00:00