MetricSpecification.FillGapWithZero Property

Definition

Gets or sets optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. Ex. a metric that returns the number of times a particular error code was emitted. The error code may not appear often, instead of the RP publishing 0, Shoebox can auto fill in 0s for time periods where nothing was emitted.

[Newtonsoft.Json.JsonProperty(PropertyName="fillGapWithZero")]
public string FillGapWithZero { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fillGapWithZero")>]
member this.FillGapWithZero : string with get, set
Public Property FillGapWithZero As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to