Class AnthosObservabilityMembershipSpec
Anthosobservability: Per-Membership Feature spec.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1alpha.Data
Assembly: Google.Apis.GKEHub.v1alpha.dll
Syntax
public class AnthosObservabilityMembershipSpec : IDirectResponseSchema
Properties
DoNotOptimizeMetrics
Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
Declaration
[JsonProperty("doNotOptimizeMetrics")]
public virtual bool? DoNotOptimizeMetrics { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableStackdriverOnApplications
Enable collecting and reporting metrics and logs from user apps.
Declaration
[JsonProperty("enableStackdriverOnApplications")]
public virtual bool? EnableStackdriverOnApplications { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Version
the version of stackdriver operator used by this feature
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |