Add charm tracing support using the Observability team's tracing charm relation interface.
Rationale
Charm tracing allows developers to vizualize code paths traversed during charm events and to know the amount of time spent in each function. This is useful for both troubleshooting and performance engineering.
Description
Add charm tracing support using the Observability team's
tracing
charm relation interface.Rationale
Charm tracing allows developers to vizualize code paths traversed during charm events and to know the amount of time spent in each function. This is useful for both troubleshooting and performance engineering.
Usage
Screenshot
Checklist: