-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
Description
Using the MetricsSearch resource type does not work. After running, it creates what looks like a folder object in the UI, and clicking on that results in the following error:
Unable to load the metrics search. It may have been deleted or you do not have access to it.
I noticed that the Client is using v1/metricsSearches
| func (s *Client) CreateMetricsSearch(metricsSearch MetricsSearch) (string, error) { |
Is there something going wrong with the v1 endpoint and how this interacts with it?