The dashboard will have basic metrics 1) requests grouped by response code 2) p99 latency
for services 1) justification verification service 2) cert rotator 3) public key.
Piggyback a bug fix: previously the jvs-e2e module will always use a new (uuid()) tag which will trigger new build, deploy new services every time we apply the module.
I modified it so that the caller can override the tag with a fixed value.
The dashboard will have basic metrics 1) requests grouped by response code 2) p99 latency for services 1) justification verification service 2) cert rotator 3) public key.
Piggyback a bug fix: previously the
jvs-e2e
module will always use a new (uuid()
) tag which will trigger new build, deploy new services every time we apply the module. I modified it so that the caller can override the tag with a fixed value.