Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(quorum): add prometheus exporter #602

Merged
merged 1 commit into from
Mar 30, 2021

Commits on Mar 29, 2021

  1. feat(quorum): add prometheus exporter

    	Primary Change
    	--------------
    
    	1. The quorum ledger connector 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. IPluginLedgerConnectorQuorumOptions interface in PluginLedgerConnectorQuorum class now has a prometheusExporter optional field
    	5. The PluginLedgerConnectorQuorum class has relevant functions and codes to incorporate prometheus exporter
    	6. Added Readme.md on the prometheus exporter usage
    
    	Fixes hyperledger-cacti#534
    
    Signed-off-by: Jagpreet Singh Sasan <jagpreet.singh.sasan@accenture.com>
    jagpreetsinghsasan authored and petermetz committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    264492c View commit details
    Browse the repository at this point in the history