Metadata-Version: 2.5
Name: charmlibs-interfaces-tracing
Version: 1.0.0
Summary: The charmlibs.interfaces.tracing package.
Project-URL: Documentation, https://canonical.com/juju/docs/charmlibs/reference/charmlibs/interfaces/tracing
Project-URL: Repository, https://github.com/canonical/charmlibs/tree/main/interfaces/tracing
Project-URL: Issues, https://github.com/canonical/charmlibs/issues
Project-URL: Changelog, https://github.com/canonical/charmlibs/blob/main/interfaces/tracing/CHANGELOG.md
Author: The Observability team at Canonical
License-Expression: Apache-2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: ops<4,>=2.23.1
Requires-Dist: pydantic>=2
Description-Content-Type: text/markdown

# charmlibs.interfaces.tracing

The `tracing` interface library.

To install, add `charmlibs-interfaces-tracing` to your Python dependencies. Then in your Python code, import as:

```py
from charmlibs.interfaces import tracing
```

See the [reference documentation](https://canonical.com/juju/docs/charmlibs/reference/charmlibs/interfaces/tracing) for more.
