Stackdriver Error Reporting V1beta1 Client - Class ErrorGroupStats (0.19.12)

Reference documentation and code samples for the Stackdriver Error Reporting V1beta1 Client class ErrorGroupStats.

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

Generated from protobuf message google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ group Google\Cloud\ErrorReporting\V1beta1\ErrorGroup

Group data that is independent of the filter criteria.

↳ count int|string

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

↳ affected_users_count int|string

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.

↳ timed_counts array<Google\Cloud\ErrorReporting\V1beta1\TimedCount>

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.

↳ first_seen_time Google\Protobuf\Timestamp

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.

↳ last_seen_time Google\Protobuf\Timestamp

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.

↳ affected_services array<Google\Cloud\ErrorReporting\V1beta1\ServiceContext>

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.

↳ num_affected_services int

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

↳ representative Google\Cloud\ErrorReporting\V1beta1\ErrorEvent

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.

getGroup

Group data that is independent of the filter criteria.

Returns
TypeDescription
Google\Cloud\ErrorReporting\V1beta1\ErrorGroup|null

hasGroup

clearGroup

setGroup

Group data that is independent of the filter criteria.

Parameter
NameDescription
var Google\Cloud\ErrorReporting\V1beta1\ErrorGroup
Returns
TypeDescription
$this

getCount

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

Returns
TypeDescription
int|string

setCount

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

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getAffectedUsersCount

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.

Returns
TypeDescription
int|string

setAffectedUsersCount

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.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getTimedCounts

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.
Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTimedCounts

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.
Parameter
NameDescription
var array<Google\Cloud\ErrorReporting\V1beta1\TimedCount>
Returns
TypeDescription
$this

getFirstSeenTime

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.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasFirstSeenTime

clearFirstSeenTime

setFirstSeenTime

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.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getLastSeenTime

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.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasLastSeenTime

clearLastSeenTime

setLastSeenTime

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.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getAffectedServices

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.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAffectedServices

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.

Parameter
NameDescription
var array<Google\Cloud\ErrorReporting\V1beta1\ServiceContext>
Returns
TypeDescription
$this

getNumAffectedServices

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

Returns
TypeDescription
int

setNumAffectedServices

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getRepresentative

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.

Returns
TypeDescription
Google\Cloud\ErrorReporting\V1beta1\ErrorEvent|null

hasRepresentative

clearRepresentative

setRepresentative

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.

Parameter
NameDescription
var Google\Cloud\ErrorReporting\V1beta1\ErrorEvent
Returns
TypeDescription
$this