Module: Google::Monitoring::V3::ServiceTier
- Defined in:
- lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/common.rb
Overview
The tier of service for a Stackdriver account. 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 Stackdriver 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 Stackdriver Premium tier, a higher, more expensive tier of service that provides access to all Stackdriver features, lets you use Stackdriver with AWS accounts, and has a larger allotments for logs and metrics. For more details, see the service tiers documentation.
2