1

I'm using google cloud tracing. It's recording the time my API's take to execute - which is working well.

Is it possible to setup explicit monitoring on that using google cloud monitoring? IE, setup a notification if I go over a threshold?

BigBen
  • 1,162
  • 2
  • 11
  • 22

1 Answers1

-1

You can create a custom metric and use it to create a alerting policies.

After you got the custom metric created. The policy can be created with the following parameters:

  • resource type: Custom metric.
  • If Metric: the metric you created.
  • Condition: above.
  • Threshold: whatever you estimate will need to trigger the alert.
cryotek
  • 508
  • 2
  • 9