Grafana has introduced exemplar support in Grafana Cloud, enhancing its capability to link metrics with traces, which simplifies identifying performance issues by providing direct trace access from metric data. This integration extends the functionality previously contributed to the Prometheus ecosystem, allowing users to seamlessly pivot from metrics to detailed traces, exemplified by specific data points. Exemplars work by attaching trace IDs to metrics, enabling a straightforward transition from observing high latency in metrics to examining specific traces for root cause analysis. The implementation requires applications to emit traces and include trace IDs in metrics, with Grafana Cloud offering a streamlined setup that eliminates the need to maintain open-source Prometheus, Grafana Loki, and Grafana Tempo. For Grafana Enterprise Stack users, exemplar support will be available in the next release, facilitating similar functionality with minimal configuration changes. This development aims to improve observability by creating stronger connections between metrics, logs, and traces, ultimately aiding in faster incident resolution.