Class MetricNameConfigurationDetails
Metric name generation overriding configurations.
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class MetricNameConfigurationDetails
Properties
ExcludePatternOnPrefix
Declaration
[JsonProperty(PropertyName = "excludePatternOnPrefix")]
public string ExcludePatternOnPrefix { get; set; }
Property Value
Type | Description |
---|---|
string | String pattern to be removed from the prefix of the metric name. |
IsPrefixWithCollectorType
Declaration
[JsonProperty(PropertyName = "isPrefixWithCollectorType")]
public bool? IsPrefixWithCollectorType { get; set; }
Property Value
Type | Description |
---|---|
bool? | is prefixing the metric with collector type. |