We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60470c2 commit 83635e0Copy full SHA for 83635e0
content/en/docs/concepts/instrumenting.md
@@ -6,8 +6,8 @@ description: >-
6
weight: 40
7
---
8
9
-In order to make a system observable, it must be **instrumented**: That is, the
10
-code must emit
+In order to make a system observable, it must be **instrumented**: That is, code from the
+system's components must emit
11
[traces](/docs/concepts/observability-primer/#distributed-traces),
12
[metrics](/docs/concepts/observability-primer/#reliability--metrics), and
13
[logs](/docs/concepts/observability-primer/#logs).
0 commit comments