fourkeys
fourkeys copied to clipboard
Platform for monitoring the four key software delivery metrics of software delivery
Hi this is output of `$ gcloud run services list --project $PROJECT_ID` in my Cloud Shell web console: ``` ✔ SERVICE: event-handler REGION: europe-central2 URL: https://event-handler-7fv...app LAST DEPLOYED BY: email@...
The calculation for the Change Failure Rate appears to be a little off as of now. Any changes [e.g., Comment and Edit] to the incident/issue on Github are considered separate...
We're restricted by corporate policy to using services hosted within Europe, so trying to push a build to gcr.io causes an error message. This lets us build to eu.gcr.io instead,...
HI, Specifically analyzing the 'deployments' table, we don't have a field where we can identify the team responsible for the delploy or the environment. Obviously we got it with a...
I deployed the four keys systems, using the documentation ( using terraform with modified example/ variables ) and successfully pushed github mocked data. My big queries tables contain some rows...
https://github.com/GoogleCloudPlatform/fourkeys/blob/9e04246183bc8bbd854467262c1f6a7526dfcdfb/queries/incidents.sql#L26 Apparently `'"name":"Incident"'` is not a valid JSON string. As double quotes should be escaped within JSON strings ... So metadata chunk for `issue.labels` should be either this: with back...
Hi! In our projects we don't have deployment events that have associated commits that come into a deploy. However it's still possible to make direct inserts (with respected deployment commit...
In a spirit of #413 I'd suggest more general thing - to have `comment` field in raw field table, it would help to debug issues with statistics. For example one...
Probable `terraform destroy` ? or maybe by other means?
I would like to forcefully delete all entries from `four_keys.events_raw table` table, how deletion leads me to: ``` UPDATE or DELETE statement over table ***.four_keys.events_raw would affect rows in the...