mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix: use consistent dot notation for all storage span attribute names
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -271,9 +271,9 @@ class Get extends Action
|
||||
|
||||
Span::add('storage.file.id', $file->getId());
|
||||
Span::add('storage.bucket.id', $bucketId);
|
||||
Span::add('storage.file_size_bytes', $file->getAttribute('sizeActual'));
|
||||
Span::add('storage.file.size_bytes', $file->getAttribute('sizeActual'));
|
||||
if (!empty($type)) {
|
||||
Span::add('storage.file_extension', $type);
|
||||
Span::add('storage.file.extension', $type);
|
||||
}
|
||||
Span::add('storage.timing.download_seconds', $downloadTime);
|
||||
Span::add('storage.timing.decryption_seconds', $decryptionTime);
|
||||
|
||||
Reference in New Issue
Block a user