Skip to content

PrometheusProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cms;
new PrometheusProperty {
    object Level,
    object PromQl,
    object Times,
    object Annotations = null
};

Properties

Name Type Description
Level object No description.
PromQl object No description.
Times object No description.
Annotations object No description.

LevelRequired

public object Level { get; set; }
  • Type: object

PromQlRequired

public object PromQl { get; set; }
  • Type: object

TimesRequired

public object Times { get; set; }
  • Type: object

AnnotationsOptional

public object Annotations { get; set; }
  • Type: object