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

*: move metric neogo_version out of pkg/network #3712

Merged
merged 1 commit into from
Dec 2, 2024
Merged

Conversation

AliceInHunterland
Copy link
Contributor

Close #3682

Copy link
Member

@AnnaShaleva AnnaShaleva left a comment

Choose a reason for hiding this comment

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

But why? It should be possible to move only the neogo_version metric itself, without massive packages move.

Copy link

codecov bot commented Nov 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.83%. Comparing base (dc2d221) to head (ebb7149).
Report is 7 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3712      +/-   ##
==========================================
- Coverage   82.83%   82.83%   -0.01%     
==========================================
  Files         335      336       +1     
  Lines       46843    46845       +2     
==========================================
- Hits        38803    38802       -1     
- Misses       6448     6449       +1     
- Partials     1592     1594       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@AnnaShaleva AnnaShaleva left a comment

Choose a reason for hiding this comment

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

@AliceInHunterland, the code itself looks as expected. Have you tested it, is it ready for review?

@AliceInHunterland
Copy link
Contributor Author

Have you tested it

in progress

@AnnaShaleva AnnaShaleva changed the title *: move metric out of pkg/network *: move metric neogo_version out of pkg/network Nov 29, 2024
@AliceInHunterland
Copy link
Contributor Author

Checked!

@@ -506,7 +506,7 @@ func startServer(ctx *cli.Context) error {
errChan := make(chan error)
rpcServer := rpcsrv.New(chain, cfg.ApplicationConfiguration.RPC, serv, oracleSrv, log, errChan)
serv.AddService(rpcServer)

Copy link
Member

Choose a reason for hiding this comment

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

I'd say it's useless change, but OK.

@AnnaShaleva AnnaShaleva merged commit 6a7d2bc into master Dec 2, 2024
34 checks passed
@AnnaShaleva AnnaShaleva deleted the move-metrics branch December 2, 2024 07:53
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.

Move neogo_version metric out of pkg/network
3 participants