Tags: iacker/opentelemetry-python
Tags
Prepare release 1.40.0/0.61b0 (open-telemetry#4949) Co-authored-by: otelbot <[email protected]>
api: add docstrings to core metrics instrument abstract methods (open… …-telemetry#4923) * api: add docstrings to core metrics instrument abstract methods Add missing docstrings to the abstract measurement methods on the four core synchronous metric instruments: - Counter.add – records a non-negative increment - UpDownCounter.add – records a positive or negative delta - Histogram.record – records an arbitrary statistical measurement - Gauge.set – records the current (non-additive) value Each docstring explains the intent of the method, any constraints on the parameter, and documents all three parameters (amount, attributes, context) using the existing Google-style format already present in the codebase. These methods are the primary interaction surface for developers using the OpenTelemetry Metrics API; having no docstring on the abstract definition makes generated API docs and IDE tooltips silent. * Apply suggestion from @xrmx * api: remove CHANGELOG entry per reviewer request Co-Authored-By: Claude Opus 4.6 <[email protected]> * ci: retrigger CI checks --------- Co-authored-by: Riccardo Magliocchetti <[email protected]> Co-authored-by: Claude Opus 4.6 <[email protected]>
Prepare release 1.39.1/0.60b1 (open-telemetry#4851) Co-authored-by: otelbot <[email protected]>
Prepare release 1.39.0/0.60b0 (open-telemetry#4833) Co-authored-by: otelbot <[email protected]>
Prepare release 1.38.0/0.59b0 (open-telemetry#4777) Co-authored-by: otelbot <[email protected]>
[release/v1.37.x-0.58bx] Prepare release 1.37.0/0.58b0 (open-telemetr… …y#4745) * Prepare release 1.37.0/0.58b0 * Update test_handler.py --------- Co-authored-by: otelbot <[email protected]> Co-authored-by: Riccardo Magliocchetti <[email protected]>
PreviousNext