Google Cloud Error Reporting v1beta1 API - Class ErrorGroupStats (3.0.0-beta04)

public sealed class ErrorGroupStats : IMessage<ErrorGroupStats>, IEquatable<ErrorGroupStats>, IDeepCloneable<ErrorGroupStats>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class ErrorGroupStats.

Data extracted for a specific group based on certain filter criteria, such as a given time period and/or service filter.

Inheritance

object > ErrorGroupStats

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

Google.Cloud.ErrorReporting.V1Beta1.dll

Constructors

ErrorGroupStats()

public ErrorGroupStats()

ErrorGroupStats(ErrorGroupStats)

public ErrorGroupStats(ErrorGroupStats other)
Parameter
NameDescription
otherErrorGroupStats

Properties

AffectedServices

public RepeatedField<ServiceContext> AffectedServices { get; }

Service contexts with a non-zero error count for the given filter criteria. This list can be truncated if multiple services are affected. Refer to num_affected_services for the total count.

Property Value
TypeDescription
RepeatedFieldServiceContext

AffectedUsersCount

public long AffectedUsersCount { get; set; }

Approximate number of affected users in the given group that match the filter criteria. Users are distinguished by data in the ErrorContext of the individual error events, such as their login name or their remote IP address in case of HTTP requests. The number of affected users can be zero even if the number of errors is non-zero if no data was provided from which the affected user could be deduced. Users are counted based on data in the request context that was provided in the error report. If more users are implicitly affected, such as due to a crash of the whole service, this is not reflected here.

Property Value
TypeDescription
long

Count

public long Count { get; set; }

Approximate total number of events in the given group that match the filter criteria.

Property Value
TypeDescription
long

FirstSeenTime

public Timestamp FirstSeenTime { get; set; }

Approximate first occurrence that was ever seen for this group and which matches the given filter criteria, ignoring the time_range that was specified in the request.

Property Value
TypeDescription
Timestamp

Group

public ErrorGroup Group { get; set; }

Group data that is independent of the filter criteria.

Property Value
TypeDescription
ErrorGroup

LastSeenTime

public Timestamp LastSeenTime { get; set; }

Approximate last occurrence that was ever seen for this group and which matches the given filter criteria, ignoring the time_range that was specified in the request.

Property Value
TypeDescription
Timestamp

NumAffectedServices

public int NumAffectedServices { get; set; }

The total number of services with a non-zero error count for the given filter criteria.

Property Value
TypeDescription
int

Representative

public ErrorEvent Representative { get; set; }

An arbitrary event that is chosen as representative for the whole group. The representative event is intended to be used as a quick preview for the whole group. Events in the group are usually sufficiently similar to each other such that showing an arbitrary representative provides insight into the characteristics of the group as a whole.

Property Value
TypeDescription
ErrorEvent

TimedCounts

public RepeatedField<TimedCount> TimedCounts { get; }

Approximate number of occurrences over time. Timed counts returned by ListGroups are guaranteed to be:

  • Inside the requested time interval
  • Non-overlapping, and
  • Ordered by ascending time.
Property Value
TypeDescription
RepeatedFieldTimedCount