pub fn log_plugin_fetch(
source: PluginFetchSource,
url_or_spec: Option<&str>,
outcome: PluginFetchOutcome,
duration_ms: u64,
error_kind: Option<&str>,
)Expand description
Log a plugin fetch event for telemetry.
pub fn log_plugin_fetch(
source: PluginFetchSource,
url_or_spec: Option<&str>,
outcome: PluginFetchOutcome,
duration_ms: u64,
error_kind: Option<&str>,
)Log a plugin fetch event for telemetry.