update exemplars and azure authentication topics. (#46382) (#46384)

(cherry picked from commit f19594e8ff)

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2022-03-09 14:08:20 -05:00
committed by GitHub
co-authored by achatterjee-grafana
parent 95af6176bf
commit bc3ebce715
2 changed files with 47 additions and 43 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ weight = 400
# Introduction to exemplars
An exemplar is a specific trace representative of a repeated pattern of data in a given time interval. It helps you identify higher cardinality metadata from specific events within time series data.
An exemplar is a specific trace representative of measurement taken in a given time interval. While metrics excel at giving you an aggregated view of your system, traces give you a fine grained view of a single request; exemplars are a way to link the two.
Suppose your company website is experiencing a surge in traffic volumes. While more than eighty percent of the users are able to access the website in under two seconds, some users are experiencing a higher than normal response time resulting in bad user experience.