A C D G S U V 
All Classes All Packages

A

AttributeKeys - Class in com.google.cloud.opentelemetry.detection
Contains constants that act as keys for the known attributes for GCPPlatformDetector.SupportedPlatforms.
AttributeKeys() - Constructor for class com.google.cloud.opentelemetry.detection.AttributeKeys
 

C

com.google.cloud.opentelemetry.detection - package com.google.cloud.opentelemetry.detection
 

D

DEFAULT_INSTANCE - Static variable in class com.google.cloud.opentelemetry.detection.GCPPlatformDetector
 
DetectedPlatform - Interface in com.google.cloud.opentelemetry.detection
Represents a GCP specific platform on which a cloud application can run.
detectPlatform() - Method in class com.google.cloud.opentelemetry.detection.GCPPlatformDetector
Detects the GCP platform on which the application is running.

G

GAE_APP_VERSION - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
GAE_AVAILABILITY_ZONE - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
GAE_CLOUD_REGION - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
GAE_INSTANCE_ID - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
GAE_MODULE_NAME - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
GCE_AVAILABILITY_ZONE - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
GCE_CLOUD_REGION - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
GCE_INSTANCE_HOSTNAME - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
GCE_INSTANCE_ID - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
GCE_INSTANCE_NAME - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
GCE_MACHINE_TYPE - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
GCPPlatformDetector - Class in com.google.cloud.opentelemetry.detection
 
GCPPlatformDetector.SupportedPlatform - Enum in com.google.cloud.opentelemetry.detection
SupportedPlatform represents the GCP platforms that can currently be detected by the resource-detector.
GCR_JOB_EXECUTION_KEY - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
GCR_JOB_TASK_INDEX - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
getAttributes() - Method in interface com.google.cloud.opentelemetry.detection.DetectedPlatform
Method to retrieve the attributes associated with the compute platform on which the application is running as key-value pairs.
getProjectId() - Method in interface com.google.cloud.opentelemetry.detection.DetectedPlatform
Method to retrieve the GCP Project ID in which the GCP specific platform exists.
getSupportedPlatform() - Method in interface com.google.cloud.opentelemetry.detection.DetectedPlatform
Method to retrieve the underlying compute platform on which application is running.
GKE_CLUSTER_LOCATION - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
GKE_CLUSTER_LOCATION_TYPE - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
GKE_CLUSTER_NAME - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
GKE_HOST_ID - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
GKE_LOCATION_TYPE_REGION - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
GKE_LOCATION_TYPE_ZONE - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
GOOGLE_APP_ENGINE - com.google.cloud.opentelemetry.detection.GCPPlatformDetector.SupportedPlatform
Represents the Google App Engine platform.
GOOGLE_CLOUD_FUNCTIONS - com.google.cloud.opentelemetry.detection.GCPPlatformDetector.SupportedPlatform
Represents the Google Cloud Functions platform.
GOOGLE_CLOUD_RUN - com.google.cloud.opentelemetry.detection.GCPPlatformDetector.SupportedPlatform
Represents the Google Cloud Run platform (Service).
GOOGLE_CLOUD_RUN_JOB - com.google.cloud.opentelemetry.detection.GCPPlatformDetector.SupportedPlatform
Represents the Google Cloud Run platform (Jobs).
GOOGLE_COMPUTE_ENGINE - com.google.cloud.opentelemetry.detection.GCPPlatformDetector.SupportedPlatform
Represents the Google Compute Engine platform.
GOOGLE_KUBERNETES_ENGINE - com.google.cloud.opentelemetry.detection.GCPPlatformDetector.SupportedPlatform
Represents the Google Kubernetes Engine platform.

S

SERVERLESS_COMPUTE_AVAILABILITY_ZONE - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
SERVERLESS_COMPUTE_CLOUD_REGION - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
SERVERLESS_COMPUTE_INSTANCE_ID - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
SERVERLESS_COMPUTE_NAME - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 
SERVERLESS_COMPUTE_REVISION - Static variable in class com.google.cloud.opentelemetry.detection.AttributeKeys
 

U

UNKNOWN_PLATFORM - com.google.cloud.opentelemetry.detection.GCPPlatformDetector.SupportedPlatform
Represents the case when the application is not running on GCP.

V

valueOf(String) - Static method in enum com.google.cloud.opentelemetry.detection.GCPPlatformDetector.SupportedPlatform
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.cloud.opentelemetry.detection.GCPPlatformDetector.SupportedPlatform
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G S U V 
All Classes All Packages