Currently I only get a small amount of information from Google Cloud Monitoring (GCM) when I create the OpsGenie alert. This is primarily the truncated message and a link to the original GCM incident. This is all ending up in a slack channel but that has very little impact on this question (i believe)
I would very much like to be able to see the entire message that gets passed or be able to define custom properties in GCM that get passed through. Here's an example:
The original message that the GCM incident creates
OpenCensus/MyCustomMetric for some-google-project Generic Node labels {project_id=some-google-project, location=global, namespace=5554b3550193, node_id=555555550193} with metric labels {metadata=1, valueX=95.0, valueY=100} is above the threshold of 1.000 with a value of 2.000. OpsGenie truncates this to 100 characters and there's no way i can get the meat of the information i need (the labels and the threshold values)
I have custom documentation and user labels in the GCM Alert that doesn't get passed through either.
Can anybody point me at any existing documentation or point me in some direction to get past this issue? Or tell me it's not possible and I'll refocus.
Thank you in advance.