| * opentelemetry-instrumentation-system-metrics: add process metrics Add process metrics as of 1.30.0 semconv to the system metrics instrumentation. We still keep around the old process.runtime metrics because the semconv suggest to not break current users. Still discourage their use in the doc and state explicitly they are deprecated. * Add Changelog * Please pylint * Apply suggestions from code review * Remove print * Remove process.count and fix system metrics enumeration in tests * Cleanup metrics presence assertions * Don't touch system metrics descriptions * Add default for num_cpu in case it returns None to avoid division error | ||
|---|---|---|
| .. | ||
| src/opentelemetry/instrumentation/system_metrics | ||
| tests | ||
| LICENSE | ||
| README.rst | ||
| pyproject.toml | ||
| test-requirements.txt | ||
		
			
				
				README.rst
			
		
		
			
			
		
	
	OpenTelemetry System Metrics Instrumentation
============================================
|pypi|
.. |pypi| image:: https://badge.fury.io/py/opentelemetry-instrumentation-system-metrics.svg
   :target: https://pypi.org/project/opentelemetry-instrumentation-system-metrics/
Instrumentation to collect system performance metrics.
Installation
------------
::
    pip install opentelemetry-instrumentation-system-metrics
References
----------
* `OpenTelemetry System Metrics Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/system_metrics/system_metrics.html>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_