Class Ec2Resource
- java.lang.Object
-
- io.opentelemetry.sdk.extension.aws.resource.Ec2Resource
-
public final class Ec2Resource extends Object
A factory of aResourcewhich provides information about the current EC2 instance if running on AWS EC2.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.opentelemetry.sdk.resources.Resourceget()Returns a @link Resource} which provides information about the current EC2 instance if running on AWS EC2.
-