You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's make a test that will check that all metrics in the metrics/ directory produce metric names that match this regexp: ^([A-Z][A-Za-z]*)+$. Also, we will have to rename many metrics.
The text was updated successfully, but these errors were encountered:
@yegor256 some metrics we are getting from jPeek are suffixed with "-cvc" to explain that they are measured differently from the original ones -- do we have to rename them? Or would it be better to include that suffix in the regexp and leave them as-is?
Let's make a test that will check that all metrics in the
metrics/
directory produce metric names that match this regexp:^([A-Z][A-Za-z]*)+$
. Also, we will have to rename many metrics.The text was updated successfully, but these errors were encountered: