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(iroha-connector): add prometheus exporter to the plugin #3461

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ashnashahgrover
Copy link
Contributor

Commit to be reviewed


feat(iroha-connector): add prometheus exporter to the plugin
 

Primary Changes
----------------
1. Added Prometheus Exporter to Iroha ledger plugin
2. Added Prometheus Metrics tracker to relevant iroha tests.

Fixes #1260

Pull Request Requirements

  • Rebased onto upstream/main branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.
  • Have git sign off at the end of commit message to avoid being marked red. You can add -s flag when using git commit command. You may refer to this link for more information.
  • Follow the Commit Linting specification. You may refer to this link for more information.

Character Limit

  • Pull Request Title and Commit Subject must not exceed 72 characters (including spaces and special characters).
  • Commit Message per line must not exceed 80 characters (including spaces and special characters).

A Must Read for Beginners
For rebasing and squashing, here's a must read guide for beginners.

@ashnashahgrover ashnashahgrover changed the title  feat(iroha-connector): add prometheus exporter to the plugin #1260  feat(iroha-connector): add prometheus exporter to the plugin Aug 5, 2024
@ashnashahgrover ashnashahgrover changed the title  feat(iroha-connector): add prometheus exporter to the plugin feat(iroha-connector): add prometheus exporter to the plugin Aug 5, 2024
@ashnashahgrover ashnashahgrover force-pushed the ashnashahgrover/issue1260 branch 3 times, most recently from d12876e to 44b7c44 Compare August 6, 2024 15:38
@ashnashahgrover
Copy link
Contributor Author

@jagpreetsinghsasan Have addressed all requested changes.

Copy link
Member

@petermetz petermetz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ashnashahgrover LGTM with comments (mostly just nit-picks)

@ashnashahgrover
Copy link
Contributor Author

@ashnashahgrover LGTM with comments (mostly just nit-picks)

Have addressed all the requests.

Copy link
Member

@petermetz petermetz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ashnashahgrover Thank you for the updates, LGTM!

Copy link
Contributor

@outSH outSH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the updates, LGTM, please fix the CI so we can proceed with merging

@ashnashahgrover ashnashahgrover force-pushed the ashnashahgrover/issue1260 branch 2 times, most recently from fe6f61f to 0aa2d50 Compare September 3, 2024 00:29
 
Primary Changes
----------------
1. Added Prometheus Exporter to Iroha ledger plugin
2. Added Prometheus Metrics tracker to relevant iroha tests.
 
Fixes hyperledger#1260

Signed-off-by: ashnashahgrover <as19@williams.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(iroha-connector): add prometheus exporter to the plugin
4 participants