Port details |
- py-azure-core-tracing-opentelemetry Microsoft Azure Azure Core OpenTelemetry plugin Library for Python
- 1.0.0b12 devel
=0 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
 - 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.
 ¦ ¦ ¦ ¦ 
- 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:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-azure-core>=1.24.0 : devel/py-azure-core@py311
- py311-opentelemetry-api>=1.12.0 : devel/py-opentelemetry-api@py311
- 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:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.0b12 30 Jun 2025 20:51:58
    |
Po-Chuan Hsieh (sunpoet)  |
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
|