我已经在Google Compute Engine VM上设置了Stackdriver日志代理,并从apache和其他来源收集日志。是否可以在生成http 500日志时触发通知?
如果不能解析textPayload以获得通知,是否可以通过修改fluentid配置以在上传匹配日志时发送特定标签来实现?
发布于 2017-11-03 01:51:23
我认为日志记录指标是您最好的选择。https://cloud.google.com/logging/docs/logs-based-metrics/charts-and-alerts#creating_a_simple_alerting_policy_on_a_counter_metric
https://stackoverflow.com/questions/47080801
相似问题