notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
py-azure-core-tracing-opentelemetry Microsoft Azure Azure Core OpenTelemetry plugin Library for Python
1.0.0b12 develnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-06-30 20:57:38
Last Update: 2025-06-30 20:51:58
Commit Hash: 26763a8
Also Listed In: python
License: MIT
WWW:
https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core-tracing-opentelemetry
https://github.com/Azure/azure-sdk-for-python
Description:
You can enable distributed tracing in Azure client libraries by configuring the OpenTelemetry SDK. OpenTelemetry is a popular open-source observability framework for generating, capturing, and collecting telemetry data for cloud-native software. There are two key concepts related to tracing: span and trace. A span represents a single operation in a trace. A span can represent an HTTP request, a remote procedure call (RPC), a database query, or even the path that your code takes. A trace is a tree of spans showing the path of work through a system. You can distinguish a trace on its own by a unique 16-byte sequence called a TraceID.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}azure-core-tracing-opentelemetry>0:devel/py-azure-core-tracing-opentelemetry@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-azure-core-tracing-opentelemetry/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-azure-core-tracing-opentelemetry
  • pkg install py311-azure-core-tracing-opentelemetry
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-azure-core-tracing-opentelemetry listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-azure-core-tracing-opentelemetry
Package flavors (<flavor>: <package>)
  • py311: py311-azure-core-tracing-opentelemetry
distinfo:
TIMESTAMP = 1751208116 SHA256 (azure_core_tracing_opentelemetry-1.0.0b12.tar.gz) = bb454142440bae11fd9d68c7c1d67ae38a1756ce808c5e4d736730a7b4b04144 SIZE (azure_core_tracing_opentelemetry-1.0.0b12.tar.gz) = 26010

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=0 : devel/py-setuptools@py311
  2. py311-wheel>=0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-azure-core>=1.24.0 : devel/py-azure-core@py311
  2. py311-opentelemetry-api>=1.12.0 : devel/py-opentelemetry-api@py311
  3. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_py-azure-core-tracing-opentelemetry
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/a/azure_core_tracing_opentelemetry/
  2. https://pypi.org/packages/source/a/azure_core_tracing_opentelemetry/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.0b12
30 Jun 2025 20:51:58
commit hash: 26763a8e3d8efc248878886196c6ab2f7fe7b44acommit hash: 26763a8e3d8efc248878886196c6ab2f7fe7b44acommit hash: 26763a8e3d8efc248878886196c6ab2f7fe7b44acommit hash: 26763a8e3d8efc248878886196c6ab2f7fe7b44a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-azure-core-tracing-opentelemetry: Add
py-azure-core-tracing-opentelemetry 1.0.0b12

You can enable distributed tracing in Azure client libraries by configuring the
OpenTelemetry SDK. OpenTelemetry is a popular open-source observability
framework for generating, capturing, and collecting telemetry data for
cloud-native software.

There are two key concepts related to tracing: span and trace. A span represents
a single operation in a trace. A span can represent an HTTP request, a remote
procedure call (RPC), a database query, or even the path that your code takes. A
trace is a tree of spans showing the path of work through a system. You can
distinguish a trace on its own by a unique 16-byte sequence called a TraceID.

Number of commits found: 1