performance-analyzer-rca icon indicating copy to clipboard operation
performance-analyzer-rca copied to clipboard

Added Election Term Metric

Open meetshah777 opened this issue 4 years ago • 0 comments

This Metric will Publish the Only Election term number

Tests: Docker Container Testing

1. Schema of Election term

sqlite> .schema Election_Term
CREATE TABLE Election_Term(sum double null, avg double null, min double null, max double null);

2. Entry in Election term table

sqlite> select * from Election_Term;
18.0|18.0|18.0|18.0

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

meetshah777 avatar Feb 09 '21 12:02 meetshah777