Hi Team,
I created an observability endpoint on the test temporal cloud. Also created the certificates to access the endpoint.
When I am doing curl request, I am getting an empty response.
curl -v --cert ca.pem --key ca.key "https://xxxx.tmprl.cloud/prometheus/api/v1/query" --data-urlencode 'query=temporal_cloud_v0_schedule_action_success_count' -G
I can see the schedules are running, so I thought this metric should return some value. Do you have any idea if I’m missing any configuration?