The documentation page for Azure Application Insights sampling mentions the following:
A semi-colon delimited list of types that you want to be sampled. Recognized types are: Dependency, Event, Exception, PageView, Request, Trace. The specified types are sampled; all instances of the other types will always be transmitted.
Does it mean that Metrics data (Performance counters) are always transmitted? Doesn't it make sense to sample metrics before all other types?