๐คซ Sensitive information collection
Control what data the Helios OpenTelemetry SDK collects to meet your organization's PII & sensitive information policies by leveraging Helios' allowlist and blocklist capabilities.
Helios is a dev-first observability platform that helps dev and ops teams shorten time to find and fix issues in distributed applications. Built on OpenTelemetry, Helios provides traces and correlates them with logs and metrics, enabling end-to-end app visibility and faster troubleshooting.
Instrumenting running application data to provide distributed tracing driven observability, as is the case with any telemetry or monitoring system, might introduce a new risk that sensitive information could be inadvertently captured and transmitted.
In order to support different risk profiles and business policies, Helios exposes various layers of control in order to set and select what data is instrumented and how. The layers go from instrumenting all data to collecting only metadata and everything in between.
The Helios SDK offers both allowlist and blocklist capabilities to ensure the sensitive data collected is in compliance with your company's policies and needs. It also supports a mode in which only metadata is collected, in case this is the desired configuration. Or, simply blocking specific paths from being collected altogether.
The table below outlines the layers provided in Helios to leverage distributed tracing a way that meets your team's privacy requirements:
Privacy requirements | Description | Learn more |
---|---|---|
๐ข Flexible | Instrument all data for optimal E2E visibility and complete troubleshooting and debugging coverage | C++ | Erlang | Go | Java | .NET | Web JS | Node.js | Python | Ruby |
โช๏ธ Diligent | Obfuscate specific data, based on what's configured specifically in the blocklist | Data obfuscation blocklists |
๐ก Moderate | Obfuscate all data, except for what's configured specifically in the allowlist | Data obfuscation allowlists |
๐ Conservative | Metadata-only mode ensures headers and payloads are not collected | Metadata-only mode |
๐ด Stringent | Filter specific URLs and paths from being collected by the SDK | Data filtering |
Helios also exposes the hash function so that you can use the obfuscated data consistently when testing or troubleshooting.
Updated 4 months ago