flux2 icon indicating copy to clipboard operation
flux2 copied to clipboard

Add test case on hpa metrics for flux build/diff

Open souleb opened this issue 2 years ago • 1 comments

If implemented will detect any change on how ssa dry-run return diffs on hpa metrics

Signed-off-by: Soule BA [email protected]

souleb avatar Feb 02 '22 12:02 souleb

Can you please add a custom metric to the test:

  metrics:
    - pods:
        metric:
          name: nginx_http_requests_total
        target:
          averageValue: "4"
          type: AverageValue
      type: Pods

This was tripping diff in my tests, when other things change this custom metric gets duplicated in the diff output.

stefanprodan avatar Feb 02 '22 12:02 stefanprodan