Observability Libs is a placeholder charm that is used to provide a home for charm libraries that are used for the development of charms deployed as part of the LMA Light bundle.
While it is possible to deploy this charm, it is essentially a no-op, and not what this charm was designed for. Instructions are omitted. This may change in the near future.
Where this charm should be used, is to access one of the following libraries during development:
-
KubernetesServicePatch - a small library used to patch the Juju auto-created Kubernetes Service during the deployment of a sidecar charm to contain the correct ports for an application.
-
JujuTopology - Used to create and output Juju topologies either from charms, relation data, or parts.
Please see the Juju SDK docs for guidelines on enhancements to this
charm following best practice guidelines, and CONTRIBUTING.md for developer guidance.