mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 15:11:33 -07:00
Add display_name to logging_metric
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
c52213aa7e
commit
03b7f52077
2 changed files with 27 additions and 0 deletions
|
@ -178,6 +178,14 @@ resources:
|
|||
- The type of data that can be assigned to the label.
|
||||
returned: success
|
||||
type: str
|
||||
displayName:
|
||||
description:
|
||||
- A concise name for the metric, which can be displayed in user interfaces.
|
||||
Use sentence case without an ending period, for example "Request count".
|
||||
This field is optional but it is recommended to be set for any metrics
|
||||
associated with user-visible concepts, such as Quota.
|
||||
returned: success
|
||||
type: str
|
||||
labelExtractors:
|
||||
description:
|
||||
- A map from a label key string to an extractor expression which is used to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue