Skip to content

Tags: iacker/opentelemetry-python

Tags

v1.40.0

Toggle v1.40.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release 1.40.0/0.61b0 (open-telemetry#4949)

Co-authored-by: otelbot <[email protected]>

stable

Toggle stable's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v1.39.1

Toggle v1.39.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release 1.39.1/0.60b1 (open-telemetry#4851)

Co-authored-by: otelbot <[email protected]>

v1.39.0

Toggle v1.39.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release 1.39.0/0.60b0 (open-telemetry#4833)

Co-authored-by: otelbot <[email protected]>

v1.38.0

Toggle v1.38.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release 1.38.0/0.59b0 (open-telemetry#4777)

Co-authored-by: otelbot <[email protected]>

v1.37.0

Toggle v1.37.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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]>

v1.36.0

Toggle v1.36.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release 1.36.0/0.57b0 (open-telemetry#4704)

v1.35.0

Toggle v1.35.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release 1.35.0/0.56b0 (open-telemetry#4681)

v1.34.1

Toggle v1.34.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release 1.34.1/0.55b1 (open-telemetry#4628)

v1.34.0

Toggle v1.34.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release 1.34.0/0.55b0 (open-telemetry#4612)