UnifiedAgentOpenmetricsParserRecord¶
-
class
oci.logging.models.
UnifiedAgentOpenmetricsParserRecord
(**kwargs)¶ Bases:
object
record section of openmetrics parser.
Methods
__init__
(**kwargs)Initializes a new UnifiedAgentOpenmetricsParserRecord object with values from keyword arguments. Attributes
dimensions
Gets the dimensions of this UnifiedAgentOpenmetricsParserRecord. namespace
Gets the namespace of this UnifiedAgentOpenmetricsParserRecord. resource_group
Gets the resource_group of this UnifiedAgentOpenmetricsParserRecord. -
__init__
(**kwargs)¶ Initializes a new UnifiedAgentOpenmetricsParserRecord object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - namespace (str) – The value to assign to the namespace property of this UnifiedAgentOpenmetricsParserRecord.
- resource_group (str) – The value to assign to the resource_group property of this UnifiedAgentOpenmetricsParserRecord.
- dimensions (dict(str, str)) – The value to assign to the dimensions property of this UnifiedAgentOpenmetricsParserRecord.
-
dimensions
¶ Gets the dimensions of this UnifiedAgentOpenmetricsParserRecord. Dimensions to be added for metrics.
Returns: The dimensions of this UnifiedAgentOpenmetricsParserRecord. Return type: dict(str, str)
-
namespace
¶ Gets the namespace of this UnifiedAgentOpenmetricsParserRecord. Namespace to emit metrics.
Returns: The namespace of this UnifiedAgentOpenmetricsParserRecord. Return type: str
-
resource_group
¶ Gets the resource_group of this UnifiedAgentOpenmetricsParserRecord. Resource group to emit metrics.
Returns: The resource_group of this UnifiedAgentOpenmetricsParserRecord. Return type: str
-