Package io.opentelemetry.sdk.resources
Class AutoValue_Resource
java.lang.Object
io.opentelemetry.sdk.resources.Resource
io.opentelemetry.sdk.resources.AutoValue_Resource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.opentelemetry.sdk.resources.Resource
builder, create, create, empty, getAttribute, getDefault, merge, toBuilder
-
Field Details
-
schemaUrl
-
attributes
-
-
Constructor Details
-
AutoValue_Resource
AutoValue_Resource(@Nullable String schemaUrl, Attributes attributes)
-
-
Method Details
-
getSchemaUrl
Description copied from class:Resource
Returns the URL of the OpenTelemetry schema used by this resource. May be null.- Specified by:
getSchemaUrl
in classResource
- Returns:
- An OpenTelemetry schema URL.
-
getAttributes
Description copied from class:Resource
Returns a map of attributes that describe the resource.- Specified by:
getAttributes
in classResource
- Returns:
- a map of attributes.
-
toString
-
equals
-
hashCode
public int hashCode()
-