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
I've followed some of the discussions stemming from #5165 and read through the docs on Metric Filtering yet I'm still not clear if there's any means of excluding objects by name. For example, in listing our datastores, I see the conventions below. I want to exclude all datastores that begin with Local*
Have I overlooked something or is it not currently possible to do this?
We do have the datastore_include = [] option but there is no converse option so it would be difficult to exclude items, especially since this option only supports * and ** wildcards. I believe you would need:
Unfortunately, an exclude function is a bit tricky to implement due to the way the APIs work. I will put that on my list of things to do, but it may take a while before I get to it.
To elaborate a bit: Excluding using full paths is a major change, but we could do a simple exclude on names only. The only issue I would have with that is that include and exclude would have different semantics.
RE: vsphere plugin
I've followed some of the discussions stemming from #5165 and read through the docs on Metric Filtering yet I'm still not clear if there's any means of excluding objects by name. For example, in listing our datastores, I see the conventions below. I want to exclude all datastores that begin with
Local*
Have I overlooked something or is it not currently possible to do this?
The text was updated successfully, but these errors were encountered: