๐ Going beyond automatic instrumentation
Control the granularity of data collected in your distributed application, and enrich it so that important attributes are easily accessible leveraging OpenTelemetry's manual instrumentation mechanism.
Using Helios OpenTelemetry SDK enables users to benefit from automatic instrumentation, which provides a good level of visibility across the board when getting distributed tracing to work. In some cases though a user may wish to have access to additional details of a certain operation (span), instrument specific parts of the code, or even suppress tracing altogether. This can be done by leveraging OpenTelemetry's standard manual instrumentation mechanism.
With Helios you can perform both:
- Manual instrumentation to gain higher granularity of data; and
- Manual context propagation to specify E2E flows in your distributed application
See what a custom span looks like in the Helios Sandbox:
 allows the user for a more accurate granularity of the data collected](https://files.readme.io/938193b-OpenTelemetry_manual_instrumentation_in_Helios.jpg)
Manually instrumenting a specific piece of code in the accounts-service in the Helios Sandbox allows the user for a more accurate granularity of the data collected
Updated 4 months ago