We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0163d3f commit e8e520fCopy full SHA for e8e520f
azurekvp/src/kvp.rs
@@ -184,6 +184,7 @@ pub fn handle_kvp_operation(
184
let encoded_kvp = encode_kvp_item(&event_key, event_value);
185
write_to_kvp_file(file_path, &encoded_kvp);
186
}
187
+
188
/// Generates a unique event key by combining the event level, name, and span ID.
189
///
190
/// # Arguments
0 commit comments