Closed flora-hofmann-frequenz closed 7 months ago
Currently, each metric in _types.py in PR #14 is transformed as follows: AC_FREQUENCY = metric_sample_pb2.Metric.METRIC_AC_FREQUENCY
_types.py
AC_FREQUENCY = metric_sample_pb2.Metric.METRIC_AC_FREQUENCY
Can we automate this based on the .proto files so it is less verbose?
For now we won't look into this as. This might also be less of an issue if we switch to betterproto.
Currently, each metric in
_types.py
in PR #14 is transformed as follows:AC_FREQUENCY = metric_sample_pb2.Metric.METRIC_AC_FREQUENCY
Can we automate this based on the .proto files so it is less verbose?