Skip to content

Commit 93ccadc

Browse files
committed
extend glossary
Signed-off-by: Florian Lehner <[email protected]>
1 parent 1f1dc99 commit 93ccadc

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

specification/glossary.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ Some other fundamental terms are documented in the [overview document](overview.
3939
* [Structured Logs](#structured-logs)
4040
* [Flat File Logs](#flat-file-logs)
4141
* [Log Appender / Bridge](#log-appender--bridge)
42+
- [Profiles](#profiles)
43+
* [Profile](#profile)
44+
* [Profiling](#profiling)
4245

4346
<!-- tocstop -->
4447

@@ -68,7 +71,7 @@ The maintainer of an OpenTelemetry SDK Plugin, written against OpenTelemetry SDK
6871
### Signals
6972

7073
OpenTelemetry is structured around signals, or categories of telemetry.
71-
Metrics, logs, traces, and baggage are examples of signals.
74+
Metrics, logs, traces, profiles, and baggage are examples of signals.
7275
Each signal represents a coherent, stand-alone set of functionality.
7376
Each signal follows a separate lifecycle, defining its current stability level.
7477

@@ -228,3 +231,17 @@ library into OpenTelemetry using the [Log API](./logs/api.md). The
228231
terms "log bridge" and "log appender" are used interchangeably, reflecting that
229232
these components bridge data into OpenTelemetry, but are often called appenders
230233
in the logging domain.
234+
235+
## Profiles
236+
237+
Profiles describes the OpenTelemetry signal.
238+
239+
### Profile
240+
241+
In the context of the profiles signal, profile holds one or more stacktraces of
242+
a OpenTelemetry instrumentation scope.
243+
244+
### Profiling
245+
246+
Profiling describes the process of collecting data that will be reported with
247+
the profiles signal.

0 commit comments

Comments
 (0)