Adding support for disabling default metrics using Tyk Chart

@Kaushal_Prajapati Confirmed the behaviour and opened and internal ticket. Will update this thread once it’s fixed.

In the meantime, can you use the config file to enable it

"disabled_metrics": [
          "tyk_http_status",
          "tyk_http_status_per_path",
          "tyk_http_status_per_key",
          "tyk_http_status_per_oauth_client",
          "tyk_latency"
        ],

I tried it and it worked

1 Like