You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* normalize term for instrumentations
Fixesopen-telemetry#476
A single term for instrumentation libraries would be beneficial, as
it reduces ambiguation. Removing synonyms "integration" and "adapter".
Integration doesn't imply some form of instrumentation, while adapter
could easily overlap with middleware or other concepts in existing
frameworks that will be instrumented.
* Addressing feedback
Using the full "instrumentation libraries" form where possible.
Fixing capitalization of OpenTelemetry.
Adding reference to "Instrumenting Libraries".
Adding link to definition in overview
* finishing cleaning up merge errors.
* fixing for lint.
* re-removing milestones
* Update specification/glossary.md
fixing typo
Co-authored-by: Giovanni Liva <giovanni.liva@dynatrace.com>
* Addressing feedback
Re-adding a section clarifying the goal of opentelemetry to
enable native instrumentation.
Fixing links.
* rewriting first paragraph on instrumentation libraries
Clarifying several aspects about instrumentation libraries.
* Update specification/error-handling.md
Co-authored-by: Morgan McLean <morgan_mclean@hotmail.com>
Co-authored-by: Giovanni Liva <giovanni.liva@dynatrace.com>
Co-authored-by: Morgan McLean <morgan_mclean@hotmail.com>
Copy file name to clipboardExpand all lines: specification/error-handling.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ And make a reasonable trade off of the SDK performance and fullness of type chec
44
44
45
45
## Self-diagnostics
46
46
47
-
All OpenTelemetry libraries -- the API, SDK, exporters, instrumentation adapters, etc. -- are encouraged to expose self-troubleshooting metrics, spans, and other telemetry that can be easily enabled and filtered out by default.
47
+
All OpenTelemetry libraries -- the API, SDK, exporters, instrumentations, etc. -- are encouraged to expose self-troubleshooting metrics, spans, and other telemetry that can be easily enabled and filtered out by default.
48
48
49
49
One good example of such telemetry is a `Span` exporter that indicates how much time exporters spend uploading telemetry.
50
50
Another example may be a metric exposed by a `SpanProcessor` that describes the current queue size of telemetry data to be uploaded.
0 commit comments