-
Notifications
You must be signed in to change notification settings - Fork 23
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(prism-agent): metrics for issuance flow #669
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Shota Jolbordi <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
shotexa
requested review from
patlo-iog,
FabioPinheiro,
mineme0110,
yshyn-iohk,
bvoiturier and
CryptoKnightIOG
as code owners
August 30, 2023 22:12
yshyn-iohk
approved these changes
Aug 31, 2023
Signed-off-by: Shota Jolbordi <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
atala-dev
added a commit
that referenced
this pull request
Sep 6, 2023
# [1.13.0](prism-agent-v1.12.0...prism-agent-v1.13.0) (2023-09-06) ### Bug Fixes * another indentation in apisixroute ([#683](#683)) ([d7c5e52](d7c5e52)) * correct vault path ([#678](#678)) ([9426e7f](9426e7f)) * CredentialOffer not following spec ([#569](#569)) ([3d479b9](3d479b9)) * indentation in apisixroute ([#682](#682)) ([6eec8ba](6eec8ba)) * **prism-agent:** fix added the InvitationGenerated state to the conn… ([#684](#684)) ([7fdffe3](7fdffe3)) * **prism-agent:** make resolve did representation content type work ([#679](#679)) ([fd417d9](fd417d9)) ### Features * **prism-agent:** metrics for issuance flow ([#669](#669)) ([20315ae](20315ae)) Signed-off-by: Anton Baliasnikov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Fixes ATL-5551
issuance_flow_holder_req_pending_to_generated_ms_gauge
issuance_flow_holder_req_generated_to_sent_ms_gauge
issuance_flow_issuer_credential_pending_to_generated_ms_gauge
issuance_flow_issuer_credential_generated_to_sent_ms_gauge
issuance_flow_issuer_offer_pending_to_sent_ms_gauge
issuance_flow_holder_req_generated_to_sent_ms_gauge
issuance_flow_issuer_send_offer_msg_failed_counter
issuance_flow_issuer_send_offer_msg_succeed_counter
issuance_flow_issuer_send_offer_flow_succeed_counter
issuance_flow_issuer_send_offer_flow_failed_counter
issuance_flow_issuer_send_offer_flow_all_counter
issuance_flow_holder_req_pending_to_generated_flow_success_counter
issuance_flow_holder_req_pending_to_generated_flow_failed_counter
issuance_flow_holder_req_pending_to_generated_flow_all_counter
issuance_flow_holder_send_req_msg_succeed_counter
issuance_flow_holder_send_req_msg_failed_counter
issuance_flow_holder_req_generated_to_sent_flow_success_counter
issuance_flow_holder_req_generated_to_sent_flow_failed_counter
issuance_flow_holder_req_generated_to_sent_flow_all_counter
issuance_flow_issuer_cred_received_to_pending_flow_success_counter
issuance_flow_issuer_cred_received_to_pending_flow_failed_counter
issuance_flow_issuer_cred_received_to_pending_flow_all_counter
issuance_flow_issuer_cred_pending_to_generated_flow_success_counter
issuance_flow_issuer_cred_pending_to_generated_flow_failed_counter
issuance_flow_issuer_cred_pending_to_generated_flow_all_counter
issuance_flow_issuer_send_cred_success_counter
issuance_flow_issuer_send_cred_failed_counter
issuance_flow_issuer_send_cred_all_counter
issuance_flow_issuer_send_credential_msg_failed_counter
issuance_flow_issuer_send_credential_msg_succeed_counter
issuance_flow_issuer_send_offer_ms_gauge
issuance_flow_issuer_send_offer_flow_ms_gauge
issuance_flow_holder_req_pending_to_generated_flow_ms_gauge
issuance_flow_holder_send_request_ms_gauge
issuance_flow_holder_req_generated_to_sent_flow_ms_gauge
issuance_flow_issuer_cred_pending_to_generated_flow_ms_gauge
issuance_flow_issuer_cred_received_to_pending_flow_ms_gauge
issuance_flow_issuer_send_credential_msg_ms_gauge
issuance_flow_issuer_send_cred_flow_ms_gauge
Checklist
My PR contains...
My changes...
Documentation
Tests