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

[FEATURE] Add solana, pokt, moonbeam, and add emit prom metrics #34

Merged
merged 14 commits into from
Apr 21, 2024

Conversation

nodiesBlade
Copy link
Collaborator

@nodiesBlade nodiesBlade commented Apr 19, 2024

Github issue

N/A

Description

  • Adds Height and Data Integrity Qos Checks for Solana, POKT, and verified Moonbeam support
  • Emit Service URL prom metrics (emits the host service url for each relay) if env variable is enabled. This is disabled by default to prevent cardianlity explosion, but good resource to debug how each service domain is performing in comparsion to others
  • Use latency compression variable instead of a magic number
  • Update documentation on all QoS checks
  • Add new environment variable CHAIN_NETWORK which represents the current network that gateway server is running on. This is initially to help with identifying chains dependent on network (i.e solana is 0006 on Mainnet and 0008 in testnet), however it can be used for backwards compatiability for isolating logic between morse and shannon as well. Default value is morse_mainnet

Type of change

Please delete option that is not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Related PRs

List related PRs below

branch PR
other_pr link

@nodiesBlade nodiesBlade marked this pull request as ready for review April 20, 2024 03:35
@nodiesBlade nodiesBlade changed the base branch from main to development April 20, 2024 03:36
@nodiesBlade nodiesBlade changed the base branch from development to main April 20, 2024 03:37
Copy link
Collaborator

@dachi-nodies dachi-nodies left a comment

Choose a reason for hiding this comment

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

LGTM!

@nodiesBlade nodiesBlade changed the title add solana, pokt, moonbeam, and add emit prom metrics Add solana, pokt, moonbeam, and add emit prom metrics Apr 20, 2024
@nodiesBlade nodiesBlade changed the title Add solana, pokt, moonbeam, and add emit prom metrics [FEATURE] Add solana, pokt, moonbeam, and add emit prom metrics Apr 20, 2024
Copy link
Collaborator

@dachi-nodies dachi-nodies left a comment

Choose a reason for hiding this comment

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

LGTM

@nodiesBlade nodiesBlade merged commit 214d195 into main Apr 21, 2024
2 checks passed
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.

2 participants