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 81c5081 commit 82fea2fCopy full SHA for 82fea2f
Sources/Observability/Api/SemanticConvention.swift
@@ -8,5 +8,5 @@ public enum SemanticConvention {
8
public static let serviceNamespace = "service.namespace"
9
public static let systemCpuUtilization = "system.cpu.utilization"
10
public static let systemMemoryAppUsageBytes = "system.memory.app_usage_bytes"
11
- public static let systemMemoryAppTotalBytes = "system.memory.app_total_byes"
+ public static let systemMemoryAppTotalBytes = "system.memory.app_total_bytes"
12
}
0 commit comments