Skip to content

Commit e9507f2

Browse files
chalintheletterf
andcommitted
Fabri's feedback
Co-authored-by: Fabrizio Ferri-Benedetti <[email protected]>
1 parent 3218e42 commit e9507f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/en/docs/concepts/instrumentation/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ aliases: [instrumenting]
55
weight: 15
66
---
77

8-
For a system [observable], it must be **instrumented**: that is, code from the
8+
For a system to be [observable], it must be **instrumented**: that is, code from the
99
system's components must emit [signals], such as [traces], [metrics], and
1010
[logs].
1111

@@ -36,7 +36,7 @@ solutions. The following things are also a part of OpenTelemetry:
3636
- Libraries can leverage the OpenTelemetry API as a dependency, which will have
3737
no impact on applications using that library, unless the OpenTelemetry SDK is
3838
imported.
39-
- For each of the [signals] you have several methods at your disposals to
39+
- For each of the [signals] you have several methods at your disposal to
4040
create, process, and export them.
4141
- With [context propagation](../context-propagation/) built into the
4242
implementations, you can correlate signals regardless of where they are

content/en/docs/what-is-opentelemetry.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ OpenTelemetry is:
1515

1616
of [telemetry data][] such as [traces], [metrics], and [logs].
1717

18-
- **Open source** and **vendor- and tool-agnostic**, meaning that it can be used
18+
- **Open source**, as well as **vendor- and tool-agnostic**, meaning that it can be used
1919
with a broad variety of observability backends, including open source tools
2020
like [Jaeger] and [Prometheus], as well as commercial offerings. OpenTelemetry
2121
is **not** an observability backend itself.
@@ -24,7 +24,7 @@ A major goal of OpenTelemetry is to enable easy instrumentation of your
2424
applications and systems, regardless of the programming language,
2525
infrastructure, and runtime environments used.
2626

27-
The (backend) **storage** and (frontend) **visualization** of telemetry data are
27+
The backend (storage) and the frontend (visualization) of telemetry data are
2828
intentionally left to other tools.
2929

3030
## What is observability?

0 commit comments

Comments
 (0)