canonical / sdcore-amf-k8s-operator

Charmed Operator for the SD-Core Access and Mobility Management Function (AMF).
https://charmhub.io/sdcore-amf-k8s
Apache License 2.0
1 stars 1 forks source link

feat: add charm tracing support #440

Closed gruyaume closed 5 days ago

gruyaume commented 1 week ago

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

  1. Deploy cos-lite and tempo
  2. Deploy AMF K8s
  3. Integrate AMF k8s with tempo

Screenshot

image

Checklist: