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; }
PromQlRequired
public object PromQl { get; set; }
TimesRequired
public object Times { get; set; }
AnnotationsOptional
public object Annotations { get; set; }