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 21ce710 commit 6103560Copy full SHA for 6103560
google-cloud-logging/src/main/java/com/google/cloud/logging/MonitoredResourceUtil.java
@@ -226,7 +226,7 @@ private static Resource getAutoDetectedResourceType() {
226
return Resource.GaeAppFlex;
227
}
228
if (System.getenv("KUBERNETES_SERVICE_HOST") != null) {
229
- return Resource.Container;
+ return Resource.K8sContainer;
230
231
if (ServiceOptions.getAppEngineAppId() != null) {
232
return Resource.GaeAppStandard;
0 commit comments