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 d35cedd commit 6677d9aCopy full SHA for 6677d9a
internal/xds/xds.go
@@ -48,7 +48,7 @@ func GetXDSHandshakeClusterName(attr *attributes.Attributes) (string, bool) {
48
}
49
50
// addressToTelemetryLabels prepares a telemetry label map from resolver
51
-// address atrributes.
+// address attributes.
52
func addressToTelemetryLabels(addr resolver.Address) map[string]string {
53
cluster, _ := GetXDSHandshakeClusterName(addr.Attributes)
54
locality := LocalityString(GetLocalityID(addr))
0 commit comments