Class Resource (3.2.3)

Resource(type, labels)

A monitored resource identified by specifying values for all labels.

Attributes

NameDescription
type str
The resource type name.
labels dict
A mapping from label names to values for all labels enumerated in the associated `ResourceDescriptor`.

Inheritance

builtins.object > builtins.tuple > Resource > Resource

Methods

Resource

Resource(type, labels)

Create new instance of Resource(type, labels)