System.Diagnostics.Metrics.LabelInstructionCompiler
namespace System.Diagnostics.Metrics
{
internal static class LabelInstructionCompiler
{
public static AggregatorLookupFunc<TAggregator> Create<TAggregator>(ref AggregatorStore<TAggregator> aggregatorStore, Func<TAggregator> createAggregatorFunc, ReadOnlySpan<KeyValuePair<string, object>> labels) where TAggregator : Aggregator;
}
}