Show / Hide Table of Contents

Class MetricNameConfigurationDetails

Metric name generation overriding configurations.

Inheritance
object
MetricNameConfigurationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top