This page introduces the concept of instrumentation in OpenTelemetry™.
This document contains references to third-party documentation. Splunk AppDynamics does not own any rights and assumes no responsibility for the accuracy or completeness of such third-party documentation.
Instrumentation is the act of making an application service observable by enabling the code from the system’s components to emittraces,metrics, andlogs. You must instrument your applications in order to monitor them with Cisco Cloud Observability.
You can manually instrument your applications by modifying the source code using OpenTelemetry-provided APIs and SDKs, or automatically instrument your applications at runtime using an instrumentation agent instead of modifying the source code. Availability of automatic instrumentation may vary depending on the language.
To learn how to instrument your applications and view language-specific instrumentation details, see OpenTelemetry Instrumentation.
Splunk AppDynamics does not provide its own versions or redistribute open-source versions of OpenTelemetry SDKs and instrumentation agents. We recommend using the official OpenTelemetry SDKs and instrumentation agents to instrument your applications.
OpenTelemetry™ is a trademark of The Linux Foundation®.