launchflow / buildflow

BuildFlow, is an open source framework for building large scale systems using Python. All you need to do is describe where your input is coming from and where your output should be written, and BuildFlow handles the rest. No configuration outside of the code is required.
https://docs.launchflow.com/buildflow
Apache License 2.0
193 stars 7 forks source link

fix: Add metrics to Runtime API #200

Closed JoshTanke closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 77.43% and project coverage change: +1.80 :tada:

Comparison is base (2c1b9fc) 73.01% compared to head (0f996ca) 74.81%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #200 +/- ## ========================================== + Coverage 73.01% 74.81% +1.80% ========================================== Files 59 61 +2 Lines 2253 2426 +173 ========================================== + Hits 1645 1815 +170 - Misses 608 611 +3 ``` | [Impacted Files](https://app.codecov.io/gh/launchflow/buildflow/pull/200?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow) | Coverage Δ | | |---|---|---| | [buildflow/core/node/node.py](https://app.codecov.io/gh/launchflow/buildflow/pull/200?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvbm9kZS9ub2RlLnB5) | `54.23% <ø> (ø)` | | | [buildflow/core/node/server.py](https://app.codecov.io/gh/launchflow/buildflow/pull/200?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvbm9kZS9zZXJ2ZXIucHk=) | `69.44% <33.33%> (-1.99%)` | :arrow_down: | | [buildflow/core/runtime/config.py](https://app.codecov.io/gh/launchflow/buildflow/pull/200?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvcnVudGltZS9jb25maWcucHk=) | `85.41% <40.00%> (ø)` | | | [buildflow/core/runtime/actors/pull\_process\_push.py](https://app.codecov.io/gh/launchflow/buildflow/pull/200?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvcnVudGltZS9hY3RvcnMvcHVsbF9wcm9jZXNzX3B1c2gucHk=) | `29.19% <48.78%> (+11.93%)` | :arrow_up: | | [buildflow/io/providers/gcp/gcp\_pub\_sub.py](https://app.codecov.io/gh/launchflow/buildflow/pull/200?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2lvL3Byb3ZpZGVycy9nY3AvZ2NwX3B1Yl9zdWIucHk=) | `53.47% <50.00%> (-0.05%)` | :arrow_down: | | [buildflow/io/providers/gcp/gcs\_file\_stream.py](https://app.codecov.io/gh/launchflow/buildflow/pull/200?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2lvL3Byb3ZpZGVycy9nY3AvZ2NzX2ZpbGVfc3RyZWFtLnB5) | `79.16% <50.00%> (-0.84%)` | :arrow_down: | | [buildflow/io/providers/pulsing\_provider.py](https://app.codecov.io/gh/launchflow/buildflow/pull/200?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2lvL3Byb3ZpZGVycy9wdWxzaW5nX3Byb3ZpZGVyLnB5) | `84.61% <50.00%> (-2.89%)` | :arrow_down: | | [buildflow/core/runtime/actors/runtime.py](https://app.codecov.io/gh/launchflow/buildflow/pull/200?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvcnVudGltZS9hY3RvcnMvcnVudGltZS5weQ==) | `35.05% <69.23%> (+4.94%)` | :arrow_up: | | [buildflow/core/runtime/actors/process\_pool.py](https://app.codecov.io/gh/launchflow/buildflow/pull/200?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvcnVudGltZS9hY3RvcnMvcHJvY2Vzc19wb29sLnB5) | `51.67% <80.00%> (+11.34%)` | :arrow_up: | | [buildflow/core/runtime/metrics.py](https://app.codecov.io/gh/launchflow/buildflow/pull/200?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvcnVudGltZS9tZXRyaWNzLnB5) | `83.14% <83.14%> (ø)` | | | ... and [7 more](https://app.codecov.io/gh/launchflow/buildflow/pull/200?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow) | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.