-
Notifications
You must be signed in to change notification settings - Fork 3
Integrate Metrics with Beholder #42
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
Merged
DylanTinianov
merged 34 commits into
main
from
feature/integrate-txm-metrics-with-beholder
May 2, 2025
Merged
Changes from 31 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
f23d367
Centralized TXM metrics and integrated beholder
amit-momin 2868c2d
Renamed types and added metric attributes
amit-momin d93deb5
Merge branch 'main' into feature/integrate-txm-metrics-with-beholder
amit-momin db61a62
Merge branch 'main' into feature/integrate-txm-metrics-with-beholder
amit-momin 89bf2a1
Tidied go mod
amit-momin 8aa57dd
Simplified time and block till confirmation observations
amit-momin b8e50a8
Merge branch 'main' of https://github.com/smartcontractkit/chainlink-…
DylanTinianov 3d8034a
Add beholder metrics
DylanTinianov e2685f8
Add Beholder Metrics
DylanTinianov 05e081b
Add metrics
DylanTinianov d6803ac
Create generic metrics
DylanTinianov ec2fb6a
Update send_only_node.go
DylanTinianov 19afa9b
Update send_only_node_lifecycle.go
DylanTinianov 933e317
Export logpoller metrics
DylanTinianov 1c6ca7d
Set dataset size
DylanTinianov c3486bf
Bump mockery
DylanTinianov 32c9d4d
Add network to node fsm metrics
DylanTinianov bbff8b5
Mock test metrics
DylanTinianov bc2836f
Add test coverage
DylanTinianov cfe0778
lint
DylanTinianov aeca7c7
lint
DylanTinianov 43987e4
Update chain_families.go
DylanTinianov 094b39d
Create txm_test.go
DylanTinianov e13c3bb
Prefix beholder metrics
DylanTinianov bd055af
Add NodeClientVersion
DylanTinianov 89b8664
Add NodeClientVersion test
DylanTinianov 2fa1b1b
Add ClientVersion metric
DylanTinianov e20856f
Update metrics
DylanTinianov f93abf9
Fix test
DylanTinianov 289048d
Fix tests
DylanTinianov 81b76f7
lint
DylanTinianov d0e932d
Use test context
DylanTinianov 0ccce42
Update node_fsm.go
DylanTinianov ad71a2f
Rename ClientVersion
DylanTinianov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| package metrics | ||
|
|
||
| const ( | ||
| EVM = "evm" | ||
| EVM = "EVM" | ||
|
DylanTinianov marked this conversation as resolved.
|
||
| Solana = "solana" | ||
| ) | ||
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.