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. |
Level
Required
public object Level { get; set; }
PromQl
Required
public object PromQl { get; set; }
Times
Required
public object Times { get; set; }
Annotations
Optional
public object Annotations { get; set; }