Hi Team,
I need to set a alert which will trigger when the instances runtime version in upgraded. How can I achieve the same?
Thanks,
Rohit
Comment Deleted
Cool!
Hi @mw970 ,
Thank you for your response. I got the logs for CreateCanaryEvaluation using below query.
resource.type="audited_resource"
resource.labels.service="apigee.googleapis.com"
protoPayload.methodName="google.cloud.apigee.v1.RuntimeService.CreateCanaryEvaluation"
logName="projects/mtech-entapim-test/logs/cloudaudit.googleapis.com%2Factivity"
This is interesting but not sufficient, IMHO, because it does not reflect the release information, nor does it seem to correlate with actual release updates to my runtime instances.
For example, new features in PublishMessage policy were released on May 02 for 1-15-0-apigee-3
- release notes.
I only see `CreateCanaryEvaluation` logs for the last 30 days on May 5th in my audit logs.
I saw one of my instances had 1-15-0-apigee-3
and lastModifiedAt: 1746471697839 (May 1st).
Today, I see the instance has 1-15-0-apigee-2
and lastModifiedAt: 1746566048589 (May 2nd).
I tested the new feature successfully on May 6th, but now it's not working.
Thank you @kurtkanaskie , I apologize for the incorrect and misleading information. I have deleted the previous "answer".