You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @fuzziebrain , yes you are right, from SDKs, setting the client’s Host value is the way to change the endpoint manually. But understandably this is not an ideal experience for you. We will be creating a ticket against the service team to take a look at it. Thanks for reporting the issue.
Hi,
When attempting to post metrics using the monitoring client's
PostMetricData
function , I'm getting these errors:If I'm not mistaken, the issue is that posting metrics requires us to use to a different endpoint, as documented:
It looks like I can get around this issue by setting the client's
Host
value, but is there a much better way to make a successful request?I am still pretty new to Go and the OCI Go SDK, so any help would be most appreciated. Thanks!
Best regards,
Adrian
The text was updated successfully, but these errors were encountered: