public sealed class TimeSeriesRatio : IMessage<TimeSeriesRatio>, IEquatable<TimeSeriesRatio>, IDeepCloneable<TimeSeriesRatio>, IBufferMessage, IMessage
A TimeSeriesRatio specifies two TimeSeries to use for computing the
good_service / total_service ratio. The specified TimeSeries must have
ValueType = DOUBLE or ValueType = INT64 and must have MetricKind =
DELTA or MetricKind = CUMULATIVE. The TimeSeriesRatio must specify
exactly two of good, bad, and total, and the relationship good_service +
bad_service = total_service will be assumed.
A monitoring filter
specifying a TimeSeries quantifying bad service, either demanded service
that was not provided or demanded service that was of inadequate quality.
Must have ValueType = DOUBLE or ValueType = INT64 and must have
MetricKind = DELTA or MetricKind = CUMULATIVE.
A monitoring filter
specifying a TimeSeries quantifying good service provided. Must have
ValueType = DOUBLE or ValueType = INT64 and must have MetricKind =
DELTA or MetricKind = CUMULATIVE.
A monitoring filter
specifying a TimeSeries quantifying total demanded service. Must have
ValueType = DOUBLE or ValueType = INT64 and must have MetricKind =
DELTA or MetricKind = CUMULATIVE.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eTimeSeriesRatio\u003c/code\u003e class, which is used to compute the ratio of good service to total service.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTimeSeriesRatio\u003c/code\u003e is part of the \u003ccode\u003eGoogle.Cloud.Monitoring.V3\u003c/code\u003e namespace and is found in the \u003ccode\u003eGoogle.Cloud.Monitoring.V3.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class features three properties, \u003ccode\u003eBadServiceFilter\u003c/code\u003e, \u003ccode\u003eGoodServiceFilter\u003c/code\u003e, and \u003ccode\u003eTotalServiceFilter\u003c/code\u003e, all of which are string types and require \u003ccode\u003eValueType = DOUBLE\u003c/code\u003e or \u003ccode\u003eValueType = INT64\u003c/code\u003e, and \u003ccode\u003eMetricKind = DELTA\u003c/code\u003e or \u003ccode\u003eMetricKind = CUMULATIVE\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage provides a list of past versions of the \u003ccode\u003eTimeSeriesRatio\u003c/code\u003e, the latest version being \u003ccode\u003e3.15.0\u003c/code\u003e and going all the way down to \u003ccode\u003e2.3.0\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]