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

chore(dot/telemetry): remove system.network_state #2078

Merged

Conversation

kishansagathiya
Copy link
Contributor

@kishansagathiya kishansagathiya commented Nov 29, 2021

Changes

  • Remove system.network_state telemetry message since it is not being
    used by telemetry server
    (We are already sending network metrics to prometheus, so did not have to add anything there)

Tests


Issues

Primary Reviewer

Remove `system.network_state` telemetry message since it is not being
used by telemetry server
@codecov
Copy link

codecov bot commented Nov 29, 2021

Codecov Report

Merging #2078 (399b84c) into development (8c58282) will increase coverage by 0.04%.
The diff coverage is n/a.

❗ Current head 399b84c differs from pull request most recent head 0aad9cf. Consider uploading reports for the commit 0aad9cf to get more accurate results
Impacted file tree graph

@@               Coverage Diff               @@
##           development    #2078      +/-   ##
===============================================
+ Coverage        60.65%   60.69%   +0.04%     
===============================================
  Files              204      203       -1     
  Lines            27331    27295      -36     
===============================================
- Hits             16577    16568       -9     
+ Misses            8848     8825      -23     
+ Partials          1906     1902       -4     
Flag Coverage Δ
unit-tests 60.69% <ø> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
dot/network/service.go 54.46% <ø> (-3.28%) ⬇️
dot/telemetry/telemetry.go 70.23% <ø> (ø)
dot/state/block_notify.go 81.90% <0.00%> (-8.58%) ⬇️
lib/runtime/wasmer/imports.go 48.66% <0.00%> (+0.20%) ⬆️
lib/blocktree/blocktree.go 54.90% <0.00%> (+1.09%) ⬆️
lib/blocktree/node.go 70.80% <0.00%> (+7.29%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8c58282...0aad9cf. Read the comment docs.

@kishansagathiya kishansagathiya merged commit 9b85d9d into development Dec 2, 2021
@kishansagathiya kishansagathiya deleted the kishan/telemetry/remove-system-network-state branch December 2, 2021 15:38
@github-actions
Copy link

github-actions bot commented Dec 3, 2021

🎉 This PR is included in version 0.6.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

timwu20 pushed a commit to timwu20/gossamer that referenced this pull request Dec 6, 2021
Remove `system.network_state` telemetry message since it is not being
used by telemetry server
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.

telemetry message "system.network_state" is not being sent in the right format
3 participants