You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: detectors/resources-support/src/main/java/com/google/cloud/opentelemetry/detectors/GCPPlatformDetector.java
Copy file name to clipboardExpand all lines: detectors/resources-support/src/main/java/com/google/cloud/opentelemetry/detectors/GoogleKubernetesEngine.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,6 @@
30
30
importjava.util.Map;
31
31
importjava.util.Optional;
32
32
33
-
/** Utility class to help add GKE specific attributes to a given resource */
Copy file name to clipboardExpand all lines: detectors/resources-support/src/main/java/com/google/cloud/opentelemetry/detectors/GoogleServerlessCompute.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@
20
20
importjava.util.Map;
21
21
22
22
/**
23
-
* Utility class to help add attributes applicable to serverless compute in GCP to a given resource.
23
+
* GoogleServerlessCompute adds attributes applicable to all serverless compute platforms in GCP.
24
+
* Currently, this includes Google Cloud Functions & Google Cloud Run.
0 commit comments