It might be useful as long as it doesn't cause too much load on Prometheus.
# TODO: come up with a better API
declarations:
public static final V1.Config config = V1.config()
.stringAsInfoMetrics(true)
.snakeCase();
rules:
- transform: |
V1.transform(..., config);
It might be useful as long as it doesn't cause too much load on Prometheus.