abcxyz / jvs

Apache License 2.0
8 stars 0 forks source link

feat: add basic monitoring dashboard for JVS services #85

Closed yolocs closed 2 years ago

yolocs commented 2 years ago

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.