Skip to content

Commit dd09d48

Browse files
jabubakegarrettjonesgoogle
authored andcommitted
bug fix on duplicate label (#1995)
1 parent d6b2be7 commit dd09d48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-logging/src/main/java/com/google/cloud/logging/MonitoredResourceUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ String getKey() {
8383
Label.InstanceName,
8484
Label.ModuleId,
8585
Label.VersionId,
86-
Label.InstanceName,
86+
Label.InstanceId,
8787
Label.Zone
8888
})
8989
.put(

0 commit comments

Comments
 (0)