This page presents example monitor configurations for some common alerting use cases.
project
operator.
['sample_dataset']
have a status.code
attribute that takes the value ERROR
when a log is about an error. In this case, the following example query tracks the error rate every minute:
above or equal
.['sample_dataset']
have a error.message
attribute. In this case, the following example query counts errors by type every 5 minutes:
['my_traces']
of trace data with the following:
route
field.duration
field.parent_span_id
field is empty.