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(master): release rust-peer 0.10.0 #1524

Merged

Conversation

fluencebot
Copy link
Contributor

@fluencebot fluencebot commented Mar 22, 2023

🤖 I have created a release beep boop

0.10.0 (2023-04-06)

⚠ BREAKING CHANGES

Features

Bug Fixes


This PR was generated with Release Please. See documentation.

@fluencebot fluencebot force-pushed the release-please--branches--master--components--rust-peer branch 6 times, most recently from 0eb91b9 to 63b3a04 Compare March 29, 2023 13:15
@fluencebot fluencebot changed the title chore(master): release rust-peer 0.9.2 chore(master): release rust-peer 0.10.0 Mar 29, 2023
@fluencebot fluencebot force-pushed the release-please--branches--master--components--rust-peer branch 3 times, most recently from 34b6826 to b0ec64f Compare March 30, 2023 10:04
@linear
Copy link

linear bot commented Mar 30, 2023

@fluencebot fluencebot force-pushed the release-please--branches--master--components--rust-peer branch 2 times, most recently from abedcdf to 4c50f66 Compare March 31, 2023 12:37
@linear
Copy link

linear bot commented Mar 31, 2023

NET-348 rust-peer libp2p metrics duplicated

docker run --rm -p 7777:7777 -p 18080:18080 fluencelabs/rust-peer:0.1.8 --local

Trigger metric increase

curl localhost:7777

Check metrics

curl -Ss localhost:18080/metrics | grep connections_incoming_total

Result is

libp2p_swarm_connections_incoming_total 0
libp2p_swarm_connections_incoming_total 1

Not critical, as correct metric comes last and monitoring database discards the double. But still better to be fixed

@fluencebot fluencebot force-pushed the release-please--branches--master--components--rust-peer branch from 872af1b to ce9ddba Compare March 31, 2023 13:26
@linear
Copy link

linear bot commented Mar 31, 2023

@fluencebot fluencebot force-pushed the release-please--branches--master--components--rust-peer branch 2 times, most recently from 4b50e01 to 63d952d Compare April 6, 2023 11:05
@linear
Copy link

linear bot commented Apr 6, 2023

NET-422 Add rust_peer_info metric

With labels such as version, aquavm_version and anything else that might be of interest (builtins versions?)

I can then use it in grafana to create tables with info on what is deployed and when, graphs with history of deployments etc

@fluencebot fluencebot force-pushed the release-please--branches--master--components--rust-peer branch from 72922fd to 1c6a92e Compare April 6, 2023 11:36
@linear
Copy link

linear bot commented Apr 6, 2023

NET-439 add separate metrics for spell particles

Separate particle metrics for spell_ particles

@fluencebot fluencebot force-pushed the release-please--branches--master--components--rust-peer branch from 1f8a5a9 to 6b8c637 Compare April 6, 2023 13:24
@linear
Copy link

linear bot commented Apr 6, 2023

NET-438 Collect builtin metrics for Custom Services

Essentially, custom services are builtins, but metrics for them aren't collected.

@fluencebot fluencebot force-pushed the release-please--branches--master--components--rust-peer branch from 56a573e to 6c46840 Compare April 6, 2023 14:34
@linear
Copy link

linear bot commented Apr 6, 2023

NET-431 Collect metrics only for builtin aliased services

Now we collect metrics for all aliased services, which is a lot since we introduced workers.

Need to understand which aliases services to monitor:

  • Only from the "root" scope (aka pre-build services)
  • "worker-spell"

@folex folex added the e2e Run e2e workflow label Apr 6, 2023
@fluencebot fluencebot force-pushed the release-please--branches--master--components--rust-peer branch from 97dcb53 to 427a264 Compare April 6, 2023 15:50
@linear
Copy link

linear bot commented Apr 6, 2023

NET-434 Fix aliases duplication

[2023-03-27T16:20:40.193915Z WARN  particle_services::app_services] Alias `worker-spell` is the same for ca449fcc-aa74-402f-a8d6-a5936a85e946 and ca449fcc-aa74-402f-a8d6-a5936a85e946
[2023-03-27T16:20:40.193936Z WARN  particle_services::app_services] Alias `worker-spell` is the same for ca449fcc-aa74-402f-a8d6-a5936a85e946 and ca449fcc-aa74-402f-a8d6-a5936a85e946
[2023-03-27T16:20:40.193939Z INFO  particle_services::app_services] Persisted service ca449fcc-aa74-402f-a8d6-a5936a85e946 created in 2s 230ms 101us 99ns, aliases: ["worker-spell", "worker-spell", "worker-spell"]

@folex folex merged commit 9dddabc into master Apr 6, 2023
@folex folex deleted the release-please--branches--master--components--rust-peer branch April 6, 2023 16:17
@fluencebot
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants