Skip to content

Commit 21ec145

Browse files
authored
Add more auto-instrumentation examples (#2853)
1 parent 05650d3 commit 21ec145

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specification/glossary.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ Coding against the OpenTelemetry API such as the [Tracing API](trace/api.md), [M
106106
### Automatic Instrumentation
107107

108108
Refers to telemetry collection methods that do not require the end-user to modify application's source code.
109-
Methods vary by programming language, and examples include bytecode injection or monkey patching.
109+
Methods vary by programming language, and examples include code manipulation (during compilation or at runtime),
110+
monkey patching, or running eBPF programs.
110111

111112
Synonym: *Auto-instrumentation*.
112113

0 commit comments

Comments
 (0)