Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. {
  2. "combiner": "OR",
  3. "conditions": [
  4. {
  5. "conditionAbsent": {
  6. "aggregations": [
  7. {
  8. "alignmentPeriod": "60s",
  9. "crossSeriesReducer": "REDUCE_PERCENTILE_50",
  10. "perSeriesAligner": "ALIGN_DELTA"
  11. }
  12. ],
  13. "duration": "180s",
  14. "filter": "group.id=6417052680653164496 AND resource.type=\"gce_instance\" AND metric.type=\"compute.googleapis.com/instance/cpu/usage_time\"",
  15. "trigger": {
  16. "count": 1
  17. }
  18. },
  19. "displayName": "All timeseries are absent",
  20. },
  21. {
  22. "conditionThreshold": {
  23. "aggregations": [
  24. {
  25. "alignmentPeriod": "60s",
  26. "perSeriesAligner": "ALIGN_DELTA",
  27. "crossSeriesReducer": "REDUCE_COUNT"
  28. }
  29. ],
  30. "comparison": "COMPARISON_LT",
  31. "duration": "180s",
  32. "filter": "group.id=6417052680653164496 AND metric.type=\"compute.googleapis.com/instance/cpu/usage_time\" AND resource.type=\"gce_instance\"",
  33. "thresholdValue": 3,
  34. "trigger": {
  35. "count": 1
  36. }
  37. },
  38. "displayName": "One of the timeseries is absent",
  39. }
  40. ],
  41. "displayName": "Absence policy",
  42. "documentation": {
  43. "content": "The timeseries data is absent",
  44. "mimeType": "text/markdown"
  45. },
  46. "enabled": true
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement