@@ -9,9 +9,9 @@ OpenTelemetry is:
9
9
10
10
- An ** [ observability] framework and toolkit** designed to facilitate the
11
11
12
- - Generation
12
+ - [ Generation] [ instr ]
13
13
- Export
14
- - Collection
14
+ - [ Collection] ( ../concepts/components/#collector )
15
15
16
16
of [ telemetry data] [ ] such as [ traces] , [ metrics] , and [ logs] .
17
17
@@ -34,10 +34,9 @@ examining its outputs. In the context of software, this means being able to
34
34
understand the internal state of a system by examining its telemetry data, which
35
35
includes traces, metrics, and logs.
36
36
37
- To make a system observable, it must be
38
- [ instrumented] ( ../concepts/instrumentation ) . That is, the code must emit
39
- [ traces] , [ metrics] , or [ logs] . The instrumented data must then be sent to an
40
- observability backend.
37
+ To make a system observable, it must be [ instrumented] [ instr ] . That is, the code
38
+ must emit [ traces] , [ metrics] , or [ logs] . The instrumented data must then be
39
+ sent to an observability backend.
41
40
42
41
## Why OpenTelemetry?
43
42
@@ -126,11 +125,12 @@ migrate to OpenTelemetry in the [Migration guide](../migration/).
126
125
- [ Getting started] ( ../getting-started/ ) &mdash ; jump right in!
127
126
- Learn about [ OpenTelemetry concepts] ( ../concepts/ ) .
128
127
128
+ [ Cloud Native Computing Foundation ] : https://www.cncf.io
129
+ [ instr ] : ../concepts/instrumentation
130
+ [ Jaeger ] : https://www.jaegertracing.io/
129
131
[ logs ] : ../concepts/signals/logs/
130
132
[ metrics ] : ../concepts/signals/metrics/
131
133
[ observability ] : ../concepts/observability-primer/#what-is-observability
134
+ [ Prometheus ] : https://prometheus.io/
132
135
[ telemetry data ] : ../concepts/signals/
133
136
[ traces ] : ../concepts/signals/traces/
134
- [ Jaeger ] : https://www.jaegertracing.io/
135
- [ Prometheus ] : https://prometheus.io/
136
- [ Cloud Native Computing Foundation ] : https://www.cncf.io
0 commit comments