-
Converting
Metricenums from/to protobuf directly is deprecated and will be dropped in the next breaking release.You should switch to use the new conversion functions in
frequenz.client.common.metrics.proto.v1alpha8to convert from/to protobuf.Since we can't emit deprecation messages for this (as they will trigger every time a metric value is used), please consider using the new conversion functions as soon as possible so the migration to the next breaking release is smooth.
- A new module
frequenz.client.common.metrics.proto.v1alpha8has been added to provide conversion functions forMetrics from/to protobuf versionv1alpha8.