Dimension Class
Dimension of a resource metric. For e.g. instance specific HTTP requests for a web app, where instance name is dimension of the metric HTTP request.
Constructor
Dimension(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
|
|
display_name
|
|
|
internal_name
|
|
|
to_be_exported_for_shoebox
|
|
Attributes
display_name
display_name: str | None
internal_name
internal_name: str | None
name
name: str | None
to_be_exported_for_shoebox
to_be_exported_for_shoebox: bool | None