olysyuk
olysyuk
I can confirm that with 0.4.1 helm chart version and imageTag: 5.4.1 it shows metrics. Curl https://localhost:5556/metrics gives ``` # HELP jmx_config_reload_success_total Number of times configuration have successfully been reloaded....
It turns out that this happens if response is a malformed json. Feel free to close this issue if you think that lib behavior is correct.
Still reproducible in version v2.3.0 This line expects `identity` property when `constant` is used. https://github.com/snowflakedb/terraform-provider-snowflake/blob/main/pkg/sdk/tables_impl.go#L373