Module: Google::Cloud::Monitoring::V3::ServiceTier Deprecated
- Defined in:
- proto_docs/google/monitoring/v3/common.rb
Overview
This enum is deprecated and may be removed in the next major version update.
The tier of service for a Metrics Scope. Please see the service tiers documentation for more details.
Constant Summary collapse
- SERVICE_TIER_UNSPECIFIED =
An invalid sentinel value, used to indicate that a tier has not been provided explicitly.
0
- SERVICE_TIER_BASIC =
The Cloud Monitoring Basic tier, a free tier of service that provides basic features, a moderate allotment of logs, and access to built-in metrics. A number of features are not available in this tier. For more details, see the service tiers documentation.
1
- SERVICE_TIER_PREMIUM =
The Cloud Monitoring Premium tier, a higher, more expensive tier of service that provides access to all Cloud Monitoring features, lets you use Cloud Monitoring with AWS accounts, and has a larger allotments for logs and metrics. For more details, see the service tiers documentation.
2