Skip to content

Add a new RPC for adding component bounds#229

Merged
tiyash-basu-frequenz merged 3 commits intofrequenz-floss:v0.x.xfrom
tiyash-basu-frequenz:rpc_bounds
Mar 27, 2024
Merged

Add a new RPC for adding component bounds#229
tiyash-basu-frequenz merged 3 commits intofrequenz-floss:v0.x.xfrom
tiyash-basu-frequenz:rpc_bounds

Conversation

@tiyash-basu-frequenz
Copy link
Copy Markdown
Contributor

@tiyash-basu-frequenz tiyash-basu-frequenz commented Mar 26, 2024

Closes #180

@tiyash-basu-frequenz tiyash-basu-frequenz added the scope:breaking-change Breaking change, users will need to update their code label Mar 26, 2024
@tiyash-basu-frequenz tiyash-basu-frequenz added this to the v0.17.0 milestone Mar 26, 2024
@tiyash-basu-frequenz tiyash-basu-frequenz self-assigned this Mar 26, 2024
@tiyash-basu-frequenz tiyash-basu-frequenz requested a review from a team as a code owner March 26, 2024 15:11
@github-actions github-actions Bot added part:docs Affects the documentation part:protobuf Affects the protocol buffer definition files labels Mar 26, 2024
@tiyash-basu-frequenz tiyash-basu-frequenz removed this from the v0.17.0 milestone Mar 26, 2024
Copy link
Copy Markdown

@thomas-nicolai-frequenz thomas-nicolai-frequenz left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Copy Markdown

@stefan-brus-frequenz stefan-brus-frequenz left a comment

Choose a reason for hiding this comment

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

LGTM

Comment thread proto/frequenz/api/microgrid/v1/microgrid.proto Outdated
Comment thread proto/frequenz/api/microgrid/v1/microgrid.proto Outdated
Comment thread proto/frequenz/api/microgrid/v1/microgrid.proto Outdated
Comment thread proto/frequenz/api/microgrid/v1/microgrid.proto
Comment thread proto/frequenz/api/microgrid/v1/microgrid.proto Outdated
This new RPC accepts a list of inclusion bounds for a given metric. This
input is then used by the service to populate the bounds in the published
metric data.

Signed-off-by: Tiyash Basu <tiyash.basu@frequenz.com>
These RPCs are not required anymore, sice the addition of RPC
`AddComponentBounds`.

Signed-off-by: Tiyash Basu <tiyash.basu@frequenz.com>
This enum has been removed in favour of the `Metric` enum from
`frequenz-api-common`.

Signed-off-by: Tiyash Basu <tiyash.basu@frequenz.com>
@tiyash-basu-frequenz tiyash-basu-frequenz added this pull request to the merge queue Mar 27, 2024
Merged via the queue into frequenz-floss:v0.x.x with commit 4d9c67b Mar 27, 2024
@tiyash-basu-frequenz tiyash-basu-frequenz deleted the rpc_bounds branch March 27, 2024 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:docs Affects the documentation part:protobuf Affects the protocol buffer definition files scope:breaking-change Breaking change, users will need to update their code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove the Inclusion/Exclusion terminology in RPCs for adding bounds

4 participants