mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 20:30:27 -07:00
Merge pull request #142 from modular-magician/codegen-pr-3010
Inspec project_metric
This commit is contained in:
commit
4661cd82de
2 changed files with 14 additions and 0 deletions
|
@ -387,6 +387,13 @@ metricDescriptor:
|
||||||
with user-visible concepts, such as Quota.
|
with user-visible concepts, such as Quota.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
|
type:
|
||||||
|
description:
|
||||||
|
- The metric type, including its DNS name prefix. The type is not URL-encoded.
|
||||||
|
- All user-defined metric types have the DNS name `custom.googleapis.com` or
|
||||||
|
`external.googleapis.com`.
|
||||||
|
returned: success
|
||||||
|
type: str
|
||||||
labelExtractors:
|
labelExtractors:
|
||||||
description:
|
description:
|
||||||
- A map from a label key string to an extractor expression which is used to extract
|
- A map from a label key string to an extractor expression which is used to extract
|
||||||
|
|
|
@ -186,6 +186,13 @@ resources:
|
||||||
associated with user-visible concepts, such as Quota.
|
associated with user-visible concepts, such as Quota.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
|
type:
|
||||||
|
description:
|
||||||
|
- The metric type, including its DNS name prefix. The type is not URL-encoded.
|
||||||
|
- All user-defined metric types have the DNS name `custom.googleapis.com`
|
||||||
|
or `external.googleapis.com`.
|
||||||
|
returned: success
|
||||||
|
type: str
|
||||||
labelExtractors:
|
labelExtractors:
|
||||||
description:
|
description:
|
||||||
- A map from a label key string to an extractor expression which is used to
|
- A map from a label key string to an extractor expression which is used to
|
||||||
|
|
Loading…
Add table
Reference in a new issue