Skip to content

Commit a165c4c

Browse files
authored
Fix typo (#369)
1 parent 6735104 commit a165c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

practices/observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Dashboards should be easy to understand at a glance. Some tips to achieve this a
140140
- Adopt conventions around use of colour and units (e.g. standardise on milliseconds for times and rates per second).
141141
- Display metrics over an appropriate rolling time period (e.g. the last hour). It's important to get the right balance between providing enough context to understand trends in the data and providing a high enough resolution to accurately show metrics.
142142
- Configure an appropriate refresh rate to ensure changes in metric values are seen promptly.
143-
- Make a concious trade-off between indicating "long tail" performance vs representing the majority experience. For example, the 95th centile latency is usually a more useful indicator than either the mean or maximum latency, which under- and over-emphasise the worst case, respectively.
143+
- Make a conscious trade-off between indicating "long tail" performance vs representing the majority experience. For example, the 95th centile latency is usually a more useful indicator than either the mean or maximum latency, which under- and over-emphasise the worst case, respectively.
144144

145145
It is often a good idea to draw a clear distinction between:
146146

0 commit comments

Comments
 (0)