Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(api-server): add prometheus exporter
Primary Change -------------- 1. The api-server plugin now includes the prometheus metrics exporter integration 2. OpenAPI spec now has api endpoint for the getting the prometheus metrics Refactorings that were also necessary to accomodate 1) and 2) ------------------------------------------------------------ 3. GetPrometheusMetricsV1 class is created to handle the corresponding api endpoint 4. IApiServerConstructorOptions interface in ApiServer class now has a prometheusExporter optional field 5. The ApiServer class has relevant functions and codes to incorporate prometheus exporter 6. runtime-plugin-imports.test.ts is changed to incorporate the prometheus exporter 7. Added Readme.md on the prometheus exporter usage 8. Fixed Readme.md under keychain-memory and consortium-manual plugins Resolve #539 Signed-off-by: Jagpreet Singh Sasan <jagpreet.singh.sasan@accenture.com>
- Loading branch information