Skip to content
Search
DSL · Filesystem

filesystem_telemetry_options

Definition

/**
 * Create options for filesystem telemetry.
 *
 * @param bool $trace_streams Create a single span per stream lifecycle (default: ON)
 * @param bool $collect_metrics Collect metrics for bytes/operation counts (default: ON)
 */
filesystem_telemetry_options(bool $trace_streams, bool $collect_metrics) : FilesystemTelemetryOptions

Contributors

Built in the open.

Join us on GitHub
scroll back to top