update exemplars and azure authentication topics. (#46382)

This commit is contained in:
achatterjee-grafana
2022-03-09 13:54:13 -05:00
committed by GitHub
parent 8d4a0a0396
commit f19594e8ff
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.