Search Criteria
Package Details: python-opentelemetry-api 1.40.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-opentelemetry.git (read-only, click to copy) |
|---|---|
| Package Base: | python-opentelemetry |
| Description: | OpenTelemetry Python API |
| Upstream URL: | https://github.com/open-telemetry/opentelemetry-python |
| Licenses: | Apache-2.0 |
| Submitter: | carsme |
| Maintainer: | A_Bart |
| Last Packager: | A_Bart |
| Votes: | 2 |
| Popularity: | 0.59 |
| First Submitted: | 2023-06-19 23:08 (UTC) |
| Last Updated: | 2026-03-17 16:23 (UTC) |
Dependencies (21)
- python
- python-deprecated
- python-importlib-metadata
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-wheel (make)
- python-backoffAUR (check)
- python-deprecated (check)
- python-flaky (check)
- python-googleapis-common-protos (check)
- python-grpcio (check)
- python-importlib-metadata (check)
- python-opencensusAUR (check)
- python-prometheus_client (check)
- python-protobuf (python-protobuf-21AUR, python-protobuf-gitAUR) (check)
- python-pytest (check)
- python-pytest-benchmark (check)
- python-requests (check)
- python-responses (check)
- python-typing_extensions (check)
Required by (96)
- mistral-vibe
- python-azure-core (optional)
- python-azure-functions-durable
- python-blacksheep
- python-chromadb
- python-chromadb-bin
- python-fasta2a
- python-gs-quant
- python-langgraph-api
- python-langsmith (optional)
- python-livekit-agents
- python-mistralai
- python-opentelemetry-distro
- python-opentelemetry-exporter-otlp-proto-common
- python-opentelemetry-exporter-otlp-proto-grpc
- python-opentelemetry-exporter-otlp-proto-http
- python-opentelemetry-exporter-prometheus
- python-opentelemetry-exporter-prometheus-remote-write
- python-opentelemetry-exporter-richconsole
- python-opentelemetry-exporter-zipkin-json
- Show 76 more...
Latest Comments
1 2 Next › Last »
a821 commented on 2026-04-17 05:26 (UTC)
@A_Bart: These packages are in
extraas of today. I think you just need to remove them from thepkgnamearray, and also thepackagefunctions.rubin55 commented on 2026-04-01 09:12 (UTC) (edited on 2026-04-01 09:25 (UTC) by rubin55)
What is with the partial?! upstreaming of this package to extra? I randomly noticed that I got an update notification, so I checked:
In extra now:
Not in extra (yet?):
I really hope this is a temporary situation.. not looking forward to splitting this up.
Update: I had a look here, it seems some peeps are currently creating a bunch of repositories for separate parts of python-opentelemetry; I didn't see all of them, but since this is literally minutes ago, I assume it's just a matter of time before all of them appear in extras. I just don't understand why they opted for separate packages instead of a single package base.
A_Bart commented on 2026-03-17 16:34 (UTC)
The randomly stuff is fixed. Also, some test that were failing are added again, with a dedicated env to complete. Benchmark tests have been removed, and test that require network run in isolation. The build number has not been bumped, to not cause unnecessary rebuilds.
vikingowl commented on 2026-03-16 16:45 (UTC)
check() fails non-deterministically when python-pytest-randomly is installed
pytest auto-loads the randomly plugin if present, which randomizes test execution order. The test suite relies on global state (propagators, Prometheus registry, providers) that breaks under random ordering — upstream avoids this by isolating each sub-package in its own tox env.
Different seeds = different failures each build (
test_propagation,test_label_order_does_not_matter, etc.), making it impossible to fix by deselecting tests.Fix — one line in check():
User workaround:
paru -S <package> --mflags "--nocheck"or uninstallpython-pytest-randomlybefore building.medaminezghal commented on 2026-03-06 09:48 (UTC)
romainhk commented on 2026-01-12 07:51 (UTC)
I managed to solve my issue with python-opentelemetry. Check stage was using a pytest version from an old pyenv 3.9 folder i have ¯_(ツ)_/¯ I just removed this env and it managed to recover the right one. Hope it can help you @PhCl
But I still have some trouble to install mistral-vibe after solving that (
No module named build).PhCl commented on 2026-01-12 05:22 (UTC)
I also run into the
ModuleNotFoundError: No module named 'opencensus'error now. But surprisingly only on one machine, while on a second, relatively comparable installation, it was able to upgrade. To the best of my knowledge, the dependencies come all through "aur/mistral-vibe" in my case, and I did not spot any relevant differences between the setup that worked and the one that failed.I tried to debug, but unfortunately could not find out more than the error message that romainhk already posted. But I can at least confirm that the problem can occur.
rubin55 commented on 2026-01-10 18:25 (UTC)
I noticed just yet with Python 3.14, a test breaks; add a deselect to the
check()stage, i.e.:romainhk commented on 2026-01-07 14:44 (UTC)
Hum, so its on my side. Thx @mistersmee. I'll let a note here if i find something interesting
1 2 Next › Last »