Skip to content

Commit 82fea2f

Browse files
fix: typo in enum semantics convention
1 parent 81c5081 commit 82fea2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Observability/Api/SemanticConvention.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ public enum SemanticConvention {
88
public static let serviceNamespace = "service.namespace"
99
public static let systemCpuUtilization = "system.cpu.utilization"
1010
public static let systemMemoryAppUsageBytes = "system.memory.app_usage_bytes"
11-
public static let systemMemoryAppTotalBytes = "system.memory.app_total_byes"
11+
public static let systemMemoryAppTotalBytes = "system.memory.app_total_bytes"
1212
}

0 commit comments

Comments
 (0)